Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kasra Jamshidi
slapos.package
Commits
2611b320
Commit
2611b320
authored
May 27, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename re6stnet-0.1.tar.gz to re6stnet.tar.gz
Remove -n when clone re6stnet.git
parent
ba6c1169
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
windows/scripts/build-slapos.sh
windows/scripts/build-slapos.sh
+3
-0
windows/scripts/slapos-all-in-one.iss
windows/scripts/slapos-all-in-one.iss
+1
-1
windows/scripts/slapos-node-config.sh
windows/scripts/slapos-node-config.sh
+1
-1
No files found.
windows/scripts/build-slapos.sh
View file @
2611b320
...
...
@@ -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
...
...
windows/scripts/slapos-all-in-one.iss
View file @
2611b320
...
...
@@ -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";
...
...
windows/scripts/slapos-node-config.sh
View file @
2611b320
...
...
@@ -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
cygwi
n http://git.erp5.org/repos/re6stnet.git
fi
cd
re6stnet
python setup.py
install
||
echo
"Install re6stnet failed."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment