Correct local git repo directories

Correct the local target directories for pegleg and shipyard
so they will be properly skipped if they already exist rather
than causing a (benign) git error.

Change-Id: I4dc9dd5e3bf5e38ebeb8f6b90e90aaf3ec46737e
This commit is contained in:
Crank, Daniel (dc6350) 2018-08-01 11:26:49 -05:00
parent ed0d96cafd
commit 2a3dcabe70
1 changed files with 2 additions and 2 deletions

View File

@ -175,11 +175,11 @@ function get_repo() {
function setup_repos() {
# Clone and pull the various git repos
# Get pegleg for the script only. Image is separately referenced.
get_repo pegleg ${PEGLEG_REPO} ${PEGLEG_REFSPEC}
get_repo airship-pegleg ${PEGLEG_REPO} ${PEGLEG_REFSPEC}
# Get airship-in-a-bottle for the design
get_repo airship-in-a-bottle ${AIRSHIP_IN_A_BOTTLE_REPO} ${AIRSHIP_IN_A_BOTTLE_REFSPEC}
# Get Shipyard for use after genesis
get_repo shipyard ${SHIPYARD_REPO} ${SHIPYARD_REFSPEC}
get_repo airship-shipyard ${SHIPYARD_REPO} ${SHIPYARD_REFSPEC}
}
function configure_dev_configurables() {