Commit fa36a275 authored by Rafael Monnerat's avatar Rafael Monnerat

packer: Update url from the ansible based scripts

   Officially we prefer erp5.net for now.
parent 33ee6ba4
wget http://deploy.erp5.cn/erp5-standalone -O /root/run-standalone
wget http://deploy.erp5.net/erp5-standalone -O /root/run-standalone
bash /root/run-standalone
sleep 10
......
......@@ -32,7 +32,7 @@ fi
export TERM=xterm
sleep 5
wget -O /root/launch-test http://deploy.erp5.cn/launch-test
wget -O /root/launch-test http://deploy.erp5.net/launch-test
chmod +x /root/launch-test
bash -lc /root/launch-test
......
wget http://deploy.erp5.cn/webrunner-standalone -O /root/run-standalone
wget http://deploy.erp5.net/webrunner-standalone -O /root/run-standalone
bash /root/run-standalone
sleep 10
......
wget http://deploy.erp5.cn/wendelin-standalone -O /root/run-standalone
wget http://deploy.erp5.net/wendelin-standalone -O /root/run-standalone
bash /root/run-standalone
sleep 10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment