Bug#523092: mole/seedsymbols: python errors, missing packages
Hi,
On Wed, 08 Apr 2009, Julien Cristau wrote:
> 1) http://qa.debian.org/cgi-bin/mole/seedsymbols?pkgname=libx11-6
> results in:
> 500 Some python exception occured
I fixed this.
> 2) http://qa.debian.org/cgi-bin/mole/seedsymbols?pkgname=libgp11-0
> doesn't find the package, while:
> libgp11-0 | 2.24.1-2 | testing | alpha, amd64, armel, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc
> libgp11-0 | 2.24.1-2 | unstable | hurd-i386
> libgp11-0 | 2.26.0-2 | unstable | alpha, amd64, armel, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc
But this I don't know how to fix it. The problem is that my mole worker
has nothing to do since the 23th of february.
http://qa.debian.org/cgi-bin/mole/symbols/.todo stays empty and I don't
know why. The configuration file still lists "TodoSource
packagelists-debian-sid-bin;" for the symbols. But apparently the
packagelists DB is not updated any more.
It might be related to this:
--- worker/packagelists.py (révision 2168)
+++ worker/packagelists.py (copie de travail)
@@ -248,6 +248,9 @@
raise Exception("Unknown action: '%s'" % action)
if __name__ == '__main__':
+ # work around jeroen's crontab (contact Myon please)
+ if os.getuid() == 2675:
+ sys.exit(0)
if len(sys.argv) != 2:
print "Usage: %s [suites|packagelists|src2bin]" % sys.argv[0]
sys.exit(1)
Can someone please fix whatever is needed so that packagelists works again ?
BTW the mole code on merkel has lots of uncommitted changes.
Cheers,
--
Raphaël Hertzog
Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/
Reply to: