don't run admin-merge on the fteqcc repo

This commit is contained in:
Rudolf Polzer 2010-11-03 10:26:14 +01:00
parent 465ba00605
commit d76f3ba20d

6
all
View File

@ -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:"