From: geraldo netto <geraldone...@gmail.com>
Committer: Waldemar Kozaczuk <jwkozac...@gmail.com>
Branch: master

jetty/GET: use wget -c

Signed-off-by: geraldo netto <geraldone...@gmail.com>
Message-Id: <1516131789-8559-20-git-send-email-geraldone...@gmail.com>

---
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 osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to