summaryrefslogtreecommitdiff
path: root/pgweb/docs/struct.py
diff options
context:
space:
mode:
authorDave Page2013-08-20 13:49:39 +0000
committerDave Page2013-08-20 13:49:39 +0000
commit23a7c8817275ec540ccfff9ddc7d51becfd06a33 (patch)
tree422d6253f35b5c6ee7c2abf130aaaf85b11caec6 /pgweb/docs/struct.py
parentc4a72a33174566feaf43e193e95bb2632c9b5758 (diff)
Add a new field to the StackBuilder catalog to specify a manifest URL.
The manifest URL (which is optional) will point to an XML file that describes the command line, option file and environment options that can be passed to an installer, to allow automated or non-interactive deployment tools to figure out what info is required to run an installer and how to pass it to it. Requires SQL: ALTER TABLE downloads_stackbuilderapp ADD COLUMN manifesturl character varying(500); UPDATE downloads_stackbuilderapp SET manifesturl = ''; ALTER TABLE downloads_stackbuilderapp ALTER COLUMN manifesturl SET NOT NULL;
Diffstat (limited to 'pgweb/docs/struct.py')
0 files changed, 0 insertions, 0 deletions