Package: sbuild When running sbuild from buildd git[1] I get the following when terminating sbuild with a signal in batch mode:
Use of uninitialized value in unlink at /usr/bin/sbuild line 335.
The lines in question:
sub shutdown ($) {
[...]
331 $jobs{$current_job}->close_build_log();
332 $jobs{$current_job}->set('binNMU Name', undef);
333 }
334 close_log($conf);
>>335 unlink( $jobs{$current_job}->get('Jobs File') ) if
>>$conf->get('BATCH_MODE');
336 $? = 0; $! = 0;
337 if ($conf->get('SBUILD_MODE') eq "user") {
338 exit 1;
339 }
340
[...]
}
I don't know what the logic of the Jobs File should be, currently.
It would be nice if that could be fixed by someone who does. :)
Kind regards,
Philipp Kern
[1] rev b1c2b28f1046b3ae8156d23f4ae723d3e7a72103
--
.''`. Philipp Kern Debian Developer
: :' : http://philkern.de Stable Release Manager
`. `' xmpp:[email protected] Wanna-Build Admin
`- finger pkern/[email protected]
signature.asc
Description: Digital signature

