Bug#778571: sbuild: predictible build location for reproducible builds

2015-04-07 Thread Benjamin Drung
Am Freitag, den 03.04.2015, 10:47 -0400 schrieb Daniel Kahn Gillmor: On Fri 2015-04-03 06:46:07 -0400, Holger Levsen wrote: I like /usr/src/debian/$packagename-$random where $random are 4 or 8 alphanumberic characters, as there might be situations where one wants to build the same package

Bug#778571: sbuild: predictible build location for reproducible builds

2015-04-07 Thread Holger Levsen
Hi Benjamin, On Dienstag, 7. April 2015, Benjamin Drung wrote: I propose /usr/src/debian/$package/$version as path. To support simultaneous builds of the same version, sbuild should bind mount that directory. What do you think? that seems like a nice approach, which should also be usuable for

Bug#778571: sbuild: predictible build location for reproducible builds

2015-04-03 Thread Holger Levsen
user reproducible-bui...@lists.alioth.debian.org usertag 778571 + toolchain thanks Hi, I like /usr/src/debian/$packagename-$random where $random are 4 or 8 alphanumberic characters, as there might be situations where one wants to build the same package (+version+suite) simultaneously on the

Bug#778571: sbuild: predictible build location for reproducible builds

2015-02-17 Thread Vagrant Cascadian
On 2015-02-17, Benjamin Drung wrote: Am Montag, den 16.02.2015, 12:37 -0800 schrieb Vagrant Cascadian: This patch is really only a small step forward, making the build dir consistent only when building with sbuild. Ideally, the build dir should be set to /usr/src/debian/PACKAGE-VERSION (or

Bug#778571: sbuild: predictible build location for reproducible builds

2015-02-17 Thread Benjamin Drung
Am Montag, den 16.02.2015, 12:37 -0800 schrieb Vagrant Cascadian: In order to use sbuild for reproducible builds, the build dir needs to be consistent across rebuilds, but sbuild currenty generates a randomly named build dir. [...] This patch is really only a small step forward, making the

Bug#778571: sbuild: predictible build location for reproducible builds

2015-02-16 Thread Vagrant Cascadian
Package: sbuild Version: 0.65.0-1 Severity: wishlist Tags: patch Thanks for maintaining sbuild! In order to use sbuild for reproducible builds, the build dir needs to be consistent across rebuilds, but sbuild currenty generates a randomly named build dir. The following proof-of-concept patch