Merge lp:~bac/charms/precise/juju-gui/critical-fix into lp:~juju-gui/charms/precise/juju-gui/trunk

Proposed by Brad Crittenden
Status: Merged
Merged at revision: 77
Proposed branch: lp:~bac/charms/precise/juju-gui/critical-fix
Merge into: lp:~juju-gui/charms/precise/juju-gui/trunk
Diff against target: 19 lines (+2/-2)
2 files modified
config/config.js.template (+1/-1)
revision (+1/-1)
To merge this branch: bzr merge lp:~bac/charms/precise/juju-gui/critical-fix
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+176215@code.launchpad.net

Description of the change

Update charm_store_url to point to new location.

https://codereview.appspot.com/11525046/

To post a comment you must log in.
Revision history for this message
Brad Crittenden (bac) wrote :

Reviewers: mp+176215_code.launchpad.net,

Message:
Please take a look.

Description:
Update charm_store_url to point to new location.

https://code.launchpad.net/~bac/charms/precise/juju-gui/critical-fix/+merge/176215

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/11525046/
Index: [revision details]
=== added file '[revision details]'
--- [revision details] 2012-01-01 00:00:00 +0000
+++ [revision details] 2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision:
<email address hidden>
+New revision: <email address hidden>

Index: config/config.js.template
=== modified file 'config/config.js.template'
--- config/config.js.template 2013-07-15 17:37:21 +0000
+++ config/config.js.template 2013-07-22 14:45:30 +0000
@@ -10,7 +10,7 @@
    // These are the main application config items used and passed down into
all
    // SubApps.
    consoleEnabled: {{console_enabled}},
- charm_store_url: 'https://jujucharms.com/',
+ charm_store_url: 'https://manage.jujucharms.com/',
    charmworldURL: {{charmworld_url}},
    // socket_url is only honored in older versions of the GUI.
    socket_url: '{{raw_protocol}}://{{address}}/ws',

Revision history for this message
Richard Harding (rharding) wrote :
78. By Brad Crittenden

Bump revision

Revision history for this message
Brad Crittenden (bac) wrote :
Revision history for this message
Richard Harding (rharding) wrote :
Revision history for this message
Brad Crittenden (bac) wrote :

*** Submitted:

Update charm_store_url to point to new location.

R=rharding
CC=
https://codereview.appspot.com/11525046

https://codereview.appspot.com/11525046/

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'config/config.js.template'
--- config/config.js.template 2013-07-15 17:37:21 +0000
+++ config/config.js.template 2013-07-22 14:57:27 +0000
@@ -10,7 +10,7 @@
10 // These are the main application config items used and passed down into all10 // These are the main application config items used and passed down into all
11 // SubApps.11 // SubApps.
12 consoleEnabled: {{console_enabled}},12 consoleEnabled: {{console_enabled}},
13 charm_store_url: 'https://jujucharms.com/',13 charm_store_url: 'https://manage.jujucharms.com/',
14 charmworldURL: {{charmworld_url}},14 charmworldURL: {{charmworld_url}},
15 // socket_url is only honored in older versions of the GUI.15 // socket_url is only honored in older versions of the GUI.
16 socket_url: '{{raw_protocol}}://{{address}}/ws',16 socket_url: '{{raw_protocol}}://{{address}}/ws',
1717
=== modified file 'revision'
--- revision 2013-07-19 10:26:54 +0000
+++ revision 2013-07-22 14:57:27 +0000
@@ -1,1 +1,1 @@
158159

Subscribers

People subscribed via source and target branches