[tbb-commits] [tor-browser-bundle/master] Bug 19176: Zip language packs deterministically
gk at torproject.org
gk at torproject.org
Thu May 26 09:12:50 UTC 2016
commit 3b3fadf67339bbc1caaf9b7569ed829e1455a16f
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 20315ec..0316148 100644
--- a/gitian/descriptors/linux/gitian-bundle.yml
+++ b/gitian/descriptors/linux/gitian-bundle.yml
@@ -219,7 +219,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 1d200b5..a1a4ed8 100644
--- a/gitian/descriptors/mac/gitian-bundle.yml
+++ b/gitian/descriptors/mac/gitian-bundle.yml
@@ -266,7 +266,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 da65142..d065f60 100644
--- a/gitian/descriptors/windows/gitian-bundle.yml
+++ b/gitian/descriptors/windows/gitian-bundle.yml
@@ -189,7 +189,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