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

Unified Diff: hooks/backend.py

Issue 26740043: After deploying a bundle increment counter.
Patch Set: After deploying a bundle increment counter. Created 10 years, 4 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « config/guiserver.conf.template ('k') | hooks/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hooks/backend.py
=== modified file 'hooks/backend.py'
--- hooks/backend.py 2013-11-13 18:01:03 +0000
+++ hooks/backend.py 2013-11-15 14:56:04 +0000
@@ -216,7 +216,7 @@
utils.start_builtin_server(
build_dir, config['ssl-cert-path'], config['serve-tests'],
config['sandbox'], config['builtin-server-logging'],
- not config['secure'])
+ not config['secure'], config['charmworld-url'])
def stop(self, backend):
utils.stop_builtin_server()
« no previous file with comments | « config/guiserver.conf.template ('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