st782s | 21a8761 | 2018-01-30 17:29:36 -0500 | [diff] [blame] | 1 | #!/bin/bash |
2 | # Sets up a new build area for Portal projects on on a dev/test host such as vm-ep-dev3 | ||||
3 | |||||
4 | USER=attuid-goes-here | ||||
5 | git clone https://${USER}@codecloud.web.att.com/scm/st_quantum/lf_portal.git | ||||
6 | cd lf_portal | ||||
7 | git clone https://${USER}@codecloud.web.att.com/scm/st_quantum/lf_portal_sdk.git sdk |