From 3d2d6114b0dda535e5515d2e083d8e59f821b93a Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 26 Apr 2019 22:00:00 +0200 Subject: Continue repo sync even with broken (external) repositories MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- jjb/common/include-agl-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg