Bug#825487: [Piuparts-devel] Bug#825487: Patch

2016-10-01 Thread Sean Whitton
Hello Holger, On Sat, Sep 24, 2016 at 10:30:34AM +, Holger Levsen wrote: > it would have been easier to me (and thus probably resulted in a sooner > reply…) if you had presented those questions again, instead of making us > wade through half answered stuff… > > Huhmf :/ While I could see part

Bug#825487: [Piuparts-devel] Bug#825487: Patch

2016-09-24 Thread Holger Levsen
control: retitle -1 piuparts: should use `apt-get install ./foo.deb` rather than `dpkg -i ./foo.deb && apt-get install -yf` Hi Sean, I'm sorry about the delay in getting back on this… On Sat, Jul 23, 2016 at 09:13:20AM -0700, Sean Whitton wrote: > It would be great if you were able to respond t

Bug#825487: [Piuparts-devel] Bug#825487: Patch

2016-07-23 Thread Sean Whitton
Dear Holger, Andreas, It would be great if you were able to respond to my questions in the message below, so I can prepare a new version of the patch. Thanks. Sean On Fri, Jun 03, 2016 at 08:29:30AM +0900, Sean Whitton wrote: > Hello, > > Thanks for the feedback :) > > On Thu, Jun 02, 2016 at

Bug#825487: [Piuparts-devel] Bug#825487: Patch

2016-06-02 Thread Sean Whitton
Hello, Thanks for the feedback :) On Thu, Jun 02, 2016 at 08:42:56AM +, Holger Levsen wrote: > On Thu, Jun 02, 2016 at 04:50:31PM +0900, Sean Whitton wrote: > > +# we need to pass --allow-downgrades because installing a > > +# deb with the same version as the version c

Bug#825487: [Piuparts-devel] Bug#825487: Patch

2016-06-02 Thread Andreas Beckmann
Hi Sean, thanks for your patch! > +tmp_files = [os.path.join("./tmp", name) for name in tmp_files] Can't we use just an absolute path? /tmp? > +apt_get_install = ["apt-get", "-y", "--allow-downgrades"] NACK as said by Holger. Testing reinstalls this way does not seem to

Bug#825487: [Piuparts-devel] Bug#825487: Patch

2016-06-02 Thread Holger Levsen
Hi Sean, thanks for your patch! On Thu, Jun 02, 2016 at 04:50:31PM +0900, Sean Whitton wrote: > +# we need to pass --allow-downgrades because installing a > +# deb with the same version as the version currently > +# installed (i.e. reinstalling it) counts as a