[debian-edu-commits] r81712 - trunk/src/archive/archivestatus/bin
holger at alioth.debian.org
holger at alioth.debian.org
Mon Jul 15 16:24:44 UTC 2013
Author: holger
Date: 2013-07-15 16:24:43 +0000 (Mon, 15 Jul 2013)
New Revision: 81712
Modified:
trunk/src/archive/archivestatus/bin/needs_love
Log:
add links to other edu distros
Modified: trunk/src/archive/archivestatus/bin/needs_love
===================================================================
--- trunk/src/archive/archivestatus/bin/needs_love 2013-07-15 15:26:31 UTC (rev 81711)
+++ trunk/src/archive/archivestatus/bin/needs_love 2013-07-15 16:24:43 UTC (rev 81712)
@@ -50,8 +50,9 @@
# - add armel in wheezy
# 2013-05-20, version 0.8.1
# - add armhf in wheezy
+# 2013-07-15, version 0.8.2
+# - add link to other distros
-
#################
################# This code is horrible. READ AT YOUR OWN RISK!
#################
@@ -127,7 +128,7 @@
STARTTIME=$(date +%s)
-TITLE="debian-edu $SUITE archive needs some love"
+TITLE="debian-edu $SUITE needs some love"
cat <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
@@ -417,6 +418,8 @@
ENDTIME=$(date +%s)
DIFFTIME=$(( $ENDTIME - $STARTTIME ))
cat <<EOF
+<h2>Other Debian Edu distros</h2>
+<p>There are <a href="needs_love.html">reports for other Debian Edu distros</a> as well.</p>
<h2>Some hints for better understanding the above</h2>
<ul>
<li>more than 99% of the packages in Debian-Edu come from Debian, above you find a accurate percentage for the number of source packages (but not for the lines of code...)</li>
@@ -425,7 +428,7 @@
<li>debian-edu/${SUITE}-test means Debian-Edu ${SUITE}-test local - the packages in our archive in the ${SUITE}-test distribution</li>
<li>packages move manually upon request from our ${SUITE}-test to ${SUITE}, new packages are uploaded to ${SUITE}-test</li>
<li>more information about the archive can be found in the <a href="http://wiki.debian.org/DebianEdu/ArchivePolicy">ArchivePolicy</a></li>
-<li>this script also checks for security updates in Debian (for packages which are different in our archive) and for non-free packages on our installation media - but usually there are no such issues :-)</li>
+<li>this script also checks for security updates in Debian (for packages which are different in our archive) and for non-free packages on our installation media</li>
</ul>
<hr />
<p>Generated at $DATE in $DIFFTIME seconds by <a href="http://a.skolelinux.no/~holger/archivestatus/bin/needs_love">this GPL licensed bash-script</a> written by <a href="mailto:holger at layer-acht.org">Holger Levsen</a>.</p>
More information about the debian-edu-commits
mailing list