diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-04-26 22:00:00 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-04-26 22:00:00 +0200 |
commit | 3d2d6114b0dda535e5515d2e083d8e59f821b93a (patch) | |
tree | 1daef5cbf169ece9bc5c044d780cf0bf2486fbe2 /jjb/common | |
parent | a2611871e5d5bcadf245fd4e569002db0a5a2036 (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')
-rw-r--r-- | jjb/common/include-agl-repo.sh | 2 |
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 |