Commit 2611b320 authored by Jondy Zhao's avatar Jondy Zhao

Rename re6stnet-0.1.tar.gz to re6stnet.tar.gz

Remove -n when clone re6stnet.git
parent ba6c1169
......@@ -21,6 +21,9 @@ extends = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/cygwin-0:/
download-cache = /opt/download-cache
prefix = ${buildout:directory}
" > buildout.cfg
else
echo "Edit $slapos_home/buildout.cfg"
sed -i -e "s%^extends = .*$%extends = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/cygwin-0:/component/slapos/buildout.cfg%g" buildout.cfg
fi
if [[ ! -f bootstrap.py ]] ; then
......
......@@ -25,7 +25,7 @@ Source: "publish\buildout\slapos\*"; DestDir: "{app}\cygwin\opt\slapos"; Flags:
Source: "opt\git\slapos.core\slapos.cfg.example"; DestDir: "{app}\cygwin\etc\slapos";
Source: "opt\git\slapos.core\slapos-client.cfg.example"; DestDir: "{app}\cygwin\etc\slapos";
Source: "opt\downloads\pyOpenSSL-0.13.tar.gz"; DestDir: "{app}\cygwin"; DestName: "pyOpenSSL.tar.gz";
Source: "opt\git\re6stnet\dist\re6stnet-0.1.tar.gz"; DestDir: "{app}\cygwin"; DestName: "re6stnet-0.1.tar.gz";
Source: "opt\git\re6stnet\dist\re6stnet-0.1.tar.gz"; DestDir: "{app}\cygwin"; DestName: "re6stnet.tar.gz";
Source: "opt\downloads\miniupnpc-1.8.tar.gz"; DestDir: "{app}\cygwin"; DestName: "miniupnpc.tar.gz";
Source: "src\patch\slapos-core-format.patch"; DestDir: "{app}\cygwin\etc\slapos\patches";
......
......@@ -242,7 +242,7 @@ if [[ ! -d /opt/re6stnet ]] ; then
mv $(ls -d re6stnet-*) re6stnet
else
echo "Clone re6stnet from http://git.erp5.org/repos/re6stnet.git"
git clone -b cygwin -n http://git.erp5.org/repos/re6stnet.git
git clone -b cygwin http://git.erp5.org/repos/re6stnet.git
fi
cd re6stnet
python setup.py install || echo "Install re6stnet failed."
......
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