Continue repo sync even with broken (external) repositories 80/21180/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 26 Apr 2019 20:00:00 +0000 (22:00 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 26 Apr 2019 20:00:00 +0000 (22:00 +0200)
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>
jjb/common/include-agl-repo.sh

index d741151..c2bdf93 100644 (file)
@@ -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