diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-01-13 15:15:53 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-01-13 15:15:53 +0000 |
commit | 7cea29303ec07bbc53f6ee968ab5bd51850d708c (patch) | |
tree | 5fa6c723f2f85bb493358a42bb141eddacd2068f /scripts/auto-build/pure-data-rsync-checkout | |
parent | 93c9a7f1edb1458d6fd47372597daf19acb399d6 (diff) |
if it has git sources, 'git pull' in them
svn path=/trunk/; revision=14733
Diffstat (limited to 'scripts/auto-build/pure-data-rsync-checkout')
-rwxr-xr-x | scripts/auto-build/pure-data-rsync-checkout | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/auto-build/pure-data-rsync-checkout b/scripts/auto-build/pure-data-rsync-checkout index e5e4256b..23f4f6a5 100755 --- a/scripts/auto-build/pure-data-rsync-checkout +++ b/scripts/auto-build/pure-data-rsync-checkout @@ -24,6 +24,8 @@ for dir in /home/pd/rsync/*; do dirname=$(echo $dir | sed 's|.*/\(.*\)|\1|') test -e $dir/scripts/update-developer-layout.sh && \ update_distro $dirname + test -e $dir/pd/.git && \ + cd $dir/pd && git pull origin master done for dir in /home/pd/rsync/*.git; do |