From: Jan-Simon Möller Date: Fri, 26 Apr 2019 20:00:00 +0000 (+0200) Subject: Continue repo sync even with broken (external) repositories X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=3d2d6114b0dda535e5515d2e083d8e59f821b93a;p=ci-management.git 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 --- 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