diff options
author | Dave Page | 2013-08-20 13:49:39 +0000 |
---|---|---|
committer | Dave Page | 2013-08-20 13:49:39 +0000 |
commit | 23a7c8817275ec540ccfff9ddc7d51becfd06a33 (patch) | |
tree | 422d6253f35b5c6ee7c2abf130aaaf85b11caec6 /pgweb/docs/struct.py | |
parent | c4a72a33174566feaf43e193e95bb2632c9b5758 (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