aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-06-16 21:17:02 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-06-16 21:20:12 +0530
commitfabffef232a7cf89c0b34a2ad1f2c82245d0e03b (patch)
tree0854879e303259f36799dea2f30c3d8e71353b1e
parent1fea9ec34d42d23077f2ea5f9337285c52f6c2ef (diff)
remove shallow cloning as we can't do cherry-pick in this case
Change-Id: Ifc8ff45a719a705860a0f89e679c72e155dbf9ec Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--build-scripts/helpers2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index 4ac2c9d..341ce42 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -40,7 +40,7 @@ repo-sync-from-mirror () {
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_DIR
else
- repo init $REPO_QUIET -u "${MANIFEST_REPO}" -b "${MANIFEST_BRANCH}" -m "${MANIFEST_FILENAME}" $REPO_MIRROR -g $REPO_GROUPS --depth=1
+ repo init $REPO_QUIET -u "${MANIFEST_REPO}" -b "${MANIFEST_BRANCH}" -m "${MANIFEST_FILENAME}" $REPO_MIRROR -g $REPO_GROUPS
fi
# Save input manifest as build artifact for reference