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

Side by Side Diff: modules/filtermaster/files/update_repos.sh

Issue 6029451183783936: Add Filtermaster (Closed)
Patch Set: Finishing Filtermaster and Testing Created Nov. 11, 2013, 1:27 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/bash
2
3 cd /home/rsync/subscription/
4
5 for i in $(ls)
6 do
7 cd $i
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld