[jruby-joni] 02/02: remove build time for reproducible build

Hideki Yamane henrich at moszumanska.debian.org
Mon Oct 19 22:12:29 UTC 2015


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

henrich pushed a commit to branch patch-queue/master
in repository jruby-joni.

commit 64673ca0d55ce78766325d9cdb66938ff9720f43
Author: Hideki Yamane <henrich at debian.org>
Date:   Sat Jun 6 13:05:46 2015 +0900

    remove build time for reproducible build
---
 build.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/build.xml b/build.xml
index 312aabf..06947b6 100644
--- a/build.xml
+++ b/build.xml
@@ -25,11 +25,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