[tbb-commits] [tor-browser-bundle/hardened-builds] Bug 19176: Zip language packs deterministically
gk at torproject.org
gk at torproject.org
Thu May 26 09:19:05 UTC 2016
commit c07734b821db00b031e5736edc6c8a1ec2ff37f0
Author: Georg Koppen <gk at torproject.org>
Date: Thu May 26 07:26:37 2016 +0000
Bug 19176: Zip language packs deterministically
---
gitian/descriptors/linux/gitian-bundle.yml | 2 +-
gitian/descriptors/mac/gitian-bundle.yml | 2 +-
gitian/descriptors/windows/gitian-bundle.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gitian/descriptors/linux/gitian-bundle.yml b/gitian/descriptors/linux/gitian-bundle.yml
index 3e8ae2e..e25d40e 100644
--- a/gitian/descriptors/linux/gitian-bundle.yml
+++ b/gitian/descriptors/linux/gitian-bundle.yml
@@ -209,7 +209,7 @@ script: |
cp -rf ~/build/searchplugins $search_plugins_path
rm $xpi
cd prep_$LANG
- zip -r9 ../$xpi *
+ ~/build/dzip.sh ../$xpi .
cd ..
rm -rf prep_$LANG
done
diff --git a/gitian/descriptors/mac/gitian-bundle.yml b/gitian/descriptors/mac/gitian-bundle.yml
index e046b57..84cb56c 100644
--- a/gitian/descriptors/mac/gitian-bundle.yml
+++ b/gitian/descriptors/mac/gitian-bundle.yml
@@ -218,7 +218,7 @@ script: |
cp -rf ~/build/searchplugins $search_plugins_path
rm $xpi
cd prep_$LANG
- zip -r9 ../$xpi *
+ ~/build/dzip.sh ../$xpi .
cd ..
rm -rf prep_$LANG
done
diff --git a/gitian/descriptors/windows/gitian-bundle.yml b/gitian/descriptors/windows/gitian-bundle.yml
index 5473bf3..ab4f903 100644
--- a/gitian/descriptors/windows/gitian-bundle.yml
+++ b/gitian/descriptors/windows/gitian-bundle.yml
@@ -180,7 +180,7 @@ script: |
cp -rf ~/build/searchplugins $search_plugins_path
rm $xpi
cd prep_$LANG
- zip -r9 ../$xpi *
+ ~/build/dzip.sh ../$xpi .
cd ..
rm -rf prep_$LANG
done
More information about the tbb-commits
mailing list