[Bug 671126] Re: --keyring argument breaks qemu-debootstrap

2011-08-10 Thread Bug Watch Updater
** Changed in: pbuilder (Debian) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/671126 Title: --keyring argument breaks qemu-debootstrap To

[Bug 671126] Re: --keyring argument breaks qemu-debootstrap

2010-12-07 Thread Bug Watch Updater
** Changed in: pbuilder (Debian) Status: Unknown = New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. https://bugs.launchpad.net/bugs/671126 Title: --keyring argument breaks qemu-debootstrap --

[Bug 671126] Re: --keyring argument breaks qemu-debootstrap

2010-12-02 Thread Stefano Rivera
** Bug watch added: Debian Bug tracker #605660 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605660 ** Also affects: pbuilder (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605660 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 671126] Re: --keyring argument breaks qemu-debootstrap

2010-11-23 Thread Marc Deslauriers
Thanks for the debdiff. Uploading now. ** Changed in: pbuilder (Ubuntu) Status: New = Fix Committed -- --keyring argument breaks qemu-debootstrap https://bugs.launchpad.net/bugs/671126 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 671126] Re: --keyring argument breaks qemu-debootstrap

2010-11-23 Thread Launchpad Bug Tracker
This bug was fixed in the package pbuilder - 0.199ubuntu2 --- pbuilder (0.199ubuntu2) natty; urgency=low * pbuilderrc: change how we pass keyring in DEBOOTSTRAPOPTS (LP: #671126) -- Alex Chiang achi...@canonical.com Thu, 04 Nov 2010 13:23:04 -0600 ** Changed in: pbuilder

Re: [Bug 671126] Re: --keyring argument breaks qemu-debootstrap

2010-11-08 Thread Alex Chiang
Clint, I agree that this isn't really a problem with qemu-debootstrap. There is no sane way for qemu-debootstrap to deal with all the possible debootstrap arguments unless you completely replicate debootstrap command line parsing in the wrapper, which doesn't make sense. I agree that this bug

[Bug 671126] Re: --keyring argument breaks qemu-debootstrap

2010-11-08 Thread Clint Byrum
** Changed in: qemu-kvm (Ubuntu) Status: New = Invalid -- --keyring argument breaks qemu-debootstrap https://bugs.launchpad.net/bugs/671126 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. -- Ubuntu-server-bugs

[Bug 671126] Re: --keyring argument breaks qemu-debootstrap

2010-11-07 Thread Clint Byrum
Alex, given what you've said thus far, it seems that there is no problem in qemu-debootstrap, it is just being more stringent than debootstrap in parsing the documented argument passing format. Would you agree? If so, this should be marked as Invalid in qemu-kvm. -- --keyring argument breaks

[Bug 671126] Re: --keyring argument breaks qemu-debootstrap

2010-11-05 Thread Loïc Minier
We could patch qemu-debootstrap to keep a list of debootstrap options which expect an argument and the ones which do not, but this ia a bit ugly -- --keyring argument breaks qemu-debootstrap https://bugs.launchpad.net/bugs/671126 You received this bug notification because you are a member of

Re: [Bug 671126] Re: --keyring argument breaks qemu-debootstrap

2010-11-05 Thread Alex Chiang
Right. I don't think that teaching qemu-debootstrap about all the possible debootstrap args makes sense at all. That is why I think patching pbuilder so it doesn't pass confusing input to qemu-debuilder is a better solution. Thanks. -- --keyring argument breaks qemu-debootstrap

[Bug 671126] Re: --keyring argument breaks qemu-debootstrap

2010-11-04 Thread Cody A.W. Somerville
** Also affects: qemu-kvm (Ubuntu) Importance: Undecided Status: New -- --keyring argument breaks qemu-debootstrap https://bugs.launchpad.net/bugs/671126 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. --

[Bug 671126] Re: --keyring argument breaks qemu-debootstrap

2010-11-04 Thread Alex Chiang
After examining the debootstrap --help output and man page, it seems like all debootstrap arguments are in the form of: --option=value I don't see anywhere that: '--option value' is accepted (even if debootstrap implementation can correctly parse it). Since qemu-debootstrap is merely supposed