From 722d49125c7bd742fd69b9b5aed4dceb29e2600d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 3 Dec 2012 14:47:25 +0100 Subject: [PATCH] add script to publish extension on tabellio.entrouvert.com --- upload.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 upload.sh diff --git a/upload.sh b/upload.sh new file mode 100755 index 0000000..2efa53e --- /dev/null +++ b/upload.sh @@ -0,0 +1,22 @@ +#! /bin/sh + +make tabellio-pcf.ott +make tabellio-pfb.ott +make tabellio.oxt + +VERSION=$(grep "version value" addon/description.xml | cut -d'"' -f2) + +cat << _EOF_ > update.xml + + + + + + + + +_EOF_ + +scp update.xml tabellio-pcf.ott tabellio-pfb.ott tabellio.oxt leucas.entrouvert.org:/var/vhosts/tabellio.entrouvert.com/web/ +