From a903d6d96a4174e255ea08be4d7feade26fb8440 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 31 Aug 2012 18:41:26 +0000 Subject: update directly from git and svn servers, rather than rsyncing svn path=/trunk/; revision=16186 --- scripts/auto-build/pd-extended-auto-builder.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'scripts/auto-build/pd-extended-auto-builder.sh') diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh index c3d5bbcc..4ec9b813 100755 --- a/scripts/auto-build/pd-extended-auto-builder.sh +++ b/scripts/auto-build/pd-extended-auto-builder.sh @@ -39,7 +39,13 @@ esac cd "${SCRIPT_DIR}/../.." auto_build_root_dir=`pwd` echo "build root: $auto_build_root_dir" -rsync_distro "$auto_build_root_dir" + +# clean up and update +for dir in $auto_build_root_dir/*; do + clean_and_update_folder $dir +done + +# get new stuff from the server cd "${auto_build_root_dir}/packages/$BUILD_DIR" make -C "${auto_build_root_dir}/packages" set_version -- cgit v1.2.1