Hi,
rebuild. Just need to convince buildd to not listen to the nonexisting wanna-build for the uploads.Let me know how you do that. ;)
--- /usr/bin/buildd-mail-orig 2008-05-16 06:39:34.000000000 +0200
+++ /usr/bin/buildd-mail 2008-05-16 06:43:16.000000000 +0200
@@ -971,6 +971,9 @@
my @wanted_states = @_;
local( *PIPE );
+ # MSch hack
+ return 1;
+
$pkgv =~ /^([^_]+)_(.+)/;
my ($pkg, $vers) = ($1, $2);
if (!open( PIPE, "$conf::sshcmd wanna-build --info ".
Plus make sshcmd succeed silently (i.e. use /bin/true).
Michael