From 16f2defa530b36cae7da5e28b5eafef9138adba5 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Wed, 28 Jan 2015 22:16:14 +0100 Subject: Updated to v31.4.0ESR * Search form in about:icecat now searches in default search engine * Disabled accessibility.blockautorefresh * Replaced references to Open Source with Free Software where applicable * Added html5-video-everywhere v0.1.1 extension: https://github.com/lejenome/html5-video-everywhere * Updated LibreJS to 6.0.8 Build scripts updated to use pbuilder --- tools/gnupload | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'tools/gnupload') diff --git a/tools/gnupload b/tools/gnupload index 07cc1d9..520c0ec 100644 --- a/tools/gnupload +++ b/tools/gnupload @@ -7,7 +7,12 @@ find binaries -type f | grep -e asc$ -e sig$ | xargs -r rm set -e -VERSION=31.2.0 +if [ $# != 1 ]; then + echo E: pass the version as parameter + exit 1 +fi +VERSION=$1 + newline=" " mputs="" @@ -44,7 +49,7 @@ mputs="${mputs}put binaries/langpacks/$file.directive.asc $file.directive.asc $n done #cat << EOF -ftp -v -p -n -i << EOF | tee log +ftp -v -p -n -i << EOF 2>&1| tee log open ftp-upload.gnu.org user anonymous anonymous cd /incoming/ftp -- cgit v1.2.3