From 2791292c11fd2dfa675e8426e6081fba0eba211e Mon Sep 17 00:00:00 2001 From: Alberto Ponces Date: Tue, 22 Jun 2021 09:19:13 +0100 Subject: [PATCH] Fix treble_patches repo branch --- buildbot_treble.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot_treble.sh b/buildbot_treble.sh index be4fd822..24ada3df 100755 --- a/buildbot_treble.sh +++ b/buildbot_treble.sh @@ -20,7 +20,7 @@ repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all) echo "" echo "Cloning dependecy repos" -[ ! -d ./treble_patches ] && git clone https://github.com/ponces/treble_patches -b eleven +[ ! -d ./treble_patches ] && git clone https://github.com/ponces/treble_patches -b eleven-plus [ ! -d ./sas-creator ] && git clone https://github.com/AndyCGYan/sas-creator rm -rf treble_app && git clone https://github.com/phhusson/treble_app