tags 569594 - unreproducible help tags 569594 + pending quit On Fri, Apr 23, 2010 at 02:14:15PM +0200, Gerrit Pape wrote: > Thanks. Unfortunately I still cannot reproduce the autobuild failures, > dpkg-buildpackage -rfakeroot -B -uc -us runs through just fine. I'll > prepare a package with some debug output, and upload it to have it run > through the autobuilders.
Ok, the buildlog https://buildd.debian.org/fetch.cgi?&pkg=git&ver=1%3A1.7.0.5-2%7Edbg0&arch=s390&stamp=1272031884&file=log suggest that in the environment of the autobuilders the variable init is set to some value. And indeed, init=1 dpkg-buildpackage -rfakeroot -B -uc -us triggers the selftest failure. After reproducing, the fix is now obvious; something like diff --git a/git-submodule.sh b/git-submodule.sh index e2082fd..14bd6af 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -22,6 +22,7 @@ branch= reference= cached= files= +init= nofetch= update= prefix= I'll take care of this within the next days. Regards, Gerrit. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org