From: geraldo netto <[email protected]>
Committer: Waldemar Kozaczuk <[email protected]>
Branch: master
jetty/GET: use wget -c
Signed-off-by: geraldo netto <[email protected]>
Message-Id: <[email protected]>
---
diff --git a/jetty/GET b/jetty/GET
--- a/jetty/GET
+++ b/jetty/GET
@@ -3,7 +3,7 @@ set -ex
mkdir upstream
cd upstream
JETTY_VERSION="9.2.11.v20150529"
-wget "http://eclipse.org/downloads/download.php?file=/jetty/${JETTY_VERSION}/dist/jetty-distribution-${JETTY_VERSION}.tar.gz&r=1"
-O
jetty.tgz
+wget
-c "http://eclipse.org/downloads/download.php?file=/jetty/${JETTY_VERSION}/dist/jetty-distribution-${JETTY_VERSION}.tar.gz&r=1"
-O jetty.tgz
tar zxvf jetty.tgz --strip-components=1
sed '/<!--$/d;/^ *-->$/d' demo-base/webapps/test.d/override-web.xml
/tmp/$$.xml
mv /tmp/$$.xml demo-base/webapps/test.d/override-web.xml
--
You received this message because you are subscribed to the Google Groups "OSv
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.