[Reproducible-commits] [notes] 01/01: documented unreproducibility with glassfish
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Tue May 19 15:08:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch master
in repository notes.
commit 41bfe6f371032f0407c25225de09144cdd4292f8
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Tue May 19 11:02:43 2015 -0400
documented unreproducibility with glassfish
---
issues.yml | 4 ++++
packages.yml | 6 ++++++
2 files changed, 10 insertions(+)
diff --git a/issues.yml b/issues.yml
index 63e2c95..741db1f 100644
--- a/issues.yml
+++ b/issues.yml
@@ -552,3 +552,7 @@ timestamps_in_documentation_generated_by_rdtool:
captures_kernel_version:
description: |
Stores the kernel version (uname -a, /proc/version, etc.) output, normally for debugging purposes.
+tstamp_task_used_in_ant_build_xml:
+ description: |
+ uses the current timestamp (or some offset) to set a property in the ant build process, which then gets embedded elsewhere in the package.
+ url: https://ant.apache.org/manual/Tasks/tstamp.html
diff --git a/packages.yml b/packages.yml
index cd513a2..d713154 100644
--- a/packages.yml
+++ b/packages.yml
@@ -4269,6 +4269,12 @@ glance:
issues:
- timestamps_in_manpage_generated_by_sphinx
- timestamps_in_documentation_generated_by_sphinx
+glassfish:
+ version: 1:2.1.1-b31g+dfsg1-2
+ issues:
+ - tstamp_task_used_in_ant_build_xml
+ bugs:
+ - 785719
glaurung:
version: 2.2-2
issues:
--
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