]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Generate language pack tarball
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 Aug 2008 04:17:22 +0000 (16:17 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 Aug 2008 04:17:22 +0000 (16:17 +1200)
mksnapshot.sh

index 87129720b41867aebd68151b76b285837f9711bf..239c7786284a0d39b8c12661cc1b93a7863f99d3 100755 (executable)
@@ -95,3 +95,8 @@ if [ -x $tmpdir/scripts/www/build-cfg-help.pl ]; then
        gzip -f -9 ${PACKAGE}-${VERSION}-${date}-cfgman.html
        echo ${PACKAGE}-${VERSION}-${date}-cfgman.html.gz >>${tag}.out
 fi
+
+# Generate language-pack tarballs
+# NP: Only to be done on HEAD branch.
+sh -c "cd $tmpdir/errors && tar -zcf ${PWD}/${PACKAGE}-${VERSION}-${date}-langpack.tar.gz ./*/*"
+echo ${PACKAGE}-${VERSION}-${date}-langpack.tar.gz >>${tag}.out