aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-repo.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-26 22:00:00 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-26 22:00:00 +0200
commit3d2d6114b0dda535e5515d2e083d8e59f821b93a (patch)
tree1daef5cbf169ece9bc5c044d780cf0bf2486fbe2 /jjb/common/include-agl-repo.sh
parenta2611871e5d5bcadf245fd4e569002db0a5a2036 (diff)
Continue repo sync even with broken (external) repositories
This avoids breaking CI with broken external repo (as long as we don't build that very target). Change-Id: I695506068b9ee49044f6ea15ed2277d5104adc7c Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-repo.sh')
-rw-r--r--jjb/common/include-agl-repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-repo.sh b/jjb/common/include-agl-repo.sh
index d7411515..c2bdf930 100644
--- a/jjb/common/include-agl-repo.sh
+++ b/jjb/common/include-agl-repo.sh
@@ -30,5 +30,5 @@ fi
# next: repo sync and dump manifest
-repo sync --force-sync --detach --no-clone-bundle
+repo sync --force-broken --force-sync --detach --no-clone-bundle