[jruby-joni] 12/194: make joni reproducible build
Hideki Yamane
henrich at moszumanska.debian.org
Thu Feb 1 12:04:08 UTC 2018
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch debian/sid
in repository jruby-joni.
commit c582f224e3d9c6fbbd306243ff998aeeb7ba8130
Author: Hideki Yamane <henrich at debian.org>
Date: Mon Dec 11 21:27:09 2017 +0900
make joni reproducible build
As a part of effort for reproducible build, remove build timestamp.
For more detail about it, see https://reproducible-builds.org/
---
build.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/build.xml b/build.xml
index 04a54ef..c9abbac 100644
--- a/build.xml
+++ b/build.xml
@@ -20,11 +20,6 @@
<target name="build" depends="compile">
<mkdir dir="${dist.dir}" />
- <tstamp>
- <format property="buildDate" pattern="yyyy-MM-dd" />
- <format property="buildTime" pattern="HH:mm:ss" />
- </tstamp>
-
<jar destfile="${dist.dir}/${jar.name}" manifest="MANIFEST.MF">
<fileset dir="${bin.dir}" />
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git
More information about the pkg-java-commits
mailing list