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 | |||||
Kotta, Shireesha (sk434m) | 47bcf09 | 2018-10-09 11:28:41 -0400 | [diff] [blame] | 4 | USER=org.UserId-goes-here |
5 | git clone https://${USER}@gerrit.onap.org/r/a/portal | ||||
st782s | 21a8761 | 2018-01-30 17:29:36 -0500 | [diff] [blame] | 6 | cd lf_portal |
Kotta, Shireesha (sk434m) | 47bcf09 | 2018-10-09 11:28:41 -0400 | [diff] [blame] | 7 | git clone https://${USER}@gerrit.onap.org/r/a/portal/sdk |