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
822cb0e8
Commit
822cb0e8
authored
Jul 30, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename slapos-build-installer to slapos-windows-wrapper
parent
bb473f11
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
10 deletions
+26
-10
windows/scripts/slapos-build-installer.bat
windows/scripts/slapos-build-installer.bat
+0
-10
windows/scripts/slapos-windows-wrapper.bat
windows/scripts/slapos-windows-wrapper.bat
+26
-0
No files found.
windows/scripts/slapos-build-installer.bat
deleted
100755 → 0
View file @
bb473f11
@ECHO
OFF
SETLOCAL
SET
CYGWINHOME
=
%~dp0
SET
CYGWINROOT
=
"
%~dp0
cygwin"
CMD
.EXE
/C
%CYGWINROOT%
\bin\bash
-
-login /slapos-build-installer
ENDLOCAL
EXIT
0
windows/scripts/slapos-windows-wrapper.bat
0 → 100755
View file @
822cb0e8
@ECHO
OFF
SETLOCAL
SET
CYGWINHOME
=
%~dp0
SET
CYGWINROOT
=
"
%~dp0
cygwin"
IF
"
%
1"
==
"slapos-build-installer"
GOTO
SLAPOS_BUILD_INSTALLER
IF
"
%
1"
==
"slapos-configure"
GOTO
SLAPOS_CONFIGURE
CMD
.EXE
/C
%CYGWINROOT%
\bin\bash
-
-login
%
*
SET
RETVALUE
=
%ERRORLEVEL%
GOTO
END
:SLAPOS
_BUILD_INSTALLER
CMD
.EXE
/C
%CYGWINROOT%
\bin\bash
-
-login /slapos-build-installer
SET
RETVALUE
=
%ERRORLEVEL%
GOTO
END
:SLAPOS
_CONFIGURE
CMD
.EXE
/C
%CYGWINROOT%
\bin\bash
-
-login /etc/slapos/scripts/slapos-configure
.sh
-
-password
=
%
2
-
-client-certificate
=
/certificate
-
-client-key
=
/key
-
-computer-certificate
=
/computer
.crt
-
-computer-key
=
/computer
.key
SET
RETVALUE
=
%ERRORLEVEL%
GOTO
END
:END
ENDLOCAL
EXIT
%RETVALUE%
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