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
7b4033bd
Commit
7b4033bd
authored
May 04, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add cron, cygrunsrv, syslog-ng packages to slapos cygwin node
Remove the comment of setup command
parent
07383edf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
windows/scripts/setup-cygwin.bat
windows/scripts/setup-cygwin.bat
+3
-3
No files found.
windows/scripts/setup-cygwin.bat
View file @
7b4033bd
...
...
@@ -13,11 +13,11 @@ IF NOT "%2" == "" GOTO REMOTE_INSTALL
SET
PACKAGES
=
-C
All
ECHO
Install
cygwin
at
%CYGWINROOT%
from
%DOWNLOADPATH%
...
ECHO
Packages
:
%PACKAGES%
ECHO
%SETUPFILE%
-
-local-install
%PACKAGES%
-l
%DOWNLOADPATH%
-R
%CYGWINROOT%
%OPTIONS%
%SETUPFILE%
-
-local-install
%PACKAGES%
-l
%DOWNLOADPATH%
-R
%CYGWINROOT%
%OPTIONS%
GOTO
END
:REMOTE
_INSTALL
SET
PACKAGES
=
-P
autobuild
-P
autoconf
-P
automake
-P
binutils
-P
bison
-P
bzip2
-P
ca
-certificates -P
c
ygport
-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
swi
g
-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
c
ron
-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
-n
g -P
zlib
-devel -P
vim
-P
wget
SET
SITEOPTIONS
=
REM ECHO %2 | FINDSTR \. > /NULL
REM IF %ERRORLEVEL% == 0 SET SITEOPTIONS=--site %2 --only-site
...
...
@@ -25,7 +25,7 @@ IF /I %2 NEQ network SET SITEOPTIONS=--site %2 --only-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 -P cygrunsrv -P binutils -P gcc4 -P libtool -P make -P autobuild -P autoconf -P automake -P libiconv
ECHO
%SETUPFILE%
%PACKAGES%
%SITEOPTIONS%
-l
%DOWNLOADPATH%
-R
%CYGWINROOT%
%OPTIONS%
%SETUPFILE%
%PACKAGES%
%SITEOPTIONS%
-l
%DOWNLOADPATH%
-R
%CYGWINROOT%
%OPTIONS%
GOTO
END
:END
...
...
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