mozilla-xulrunner20/create-tar.sh
changeset 154 e8d6420a4212
parent 153 46ee28dc7145
child 169 cba7c6321c84
equal deleted inserted replaced
153:46ee28dc7145 154:e8d6420a4212
    23       ;;
    23       ;;
    24   esac
    24   esac
    25 done
    25 done
    26 tar cjf l10n-$VERSION.tar.bz2 --exclude=.hgtags --exclude=.hgignore --exclude=.hg l10n
    26 tar cjf l10n-$VERSION.tar.bz2 --exclude=.hgtags --exclude=.hgignore --exclude=.hg l10n
    27 
    27 
       
    28 # compare-locales
       
    29 hg clone http://hg.mozilla.org/build/compare-locales
       
    30 tar cjf compare-locales.tar.bz2 --exclude=.hgtags --exclude=.hgignore --exclude=.hg compare-locales
       
    31