[debian-edu-commits] r80161 - trunk/src/archive/archivestatus/bin
holger at alioth.debian.org
holger at alioth.debian.org
Mon May 20 12:59:46 UTC 2013
Author: holger
Date: 2013-05-20 12:59:46 +0000 (Mon, 20 May 2013)
New Revision: 80161
Modified:
trunk/src/archive/archivestatus/bin/needs_love
Log:
more bugfxing
Modified: trunk/src/archive/archivestatus/bin/needs_love
===================================================================
--- trunk/src/archive/archivestatus/bin/needs_love 2013-05-20 12:50:40 UTC (rev 80160)
+++ trunk/src/archive/archivestatus/bin/needs_love 2013-05-20 12:59:46 UTC (rev 80161)
@@ -69,7 +69,7 @@
${SUITE}-test) HEADER="debian-edu/${SUITE}-test local" ;;
powerpc) HEADER="debian-edu/$4/powerpc local" ;;
armel) HEADER="debian-edu/$4/armel local" ;;
- armhf) HEADER="debian-edu/$4/armel local" ;;
+ armhf) HEADER="debian-edu/$4/armhf local" ;;
amd64) HEADER="debian-edu/$4/amd64 local" ;;
i386) HEADER="debian-edu/$4/i386 local" ;;
*) HEADER="${!i}";
@@ -271,14 +271,14 @@
STABLE_POWERPC=`dak ls -S -s $SUITE -a powerpc,all $i|grep powerpc|head -1 |cut -d'|' -f2|xargs`
STABLE_ARMEL=`dak ls -S -s $SUITE -a armel,all $i|grep armel|head -1 |cut -d'|' -f2|xargs`
- STABLE_ARMHF=`dak ls -S -s $SUITE -a armhf,all $i|grep armel|head -1 |cut -d'|' -f2|xargs`
+ STABLE_ARMHF=`dak ls -S -s $SUITE -a armhf,all $i|grep armhf|head -1 |cut -d'|' -f2|xargs`
STABLE_AMD64=`dak ls -S -s $SUITE -a amd64,all $i|grep amd64|head -1 |cut -d'|' -f2|xargs`
STABLE_I386=`dak ls -S -s $SUITE -a i386,all $i|grep i386|head -1 |cut -d'|' -f2|xargs`
STABLE_ARCHS=`dak ls -S -s $SUITE $i|egrep 'powerpc|armel|armhf|i386|amd64'|head -1 |cut -d'|' -f4` # if this is empty, the package is arch all (only)
STABLE_TEST_POWERPC=`dak ls -S -s $SUITE-test -a powerpc,all $i|grep powerpc|head -1 |cut -d'|' -f2|xargs`
STABLE_TEST_ARMEL=`dak ls -S -s $SUITE-test -a armel,all $i|grep armel|head -1 |cut -d'|' -f2|xargs`
- STABLE_TEST_ARMHF=`dak ls -S -s $SUITE-test -a armhf,all $i|grep armel|head -1 |cut -d'|' -f2|xargs`
+ STABLE_TEST_ARMHF=`dak ls -S -s $SUITE-test -a armhf,all $i|grep armhf|head -1 |cut -d'|' -f2|xargs`
STABLE_TEST_AMD64=`dak ls -S -s $SUITE-test -a amd64,all $i|grep amd64|head -1 |cut -d'|' -f2|xargs`
STABLE_TEST_I386=`dak ls -S -s $SUITE-test -a i386,all $i|grep i386|head -1 |cut -d'|' -f2|xargs`
STABLE_TEST_ARCHS=`dak ls -S -s $SUITE-test $i|egrep 'powerpc|armel|armhf|i386|amd64'|head -1 |cut -d'|' -f4`
@@ -376,7 +376,7 @@
print_table "Packages which are newer in our debian-edu/${SUITE}-test" STABLE_TEST_NEWER_THAN_SECURITY package ${SUITE}-test security
echo "<hr />"
fi
-if [ "$NEEDS_POWERPC_STABLE_TEST" ] || [ "$NEEDS_POWERPC_STABLE" ] || [ "$NEEDS_ARMEL_STABLE_TEST" ] || [ "$NEEDS_ARMEL_STABLE" ] || [ "$NEEDS_AMD64_STABLE_TEST" ] || [ "$NEEDS_AMD64_STABLE" ] || [ "$NEEDS_I386_STABLE_TEST" ] || [ "$NEEDS_I386_STABLE" ] ; then
+if [ "$NEEDS_POWERPC_STABLE_TEST" ] || [ "$NEEDS_POWERPC_STABLE" ] || [ "$NEEDS_ARMEL_STABLE_TEST" ] || [ "$NEEDS_ARMEL_STABLE" ] || [ "$NEEDS_ARMHF_STABLE_TEST" ] || [ "$NEEDS_ARMHF_STABLE" ] || [ "$NEEDS_AMD64_STABLE_TEST" ] || [ "$NEEDS_AMD64_STABLE" ] || [ "$NEEDS_I386_STABLE_TEST" ] || [ "$NEEDS_I386_STABLE" ] ; then
echo "<h2>Architecture specific issues</h2>"
# ignore armel and armhf issues on squeeze
if [ "$SUITE" != squeeze ] ; then
More information about the debian-edu-commits
mailing list