From: Andrew DeFaria Date: Wed, 1 Feb 2017 02:24:14 +0000 (-0800) Subject: Initial attempt at a Cygwin install cmd X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=8245cb14bf18886a48e37309a6241b8ce0d50ea0;p=clearscm.git Initial attempt at a Cygwin install cmd --- diff --git a/bin/cygwinSetup.cmd b/bin/cygwinSetup.cmd new file mode 100644 index 0000000..4996c01 --- /dev/null +++ b/bin/cygwinSetup.cmd @@ -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 diff --git a/rc/sshconfig b/rc/sshconfig index 46b7b38..2173b64 100644 --- a/rc/sshconfig +++ b/rc/sshconfig @@ -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