[Piuparts-devel] Bug#574936: Bug#574936: piuparts: Option 'do-not-verify-signatures' makes piuparts fail
Holger Levsen
holger at layer-acht.org
Tue Apr 20 13:46:50 UTC 2010
Hi Cleto,
thanks for your bug report with patch!
Two issues:
a.) your patch to delete empty arguments seems to modify the arguments, did
you test if everything still works: (?)
>>> command = 'huhu huhu'
>>> command = [x for x in command if x]
>>> print command
['h', 'u', 'h', 'u', ' ', 'h', 'u', 'h', 'u']
>>> command = 'huhu huhu'
>>> print command
huhu huhu
b.) what is the debian_bundle issue?
cheers,
Holger
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.alioth.debian.org/pipermail/piuparts-devel/attachments/20100420/58a0953f/attachment.pgp>
More information about the Piuparts-devel
mailing list