[debian-edu-commits] r78655 - trunk/src/archive/archivestatus/bin

holger at alioth.debian.org holger at alioth.debian.org
Wed Jan 2 17:12:57 UTC 2013


Author: holger
Date: 2013-01-02 17:12:57 +0000 (Wed, 02 Jan 2013)
New Revision: 78655

Modified:
   trunk/src/archive/archivestatus/bin/needs_love
Log:
claim 100% success if there is no diff to Debian

Modified: trunk/src/archive/archivestatus/bin/needs_love
===================================================================
--- trunk/src/archive/archivestatus/bin/needs_love	2013-01-02 05:47:13 UTC (rev 78654)
+++ trunk/src/archive/archivestatus/bin/needs_love	2013-01-02 17:12:57 UTC (rev 78655)
@@ -4,7 +4,7 @@
 # All you need is love, love, love! 
 #
 #
-# Copyright 2006, 2007, 2008, 2009, 2010,2012 	Holger Levsen <holger at layer-acht.org> 
+# Copyright 2006, 2007, 2008, 2009, 2010,2012,2013 	Holger Levsen <holger at layer-acht.org> 
 # Licence GPLv2
 #
 #################
@@ -43,9 +43,14 @@
 # - new buildd URL
 # 2012-12-11, version 0.7.3
 # - ignore powerpc for wheezy
-#
+# 2013-01-02, version 0.7.4
+# - claim 100% success if there is no diff to Debian
+
+#################
+#################	 	This code is horrible. READ AT YOUR OWN RISK! 
+#################
+
 # run needs_love with nice and make_summary in background
-####
 
 print_table() {
 	if [ -n "${!2}" ] ; then
@@ -370,7 +375,13 @@
 	print_table "source ${SUITE}-test DVD" NONFREE_ON_TEST_SOURCE_DVD "non-free sources" 
 	echo "<hr />"
 fi
+if [ -z "$NEEDS_KATHA" ] && [ -z "$NOT_IN_ETCH" ] && [ -z "$NOT_IN_ETCH_TEST" ] && [ -z "$REMOVE_ETCH" ] && [ -z "$REMOVE_ETCH_TEST" ] && [ -z "$ETCH_NEWER" ] && [ -z "$ETCH_TEST_NEWER" ] && [ -z "$NOT_IN_DEBIAN" ] && [ -z "$SECURITY_NEWER_THAN_ETCH" ] && [ -z "$ETCH_NEWER_THAN_SECURITY" ] && [ -z "$SECURITY_NEWER_THAN_ETCH_TEST" ] && [ -z "$ETCH_TEST_NEWER_THAN_SECURITY" ] && [ -z "$NEEDS_POWERPC_ETCH_TEST" ] && [ -z "$NEEDS_POWERPC_ETCH" ] && [ -z "$NEEDS_AMD64_ETCH_TEST" ] && [ -z "$NEEDS_AMD64_ETCH" ] && [ -z "$NEEDS_I386_ETCH_TEST" ] && [ -z "$NEEDS_I386_ETCH" ] && [ -z "$NONFREE_ON_DVD" ] && [ -z "$NONFREE_ON_SOURCE_DVD" ] && [ -z "$NONFREE_ON_TEST_DVD" ] && [ -z "$NONFREE_ON_TEST_SOURCE_DVD" ] ; then 
+	echo "<h2>Debian Edu ${SUITE} is 100% Debian ${SUITE}</h2>"
+        echo "<p>Congratulations, now if only Debian ${SUITE} were released today and Debian Edu ${SUITE} were ready... ;-)</p>"
+	echo "<hr />"
+fi
 
+
 DATE=`date -u`
 ENDTIME=$(date +%s)
 DIFFTIME=$(( $ENDTIME - $STARTTIME ))




More information about the debian-edu-commits mailing list