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
227adb81
Commit
227adb81
authored
May 06, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add site for network setup package
parent
c241caf1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
windows/scripts/setup-cygwin.bat
windows/scripts/setup-cygwin.bat
+3
-3
windows/scripts/slapos.iss
windows/scripts/slapos.iss
+4
-4
No files found.
windows/scripts/setup-cygwin.bat
View file @
227adb81
...
@@ -18,14 +18,14 @@ GOTO END
...
@@ -18,14 +18,14 @@ GOTO END
:REMOTE
_INSTALL
:REMOTE
_INSTALL
SET
PACKAGES
=
-P
autobuild
-P
autoconf
-P
automake
-P
binutils
-P
bison
-P
bzip2
-P
ca
-certificates -P
cron
-P
cygport
-P
cygrunsrv
-P
file
-P
flex
-P
gcc4
-P
gdbm
-P
libgdbm
-devel -P
gettext
-P
gettext
-devel -P
libglib2
.0
-devel -P
libglib2
.0_0
-P
libexpat1
-P
libexpat1
-devel -P
libmpfr
-devel -P
libmpfr4
-P
libtool
-P
libxml2
-P
libxml2
-devel -P
libxslt2
-P
libxslt2
-devel -P
make
-P
m4
-P
libncurses
-devel -P
libncursesw
-devel -P
patch
-P
patchutils
-P
pkg
-config -P
python
-P
python
-setuptools -P
openssl
-devel -P
libopenssl098
-P
libopenssl100
-P
popt
-P
readline
-P
libsqlite3
-devel -P
libsqlite3_0
-P
swig
-P
syslog
-ng -P
zlib
-devel -P
vim
-P
wget
SET
PACKAGES
=
-P
autobuild
-P
autoconf
-P
automake
-P
binutils
-P
bison
-P
bzip2
-P
ca
-certificates -P
cron
-P
cygport
-P
cygrunsrv
-P
file
-P
flex
-P
gcc4
-P
gdbm
-P
libgdbm
-devel -P
gettext
-P
gettext
-devel -P
libglib2
.0
-devel -P
libglib2
.0_0
-P
libexpat1
-P
libexpat1
-devel -P
libmpfr
-devel -P
libmpfr4
-P
libtool
-P
libxml2
-P
libxml2
-devel -P
libxslt2
-P
libxslt2
-devel -P
make
-P
m4
-P
libncurses
-devel -P
libncursesw
-devel -P
patch
-P
patchutils
-P
pkg
-config -P
python
-P
python
-setuptools -P
openssl
-devel -P
libopenssl098
-P
libopenssl100
-P
popt
-P
readline
-P
libsqlite3
-devel -P
libsqlite3_0
-P
swig
-P
syslog
-ng -P
zlib
-devel -P
vim
-P
wget
SET
SITEOPTIONS
=
SET
SITEOPTIONS
=
-s
http
://www.netgull.com/cygwin
-s
http
://cygwin.petsads.us
REM ECHO %2 | FINDSTR \. > /NULL
REM ECHO %2 | FINDSTR \. > /NULL
REM IF %ERRORLEVEL% == 0 SET SITEOPTIONS=--site %2 --only-site
REM IF %ERRORLEVEL% == 0 SET SITEOPTIONS=--site %2 --only-site
IF
/I
%
2
NEQ
network
SET
SITEOPTIONS
=-
-site
%
2
-
-only-site
IF
/I
%
2
NEQ
network
SET
SITEOPTIONS
=
-
s
%
2
-
-only-site
ECHO
Install
cygwin
at
%CYGWINROOT%
from
%SITE%
...
ECHO
Install
cygwin
at
%CYGWINROOT%
from
%SITE%
...
REM setup.exe -D -X --site http://mirrors.163.com/cygwin -l D:/slapos/slapos-cygwin-packages -R D:/slapos/cygwin
REM setup.exe -D -X --site http://mirrors.163.com/cygwin -l D:/slapos/slapos-cygwin-packages -R D:/slapos/cygwin
REM -P cygrunsrv -P binutils -P gcc4 -P libtool -P make -P autobuild -P autoconf -P automake -P libiconv
REM -P cygrunsrv -P binutils -P gcc4 -P libtool -P make -P autobuild -P autoconf -P automake -P libiconv
%SETUPFILE%
%PACKAGES%
%SITEOPTIONS%
-l
%DOWNLOADPATH%
-R
%CYGWINROOT%
%OPTIONS%
%SETUPFILE%
%PACKAGES%
%SITEOPTIONS%
-
D -L -
l
%DOWNLOADPATH%
-R
%CYGWINROOT%
%OPTIONS%
GOTO
END
GOTO
END
:END
:END
...
...
windows/scripts/slapos.iss
View file @
227adb81
...
@@ -75,10 +75,10 @@ Name: "{group}\SlapOS.org"; Filename: "http://www.slapos.org/";
...
@@ -75,10 +75,10 @@ Name: "{group}\SlapOS.org"; Filename: "http://www.slapos.org/";
Name: "{group}\Uninstall SlapOS"; Filename: "{uninstallexe}";
Name: "{group}\Uninstall SlapOS"; Filename: "{uninstallexe}";
[Run]
[Run]
Filename: "{app}\setup-cygwin.bat"; Parameters: """{app}"" network"; StatusMsg: "Installing Cygwin...";
Filename: "{app}\setup-cygwin.bat"; Parameters: """{app}"" network"; StatusMsg: "Installing Cygwin...";
Flags: runhidden;
Filename: "{app}\cygwin\bin\bash.exe"; Parameters: "--login -i /etc/slapos/scripts/post-install.sh"; WorkingDir: "{app}\cygwin\bin"; Description: "Configure Cygwin"; StatusMsg: "Configure Cygwin...";
Filename: "{app}\cygwin\bin\bash.exe"; Parameters: "--login -i /etc/slapos/scripts/post-install.sh"; WorkingDir: "{app}\cygwin\bin"; Description: "Configure Cygwin"; StatusMsg: "Configure Cygwin...";
Flags: skipifdoesntexist
Filename: "{app}\cygwin\bin\bash.exe"; Parameters: "--login -i /etc/slapos/scripts/build-slapos.sh"; WorkingDir: "{app}\cygwin\bin"; Description: "Builout process"; StatusMsg: "Building SlapOS...";
Filename: "{app}\cygwin\bin\bash.exe"; Parameters: "--login -i /etc/slapos/scripts/build-slapos.sh"; WorkingDir: "{app}\cygwin\bin"; Description: "Builout process"; StatusMsg: "Building SlapOS...";
Flags: skipifdoesntexist;
Filename: "cmd.exe"; Parameters: "/c {app}\cygwin\etc\postinstall\autorebase.bat.done"; WorkingDir: "{app}\cygwin"; Flags: runhidden;
Filename: "cmd.exe"; Parameters: "/c {app}\cygwin\etc\postinstall\autorebase.bat.done"; WorkingDir: "{app}\cygwin"; Flags:
skipifdoesntexist
runhidden;
[UninstallDelete]
[UninstallDelete]
Type: filesandordirs; Name: "{app}\cygwin" ;
Type: filesandordirs; Name: "{app}\cygwin" ;
...
...
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