[Reproducible-commits] [notes] 01/01: Write down one finding about linux

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Nov 14 22:16:25 UTC 2014


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

lunar pushed a commit to branch master
in repository notes.

commit 20d8d6ecdb2fcf5f8ac2f9b0050b76c699b93ce3
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Nov 14 23:15:55 2014 +0100

    Write down one finding about linux
---
 packages.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/packages.yml b/packages.yml
index 53f60b1..bb5bc66 100644
--- a/packages.yml
+++ b/packages.yml
@@ -1133,3 +1133,16 @@ cdtool:
     Culprits
     https://sources.debian.net/src/cdtool/2.1.8-release-2/cdctrl.c/?hl=72#L72
     https://sources.debian.net/src/cdtool/2.1.8-release-2/cdown.c/?hl=725#L725
+linux:
+  version: 3.16.7-2
+  comments: |
+    (Partial findings.)
+
+    Build timestamps are currently stored in usr/initramfs_data.cpio.gz. The
+    infrastructure to have fixed timestamps is there:
+    http://sources.debian.net/src/linux/3.16.7-2/scripts/gen_initramfs_list.sh/?hl302:308#L302
+    But it will not work because KBUILD_BUILD_TIMESTAMP currently is something like
+    “Debian 3.16.7-2 (2014-11-06)”:
+    http://sources.debian.net/src/linux/3.16.7-2/debian/rules.real/?hl=42#L42
+    Unfortunately, this value is not parseable by `date` and `usr/gen_init_cpio`
+    does not get a `-t` parameter.

-- 
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