diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-08 13:20:38 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-08 13:20:38 +0000 |
commit | 4046774eceff4b01955fa6e91cdd20137f5d9b69 (patch) | |
tree | d1bb2393ee1bfcfcc049d4955f769ca3f662618c /scripts | |
parent | 656c77cfe5a113d3bf554d028b7b6f53b3370c8e (diff) |
pd-main needs to have the /scripts/ tree updated, so I just set it to update everything
svn path=/trunk/; revision=5508
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/auto-build/pure-data-cvs-rsync-checkout | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/auto-build/pure-data-cvs-rsync-checkout b/scripts/auto-build/pure-data-cvs-rsync-checkout index 64af8f31..7f222ea6 100755 --- a/scripts/auto-build/pure-data-cvs-rsync-checkout +++ b/scripts/auto-build/pure-data-cvs-rsync-checkout @@ -26,3 +26,5 @@ echo "------------------------------------------------------------" >> $LOGFILE echo "pd-main" >> $LOGFILE 2>&1 echo "------------------------------------------------------------" >> $LOGFILE 2>&1 su pd -c "cd /home/pd/rsync/pd-main/pd && cvs up -APd" >> $LOGFILE 2>&1 +su pd -c "/home/pd/rsync/pd-extended/scripts/update-developer-layout.sh" >> $LOGFILE 2>&1 + |