From acbb8dff1439b0d05709a93fff356e7f6b829da6 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Wed, 30 Oct 2013 14:04:56 +0100 Subject: INI et Unicode. Avancée sur fonctions AJAX et trados. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/build_all.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dist') diff --git a/dist/build_all.sh b/dist/build_all.sh index 9f0306a..33b3e36 100755 --- a/dist/build_all.sh +++ b/dist/build_all.sh @@ -23,6 +23,7 @@ buildname=editablesite-$commit srclocale=$srcbase/locale dstlocale="$dstbase/$buildname/admin/locale" archfile=out/$buildname +installdir=/var/www export_files $srcbase $dstbase/$buildname < $archfile.tar.gz ( cd "$dstbase" ; zip -9 -q -r - $buildname/) > $archfile.zip rm $archfile.tar -sudo tar -xf $archfile.tar.gz -C /var/www/ +echo "Deploying for test in $installdir" +sudo tar -xf $archfile.tar.gz -C $installdir -- cgit v1.2.3