From a2d1b3fa7193e0d3c55a2b9f92d03a929a0fff28 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sat, 25 Feb 2006 09:16:32 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=9559 --- checkin_notes | 7 +++++++ mac_installer/release_GridRepublic.sh | 6 +++--- mac_installer/release_boinc.sh | 6 +++--- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/checkin_notes b/checkin_notes index a1bba21f08..ca0a7ed3fb 100755 --- a/checkin_notes +++ b/checkin_notes @@ -2378,3 +2378,10 @@ David 24 Feb 2006 sched_config.h validate_util.C sched/validator.C + +Charlie 25 Feb 2006 + - Mac: Fix a small bug in release scripts whhich made the zip + files larger than necessary. + mac_installer/ + release_boinc.sh + release_GridRepublic.sh diff --git a/mac_installer/release_GridRepublic.sh b/mac_installer/release_GridRepublic.sh index ee3fb52eb8..c602685882 100644 --- a/mac_installer/release_GridRepublic.sh +++ b/mac_installer/release_GridRepublic.sh @@ -168,9 +168,9 @@ rm ${NEW_DIR_PATH}/Description.plist # Compress the products cd ${NEW_DIR_PATH} -zip -rq ${LC_BRAND_NAME}_$1.$2.$3_macOSX_universal.zip ${LC_BRAND_NAME}_$1.$2.$3_macOSX_universal -zip -rq ${LC_BRAND_NAME}_$1.$2.$3_universal-apple-darwin.zip ${LC_BRAND_NAME}_$1.$2.$3_universal-apple-darwin -zip -rq ${LC_BRAND_NAME}_$1.$2.$3_macOSX_SymbolTables.zip ${LC_BRAND_NAME}_$1.$2.$3_macOSX_SymbolTables +zip -rqy ${LC_BRAND_NAME}_$1.$2.$3_macOSX_universal.zip ${LC_BRAND_NAME}_$1.$2.$3_macOSX_universal +zip -rqy ${LC_BRAND_NAME}_$1.$2.$3_universal-apple-darwin.zip ${LC_BRAND_NAME}_$1.$2.$3_universal-apple-darwin +zip -rqy ${LC_BRAND_NAME}_$1.$2.$3_macOSX_SymbolTables.zip ${LC_BRAND_NAME}_$1.$2.$3_macOSX_SymbolTables popd return 0 diff --git a/mac_installer/release_boinc.sh b/mac_installer/release_boinc.sh index 4b82b89121..b85a739d95 100644 --- a/mac_installer/release_boinc.sh +++ b/mac_installer/release_boinc.sh @@ -109,9 +109,9 @@ cp -fpR $BUILDPATH/SymbolTables ../BOINC_Installer/New_Release_$1_$2_$3/boinc_$1 /Developer/Tools/packagemaker -build -p ../BOINC_Installer/New_Release_$1_$2_$3/boinc_$1.$2.$3_macOSX_universal/BOINC.pkg -f ../BOINC_Installer/Pkg_Root -r ../BOINC_Installer/Installer\ Resources/ -i mac_build/Pkg-Info.plist -d mac_Installer/Description.plist -ds cd ../BOINC_Installer/New_Release_$1_$2_$3 -zip -rq boinc_$1.$2.$3_macOSX_universal.zip boinc_$1.$2.$3_macOSX_universal -zip -rq boinc_$1.$2.$3_universal-apple-darwin.zip boinc_$1.$2.$3_universal-apple-darwin -zip -rq boinc_$1.$2.$3_macOSX_SymbolTables.zip boinc_$1.$2.$3_macOSX_SymbolTables +zip -rqy boinc_$1.$2.$3_macOSX_universal.zip boinc_$1.$2.$3_macOSX_universal +zip -rqy boinc_$1.$2.$3_universal-apple-darwin.zip boinc_$1.$2.$3_universal-apple-darwin +zip -rqy boinc_$1.$2.$3_macOSX_SymbolTables.zip boinc_$1.$2.$3_macOSX_SymbolTables popd return 0