From 08c28112f8cc20f9b7d45dd417718996a7ca0d4b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 12 Nov 2006 15:00:24 +0000 Subject: reordered to make compile errors clearer svn path=/trunk/; revision=6273 --- scripts/auto-build/pd-extended-auto-builder.sh | 2 +- scripts/auto-build/pd-main-auto-builder.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh index 145a2f99..f03916f0 100755 --- a/scripts/auto-build/pd-extended-auto-builder.sh +++ b/scripts/auto-build/pd-extended-auto-builder.sh @@ -44,9 +44,9 @@ rsync -av --delete rsync://128.238.56.50/distros/pd-extended/ \ cd "${auto_build_root_dir}/packages/$BUILD_DIR" make -C "${auto_build_root_dir}/packages" patch +make test_locations make package_clean make install && make package -make test_locations upload_build () diff --git a/scripts/auto-build/pd-main-auto-builder.sh b/scripts/auto-build/pd-main-auto-builder.sh index 9d0f5a80..ff89833c 100755 --- a/scripts/auto-build/pd-main-auto-builder.sh +++ b/scripts/auto-build/pd-main-auto-builder.sh @@ -47,11 +47,11 @@ case $SYSTEM in upload_filename=`ls -1 ${archive} | sed "s|.*/\(.*\)\.${archive_format}|\1-${HOSTNAME}.${archive_format}|"` cd ${auto_build_root_dir}/packages/darwin_app/ make package_clean + make test_locations make darwin_app_core && \ make readme_install && \ - make package - make test_locations - rsync -a ${archive} \ + make package && \ + rsync -a ${archive} \ rsync://128.238.56.50/upload/${DATE}/${upload_filename} && \ echo SUCCESS ;; -- cgit v1.2.1