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, 2:10 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 | « ensure_dependencies.py ('k') | modules/puppetmaster/files/sudoers-update-infrastructure » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « ensure_dependencies.py ('k') | modules/puppetmaster/files/sudoers-update-infrastructure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld