Bug#778419: fedmsg: please make the build reproducible

2017-08-01 Thread Chris Lamb
tags 778419 + pending
thanks

Fixed in Git:

  
https://anonscm.debian.org/git/python-modules/packages/fedmsg/commit/?id=a6bac54783fabe56b6b95bef33c85aa789db4989

Not uploading due to other bugs.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb, Debian Project Leader
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#778419: fedmsg: please make the build reproducible

2017-02-18 Thread Chris Lamb
> Would you consider applying this patch and uploading?

Friendly ping on this :)


Best wishes,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#778419: fedmsg: please make the build reproducible

2016-08-13 Thread Chris Lamb
Dear Maintainer,

> Source: fedmsg
> Version: 0.9.3-2
> Tags: patch

There hasn't seem to be any update on this bug in 546 days, in which
time the Reproducible Builds effort has come on a long way. :)

Would you consider applying this patch and uploading?


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#778419: fedmsg: please make the build reproducible

2015-02-14 Thread Chris Lamb
Source: fedmsg
Version: 0.9.3-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

While working on the reproducible builds effort [1], we have noticed
that fedmsg could not be built reproducibly.

The attached patch removes random test artefacts from the target debs.
Once applied, fedmsg can be built reproducibly in our reproducible
toolchain.

 [1]: https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff -urNad 
fedmsg.orig/fedmsg-0.9.3/debian/patches/dont_install_test_certs.diff 
fedmsg/fedmsg-0.9.3/debian/patches/dont_install_test_certs.diff
--- fedmsg.orig/fedmsg-0.9.3/debian/patches/dont_install_test_certs.diff
1970-01-01 01:00:00.0 +0100
+++ fedmsg/fedmsg-0.9.3/debian/patches/dont_install_test_certs.diff 
2015-02-14 19:40:48.631389814 +
@@ -0,0 +1,10 @@
+--- fedmsg-0.9.3.orig/MANIFEST.in
 fedmsg-0.9.3/MANIFEST.in
+@@ -4,7 +4,6 @@ include CHANGELOG.rst
+ include dev_certs
+ include logrotate
+ recursive-include dev_certs *
+-recursive-include fedmsg/tests/test_certs *
+ recursive-include extras *
+ recursive-include doc *
+ recursive-include fedmsg.d *.py
diff -urNad fedmsg.orig/fedmsg-0.9.3/debian/patches/series 
fedmsg/fedmsg-0.9.3/debian/patches/series
--- fedmsg.orig/fedmsg-0.9.3/debian/patches/series  2015-02-14 
19:40:32.882592871 +
+++ fedmsg/fedmsg-0.9.3/debian/patches/series   2015-02-14 19:40:46.151264303 
+
@@ -1,3 +1,4 @@
 default_prefix
 remove_references_to_external_resources_in_docs.diff
 fix_tests_path.diff
+dont_install_test_certs.diff