aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Doan <andy.doan+gerrit@linaro.org>2015-06-09 17:06:58 +0000
committerLinaro Code Review <review@review.linaro.org>2015-06-09 17:06:58 +0000
commitdfc62a1f02a57cb3587d8028c3d207f5ba08ede0 (patch)
tree5bf5b554715a49bc55789f1c954ee57347f065b0
parent7b829e35c7c91c4341b39915dcf245f769af6da8 (diff)
parent1fea9ec34d42d23077f2ea5f9337285c52f6c2ef (diff)
Merge "fix repo seed dir"
-rw-r--r--build-scripts/helpers2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index df8264a..4ac2c9d 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -38,7 +38,7 @@ repo-sync-from-mirror () {
setup-repo-vars
if [ -d "$REPO_SEED_DIR" ]; then
- repo init $REPO_QUIET -u "${MANIFEST_REPO}" -b "${MANIFEST_BRANCH}" -m "${MANIFEST_FILENAME}" $REPO_MIRROR -g $REPO_GROUPS --reference=$REPO_SEED
+ repo init $REPO_QUIET -u "${MANIFEST_REPO}" -b "${MANIFEST_BRANCH}" -m "${MANIFEST_FILENAME}" $REPO_MIRROR -g $REPO_GROUPS --reference=$REPO_SEED_DIR
else
repo init $REPO_QUIET -u "${MANIFEST_REPO}" -b "${MANIFEST_BRANCH}" -m "${MANIFEST_FILENAME}" $REPO_MIRROR -g $REPO_GROUPS --depth=1
fi