Current version of announceEmail.pl
[clearscm.git] / bin / cygwinSetup.cmd
1 @echo off
2
3 rem This script sets up Cygwin
4 rem We assume that setup.exe is in the path and that it is the appropriate
5 rem Cygwin setup
6
7 rem set packages=openssh
8 set packages=base-cygwin,base-files,bash,bin-utils,bzip2,coreutils,cron,
9 curl,cygrunsrv,cygwin,dateutils,diffutils,dos2unix,expect,file,gcc-core,gcc-g++,git,
10 grep,hostname,inetutils,less,make,man,man-pages-posix,
11 mintty,openssh,openssl,perl,python,rsync,tar,time,wget,which,xload,xterm,
12 xorg-server,xorg-server-common,xorg-x11-fonts-dpi75
13 set options=-q -l C:\CygwinPkgs -R C:\Cygwin -s http://mirrors.kernel.org 
14
15 mkdir C:\CygwinPkgs
16
17 echo setup %options% -P %packages%
18 setup %options% -P %packages%
19
20 if errorlevel 1 ssh-host-config -y