Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1834)

Side by Side Diff: config.yaml

Issue 9464043: Support juju-gui-source=branch:revno
Patch Set: Support juju-gui-source=branch:revno Created 11 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « [revision details] ('k') | hooks/utils.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 options: 1 options:
2 juju-gui-source: 2 juju-gui-source:
3 description: | 3 description: |
4 Where to install Juju GUI from. Possible values are: 4 Where to install Juju GUI from. Possible values are:
5 - 'stable' (default): the latest stable release will be deployed; 5 - 'stable' (default): the latest stable release will be deployed;
6 - 'trunk': the latest trunk release will be deployed; 6 - 'trunk': the latest trunk release will be deployed;
7 - a stable version (e.g '0.1.0'): the specified stable version will be 7 - a stable version (e.g '0.1.0'): the specified stable version will be
8 deployed; 8 deployed;
9 - a trunk version (e.g '0.1.0+build.1'): the specified trunk version 9 - a trunk version (e.g '0.1.0+build.1'): the specified trunk version
10 will be deployed; 10 will be deployed;
11 - a Bazaar branch (e.g. 'lp:juju-gui'): a release will be created and 11 - a Bazaar branch (e.g. 'lp:juju-gui'): a release will be created and
12 deployed from the specified Bazaar branch. 'http://' prefixed branches 12 deployed from the specified Bazaar branch. 'http://' prefixed branches
13 work as well. 13 work as well. It is also possible to include the specific branch
14 revision, e.g. 'lp:juju-gui:42' will checkout revno 42.
14 - a 'url:' prefixed url (ex: url:http://...) of a specific location 15 - a 'url:' prefixed url (ex: url:http://...) of a specific location
15 to pull a release from. 16 to pull a release from.
16 type: string 17 type: string
17 default: stable 18 default: stable
18 juju-api-branch: 19 juju-api-branch:
19 description: | 20 description: |
20 The Juju API Bazaar branch (implementing the WebSocket server). 21 The Juju API Bazaar branch (implementing the WebSocket server).
21 Since juju-core includes the WebSocket API server out of the box, this 22 Since juju-core includes the WebSocket API server out of the box, this
22 option is ignored if the charm is deployed using juju-core. 23 option is ignored if the charm is deployed using juju-core.
23 type: string 24 type: string
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 the GUI needs. This will be made more explicit soon. For now, look in 112 the GUI needs. This will be made more explicit soon. For now, look in
112 the source: hooks/install and hooks/backend.py in particular. 113 the source: hooks/install and hooks/backend.py in particular.
113 type: boolean 114 type: boolean
114 default: true 115 default: true
115 charmworld-url: 116 charmworld-url:
116 description: | 117 description: |
117 The URL of the charm catalog site ("charmworld") from which charm catalog 118 The URL of the charm catalog site ("charmworld") from which charm catalog
118 data will be drawn. 119 data will be drawn.
119 type: string 120 type: string
120 default: https://manage.jujucharms.com 121 default: https://manage.jujucharms.com
OLDNEW
« no previous file with comments | « [revision details] ('k') | hooks/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b