[Blends-commit] [SCM] website branch, master, updated. 1aad7c5f360ad5e5397c05201f93efe7d3fb09c7

Andreas Tille tille at debian.org
Tue Oct 29 15:04:03 UTC 2013


The following commit has been merged in the master branch:
commit 1aad7c5f360ad5e5397c05201f93efe7d3fb09c7
Author: Andreas Tille <tille at debian.org>
Date:   Tue Oct 29 16:08:01 2013 +0100

    Add example script to get info about aging packages in Debian Med

diff --git a/misc/sql/0-aging_debian-med.sh b/misc/sql/0-aging_debian-med.sh
new file mode 100755
index 0000000..7184215
--- /dev/null
+++ b/misc/sql/0-aging_debian-med.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+0-aging.sh debian-med
+# remove info about packages we have just checked and realised that we
+# can not do much about it to update it.  Responsible maintainers are
+# informed (in most cases)
+grep -v \
+        -e "^ psignifit "      \
+        -e "^ cfflib "         \
+        -e "^ pyxid "          \
+        -e "^ medicalterms "   \
+        debian-med.out > debian-med.aging

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list