From: Luk Claes Date: Sat, 29 Nov 2008 10:34:42 +0000 (+0000) Subject: Prepare for when lenny releases X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f86f376c4defd77168ed8afa3287bfad180005e0;p=wannabuild.git Prepare for when lenny releases --- diff --git a/postrelease b/postrelease index f405229..1afda22 100644 --- a/postrelease +++ b/postrelease @@ -3,8 +3,8 @@ set -e -# etch -ARCHS_stable="arm sparc alpha powerpc i386 mips mipsel ia64 hppa s390" +# lenny +ARCHS_stable="arm sparc alpha powerpc i386 amd64 mips mipsel ia64 hppa s390" ARCHS_testing="arm sparc alpha powerpc i386 amd64 mips mipsel ia64 hppa s390 armel" #for a in $ALL_ARCHS; do @@ -36,6 +36,9 @@ for a in $ARCHS_testing; do if [ "$a" = "amd64" ]; then group=wb-i386 fi + if [ "$a" = "armel" ]; then + group=wb-arm + fi chgrp $group $a/build-db-testing* chmod 000 $a/build-db-testing chmod 000 $a/build-db-testing-security