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

Delta Between Two Patch Sets: modules/filtermaster/files/update_repos.sh

Issue 6029451183783936: Add Filtermaster (Closed)
Left Patch Set: Finishing Filtermaster and Testing Created Nov. 11, 2013, 1:27 p.m.
Right Patch Set: All Done Created Nov. 14, 2013, 3:26 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « modules/filtermaster/files/sitescripts ('k') | modules/filtermaster/manifests/init.pp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #!/bin/bash 1 #!/bin/bash
2 2
3 cd /home/rsync/subscription/ 3 cd /home/rsync/subscription/
4 4
5 for i in $(ls) 5 for i in $(ls)
6 do 6 do
7 cd $i 7 hg pull -R $i -q --update
8 hg pull && hg update
9 cd -
Wladimir Palant 2013/11/12 13:04:03 These four commands can be replaced by one: hg pu
christian 2013/11/12 16:06:06 Done.
10 done 8 done
Wladimir Palant 2013/11/12 13:04:03 I thought by "batch script" you actually meant Pyt
christian 2013/11/12 16:06:06 I think i sad "bash script" but sometimes hard und
11 9
LEFTRIGHT

Powered by Google App Engine
This is Rietveld