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

Unified Diff: kick.py

Issue 4768985027444736: 1369 - Integrate ensure_dependencies.py (Closed)
Patch Set: Updates since last patch set: Created Sept. 18, 2014, 12:59 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
Index: kick.py
===================================================================
--- a/kick.py
+++ b/kick.py
@@ -49,6 +49,7 @@
remoteCommand = ' && '.join([
'sudo hg pull -qu -R /etc/puppet/infrastructure',
'sudo hg pull -qu -R /etc/puppet/infrastructure/modules/private',
+ 'sudo /etc/puppet/infrastructure/ensure_dependencies.py /etc/puppet/infrastructure',
])
runCommand(user, "puppetmaster.adblockplus.org", remoteCommand)

Powered by Google App Engine
This is Rietveld