Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/web/manifests/server.pp

Issue 29827636: #13108 - Ensure static page source checkouts are based on master bookmark (Closed)
Patch Set: Created July 11, 2018, 4:20 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/web/manifests/server.pp
===================================================================
--- a/modules/web/manifests/server.pp
+++ b/modules/web/manifests/server.pp
@@ -115,6 +115,7 @@
$fetch_repo_cmd = [
'hg', 'clone',
+ '--update', 'master',
$remote,
"/home/www/${repository}",
]
@@ -153,6 +154,7 @@
$update_cms_cmd = [
'hg', 'pull',
'--quiet',
+ '--rev', 'master',
'--update',
'--repository', '/opt/cms',
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld