[Reproducible-commits] [notes] 01/01: Add two new issues:

Santiago Vila sanvila at moszumanska.debian.org
Wed Oct 7 09:43:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

sanvila pushed a commit to branch master
in repository notes.

commit ec1615bfcedf971ca0eca4be9f2b12a11fceb575
Author: Santiago Vila <sanvila at debian.org>
Date:   Wed Oct 7 11:41:38 2015 +0200

    Add two new issues:
    
    timestamps_in_cpio_archive
    users_and_groups_in_cpio_archive
    
    Similar to "timestamps_in_tarball" and "users_and_groups_in_tarball"
    but for cpio archives.
    
    Tag "gfxboot" package with the above, plus "different_due_to_umask"
---
 issues.yml   | 8 ++++++++
 packages.yml | 3 +++
 2 files changed, 11 insertions(+)

diff --git a/issues.yml b/issues.yml
index cd50338..bc4f735 100644
--- a/issues.yml
+++ b/issues.yml
@@ -4,6 +4,10 @@ timestamps_from_cpp_macros:
     capture the current time, and thus will obviously make a build
     unreproducible.
   url: https://wiki.debian.org/ReproducibleBuilds/TimestampsFromCPPMacros
+timestamps_in_cpio_archive:
+  description: |
+    cpio archives capture build time in mtime of its members.
+    Workaround: Set mtimes on disk before creating cpio archive
 timestamps_in_h_generated_by_qdbusxml2cpp:
   description: |
     qdbusxml2cpp uses a timestamp for its anti-double-inclusion
@@ -275,6 +279,10 @@ unsorted_filelist_python_support_private:
     The files /usr/share/python-support/*.private generated by dh_pysupport contain
     an unsorted file list.
   url: https://wiki.debian.org/ReproducibleBuilds/UnsortedFilelistPythonSupportPrivate
+users_and_groups_in_cpio_archive:
+  description: |
+    cpio archives capture user and group for each of its members.
+    Solution: If owner does not matter, create cpio archive with "--owner 0:0"
 users_and_groups_in_tarball:
   description: |
     Tarballs capture user and group for each of its members.
diff --git a/packages.yml b/packages.yml
index f632772..6ef10c6 100644
--- a/packages.yml
+++ b/packages.yml
@@ -5032,6 +5032,9 @@ gfxboot:
   version: 4.5.2-1.1-5
   issues:
     - different_encoding
+    - timestamps_in_cpio_archive
+    - users_and_groups_in_cpio_archive
+    - different_due_to_umask
 ghc-testsuite:
   version: 7.8.4-1
   comments: |

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list