mozilla-xulrunner20/create-tar.sh
changeset 154 e8d6420a4212
parent 153 46ee28dc7145
child 169 cba7c6321c84
--- a/mozilla-xulrunner20/create-tar.sh	Wed Sep 01 10:56:36 2010 +0200
+++ b/mozilla-xulrunner20/create-tar.sh	Thu Sep 02 00:07:23 2010 +0200
@@ -25,3 +25,7 @@
 done
 tar cjf l10n-$VERSION.tar.bz2 --exclude=.hgtags --exclude=.hgignore --exclude=.hg l10n
 
+# compare-locales
+hg clone http://hg.mozilla.org/build/compare-locales
+tar cjf compare-locales.tar.bz2 --exclude=.hgtags --exclude=.hgignore --exclude=.hg compare-locales
+