Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
slapos
Commits
ffeb6aa9
Commit
ffeb6aa9
authored
Jul 30, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos-windows-installer:
use slapos-windows-wrapper.bat to run build script
parent
3fd68412
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
8 deletions
+15
-8
software/slapos-windows-installer/instance.cfg.in
software/slapos-windows-installer/instance.cfg.in
+8
-2
software/slapos-windows-installer/software.cfg
software/slapos-windows-installer/software.cfg
+7
-6
No files found.
software/slapos-windows-installer/instance.cfg.in
View file @
ffeb6aa9
...
...
@@ -16,6 +16,12 @@ configure-options =
TARGETDIR=$${buildout:directory}
/quiet
/log $${buildout:directory}/slapos-windows-installer.log
pre-install =
cp ${installer:cygroot}/slapos-windows-wrapper.bat $${buildout:directory}/
cp ${installer:cygroot}/cygwin/etc/opt/slapos/ssl/computer.key $${buildout:directory}/cygwin/
cp ${installer:cygroot}/cygwin/etc/opt/slapos/ssl/computer.crt $${buildout:directory}/cygwin/
cp ~/.slapos/key $${buildout:directory}/cygwin/
cp ~/.slapos/certificate $${buildout:directory}/cygwin/
make-binary = true
post-install =
$${buildout:directory}/
cygwin/etc/slapos/scripts/slapos-configure.sh
post-install =
$${buildout:directory}/
slapos-windows-wrapper.bat slapos-configure slaproot
software/slapos-windows-installer/software.cfg
View file @
ffeb6aa9
...
...
@@ -9,7 +9,7 @@ parts =
[inno-setup]
recipe = hexagonit.recipe.download
url = http://dashingsoft.com/products/slapos/inno-setup.tar.
gz
url = http://dashingsoft.com/products/slapos/inno-setup.tar.
bz2
md5sum = 44620b8619c9cc5b3e262655f0089f05
download-only = true
...
...
@@ -19,10 +19,10 @@ url = http://git.erp5.org/gitweb/slapos.package.git/blob_plain/heads/cygwin:/win
md5sum = 6fc482120dc41d230dc360ea56344fea
download-only = true
[slapos-
build-install
er.bat]
[slapos-
windows-wrapp
er.bat]
recipe = hexagonit.recipe.download
url = http://git.erp5.org/gitweb/slapos.package.git/blob_plain/heads/cygwin:/windows/scripts/slapos-
build-install
er.bat
md5sum = 5
f9a3880efdec2c1e53e0f4d1f960146
url = http://git.erp5.org/gitweb/slapos.package.git/blob_plain/heads/cygwin:/windows/scripts/slapos-
windows-wrapp
er.bat
md5sum = 5
ab0a8f6a1de35d8de5ad616aeca9fcd
download-only = true
[setup-cygwin]
...
...
@@ -34,6 +34,7 @@ download-only = true
[cygwin-packages]
recipe = hexagonit.recipe.download
url = http://dashingsoft.com/products/slapos/cygwin-packages.tar.bz2
url = /cygdrive/d/slapos/cygwin-packages.tar.bz2
md5sum = b0e3f3cf51573c3c94c787201fbb8cdf
download-only = true
...
...
@@ -47,12 +48,12 @@ pre-configure=
(cd ${:cygroot} ; tar xjf ${cygwin-packages:location}/cygwin-packages.tar.bz2)
cp /usr/bin/setup.exe ${:cygroot}
cp ${slapos-build-installer:location}/slapos-build-installer ${:cygroot}/cygwin
cp ${slapos-
build-installer.bat:location}/slapos-build-install
er.bat ${:cygroot}
cp ${slapos-
windows-wrapper.bat:location}/slapos-windows-wrapp
er.bat ${:cygroot}
cp ${setup-cygwin:location}/setup-cygwin.bat ${:cygroot}
chmod +x ${:cygroot}/*.bat
configure-command = ${:cygroot}/setup-cygwin.bat
make-binary = true
post-install= ${:cygroot}/slapos-
build-installer.bat
post-install= ${:cygroot}/slapos-
windows-wrapper.bat slapos-build-installer
#----------------
#-- Instance-level buildout profiles.
...
...
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