-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
27 lines (25 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Random scripts for helping with RAMP build / deployment automation.
Most scripts reference a rampsync directory. This is how to set it
up (can't make this into a shell script because you'll be prompted for
credentials on the initial setup.
cd somewhere
mkdir rampsync
git cl http://tfs.int.ec.gc.ca:8080/tfs/DC/_git/RAMP
git cl http://tfs.int.ec.gc.ca:8080/tfs/DC/_git/ramp-theme-canada
git cl http://tfs.int.ec.gc.ca:8080/tfs/DC/_git/ramp-theme-intranet
git cl http://tfs.int.ec.gc.ca:8080/tfs/DC/_git/ramp-theme-usability
git cl [email protected]:ramp-pcar/ramp-theme-fgp-int
cd RAMP
git remote add github [email protected]:RAMP-PCAR/RAMP-PCAR.git
git co develop
cd ../ramp-theme-canada
git remote add github [email protected]:RAMP-PCAR/ramp-theme-canada.git
git co develop
cd ../ramp-theme-intranet
git remote add github [email protected]:RAMP-PCAR/ramp-theme-intranet.git
git co develop
cd ../ramp-theme-usability
git remote add github [email protected]:RAMP-PCAR/ramp-theme-usability.git
git co develop
cd ../ramp-theme-fgp-int
git co develop