[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. debian/0.1.1-8-g167888c

Ryan Niebur ryanryan52 at gmail.com
Sun Nov 1 10:56:06 UTC 2009


The following commit has been merged in the master branch:
commit 167888c27911f6f3e51e64c92bfa0a54042595cd
Author: Francesco Poli (t1000) <frx at firenze.linux.it>
Date:   Thu Oct 29 00:08:17 2009 +0100

    dropped obsolete example update-index.db
    
    We now use the BTS SOAP interface, index.db files are no longer needed

diff --git a/debian/changelog b/debian/changelog
index 950751c..dac7ac6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ apt-listbugs (0.1.2) UNRELEASED; urgency=low
 
   [ Francesco Poli (t1000) ]
   * added robustness checks to aptcleanup to cope with obsolete packages
+  * dropped obsolete example update-index.db
 
- -- Francesco Poli (t1000) <frx at firenze.linux.it>  Sun, 01 Nov 2009 02:53:42 -0800
+ -- Francesco Poli (t1000) <frx at firenze.linux.it>  Sun, 01 Nov 2009 02:54:55 -0800
 
 apt-listbugs (0.1.1) unstable; urgency=low
 
diff --git a/debian/examples b/debian/examples
index 039a2aa..69fab0d 100644
--- a/debian/examples
+++ b/debian/examples
@@ -1,5 +1,4 @@
 examples/rc2rss
 examples/listbugs-soap.rb
 examples/proxy
-examples/index.db
 examples/deblistbugs
diff --git a/examples/index.db/update-index.db b/examples/index.db/update-index.db
deleted file mode 100755
index 1935689..0000000
--- a/examples/index.db/update-index.db
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-# update apt-listbugs index.db on merkel.debian.org
-# merkel.debian.org has 
-# apt-listbugs/ -- files for apt-listbugs
-#   db-h/ symlink to /org/bugs.debian.org/spool/db-h
-# public_html/
-#   apt-listbugs/ symlink to ~/apt-listbugs
-# bin/
-#   update-index.db
-
-INDEXDB=/org/bugs.debian.org/spool/index.db
-DBDIR=/org/bugs.debian.org/spool/db-h/
-OUTDIR=$HOME/apt-listbugs/
-OUT=$OUTDIR/index.db
-
-SEVERITIES="critical grave important serious normal minor wishlist"
-
-if ! test -f $OUT || test `md5sum $INDEXDB | cut -d' ' -f1` != `md5sum $OUT | cut -d' ' -f1`; then
-  /bin/cp $INDEXDB $OUT
-  gzip -c $OUT > $OUT.gz
-
-  # index db by severity
-  for sev in $SEVERITIES; do
-    grep $sev $OUT > $OUT-$sev
-    gzip -f $OUT-$sev
-  done
-
-fi

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list