[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-bundle/master] Bug 19176: Zip language packs deterministically
commit 3b3fadf67339bbc1caaf9b7569ed829e1455a16f
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits