Initial attempt at a Cygwin install cmd
authorAndrew DeFaria <Andrew.DeFaria@Broadcom.com>
Wed, 1 Feb 2017 02:24:14 +0000 (18:24 -0800)
committerAndrew DeFaria <Andrew.DeFaria@Broadcom.com>
Wed, 1 Feb 2017 02:24:14 +0000 (18:24 -0800)
bin/cygwinSetup.cmd [new file with mode: 0644]
rc/sshconfig

diff --git a/bin/cygwinSetup.cmd b/bin/cygwinSetup.cmd
new file mode 100644 (file)
index 0000000..4996c01
--- /dev/null
@@ -0,0 +1,20 @@
+@echo off
+
+rem This script sets up Cygwin
+rem We assume that setup.exe is in the path and that it is the appropriate
+rem Cygwin setup
+
+rem set packages=openssh
+set packages=base-cygwin,base-files,bash,bin-utils,bzip2,coreutils,cron,
+curl,cygrunsrv,cygwin,dateutils,diffutils,dos2unix,expect,file,gcc-core,gcc-g++,git,
+grep,hostname,inetutils,less,make,man,man-pages-posix,
+mintty,openssh,openssl,perl,python,rsync,tar,time,wget,which,xload,xterm,
+xorg-server,xorg-server-common,xorg-x11-fonts-dpi75
+set options=-q -l C:\CygwinPkgs -R C:\Cygwin -s http://mirrors.kernel.org 
+
+mkdir C:\CygwinPkgs
+
+echo setup %options% -P %packages%
+setup %options% -P %packages%
+
+if errorlevel 1 ssh-host-config -y
\ No newline at end of file
index 46b7b38..2173b64 100644 (file)
@@ -29,12 +29,14 @@ Host eca-rtp-04
 
 Host git-ric
   Hostname git-ccxsw.ric.broadcom.com
-  #User svcccxswgit
   User ccxswbuild
 
 Host git-rtp
   Hostname git-ccxsw.rtp.broadcom.com
-  #User svcccxswgit
+  User ccxswbuild
+
+Host git-sj
+  Hostname git-ccxsw.sj.broadcom.com
   User ccxswbuild
   
 Host jira-dev