[Po4a-commits] r2488 - /web/html-build-upload.sh
barbier-guest at users.alioth.debian.org
barbier-guest at users.alioth.debian.org
Tue Nov 1 18:57:36 UTC 2011
Author: barbier-guest
Date: Tue Nov 1 18:57:36 2011
New Revision: 2488
URL: http://svn.debian.org/wsvn/po4a/?sc=1&rev=2488
Log:
html-build-upload.sh: Enable German translation
Update file location when uploading to Alioth.
Modified:
web/html-build-upload.sh
Modified: web/html-build-upload.sh
URL: http://svn.debian.org/wsvn/po4a/web/html-build-upload.sh?rev=2488&op=diff
==============================================================================
--- web/html-build-upload.sh (original)
+++ web/html-build-upload.sh Tue Nov 1 18:57:36 2011
@@ -199,6 +199,9 @@
ca)
echo -n "català "
;;
+ de)
+ echo -n "Deutsch"
+ ;;
en)
echo -n "English"
;;
@@ -260,7 +263,7 @@
done
echo Uploading...
-aliothdir=/var/lib/gforge/chroot/home/groups/po4a/htdocs
+aliothdir=/srv/home/groups/po4a/htdocs/
scp -pr html/*.* po4a.alioth.debian.org:$aliothdir
scp -pr html/.htaccess po4a.alioth.debian.org:$aliothdir
scp -pr html.gen/*.* po4a.alioth.debian.org:$aliothdir
More information about the Po4a-commits
mailing list