From: Rudolf Polzer Date: Wed, 3 Nov 2010 09:26:14 +0000 (+0100) Subject: don't run admin-merge on the fteqcc repo X-Git-Tag: xonotic-v0.1.0preview~92 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=d76f3ba20d8487be18eea70e3c67669542fa41ac;hp=465ba00605c3e731ae94a3cf2d13baf7ee39620c don't run admin-merge on the fteqcc repo --- diff --git a/all b/all index f2f9dcdd..26a30277 100755 --- a/all +++ b/all @@ -1046,6 +1046,12 @@ case "$cmd" in reportecho "$o" } for d in $repos; do + case "$d" in + fteqcc) + # sorry, fteqcc repo is managed manually + continue + ;; + esac enter "$d0/$d" verbose base="`repobranch "$d"`" reportecho "In $d:"