Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #8312

maven.build.timestamp and ReproducibleBuilds with maven

Path csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From Eugene Zhukov <jevgeni.zh@gmail.com>
Newsgroups linux.debian.maint.java
Subject maven.build.timestamp and ReproducibleBuilds with maven
Date Fri, 04 Sep 2015 09:40:02 +0200
Message-ID <q4TLk-3RF-25@gated-at.bofh.it> (permalink)
X-Original-To Debian Java <debian-java@lists.debian.org>, reproducible-builds@lists.alioth.debian.org
X-Mailbox-Line From debian-java-request@lists.debian.org Fri Sep 4 07:39:12 2015
Old-Return-Path <jevgeni.zh@gmail.com>
X-Amavis-Spam-Status No, score=-7.799 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no
X-Policyd-Weight using cached result; rate: -7
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=erVbzP6Ij/m+k8seAn9PwZm0/7pBirNpWlVHcd4RvJI=; b=rmbuFO9r3Mf51M1Ml3uwdG/dILuJVx22BvYKbAlrBcKdFaTYG5DGeOLtmgOMHIvekt WaWDknJEFLewi0qMLshb00vuREqEoASAu9FDta3EzRa0PEfgLb8/f+kJ5bw/npyJ4c1H Y/5peV/m5KehafhedUZZvIKxD+m0+xrcKHSuiYWUeDIzRaToTh8Ybi59RJSt5tzNAFNY zUri90meqkJPlkkwaq82lKYWwAT8AMp08oU5uHltPYAFN7xW4tL9dDKAAILRro4iWqOm OfKpZuZKPhlVTACi1+ddMebGCcBu35IT2b0l7qNryOiR1mMgaY/eGUOfhI7iPPsB8sS3 pkdQ==
MIME-Version 1.0
X-Received by 10.107.12.146 with SMTP id 18mr4128448iom.78.1441352335395; Fri, 04 Sep 2015 00:38:55 -0700 (PDT)
Content-Type text/plain; charset=UTF-8
X-Mailing-List <debian-java@lists.debian.org> archive/latest/18626
List-ID <debian-java.lists.debian.org>
List-URL <https://lists.debian.org/debian-java/>
List-Archive https://lists.debian.org/msgid-search/CAPqGMfLGsDCFUc=K3BZ+wBuc4jaOjMQtnaFtbkA0vew=fhB7xA@mail.gmail.com
Approved robomod@news.nic.it
Lines 18
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Date Fri, 4 Sep 2015 10:38:55 +0300
X-Original-Message-ID <CAPqGMfLGsDCFUc=K3BZ+wBuc4jaOjMQtnaFtbkA0vew=fhB7xA@mail.gmail.com>
Xref csiph.com linux.debian.maint.java:8312

Show key headers only | View raw


Hi,

I'm trying to make epubcheck package build reproducibly. It has property:
<tool.build.date>${maven.build.timestamp}</tool.build.date>
in pom.xml which messes up reproducibility.
I use debhelper from [1] to build it and SOURCE_DATE_EPOCH environment
variable at hand.
Still I struggle to pass it dynamically at build time to
${tool.build.date} or ${maven.build.timestamp}.
It is possible to set tool.build.date=something in d/maven.properties,
but how to get this done dynamically?

[1] https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain

Thanks,
Eugene

P.S. I'm not subscribed to reproducible-builds list.

Back to linux.debian.maint.java | Previous | NextNext in thread | Find similar


Thread

maven.build.timestamp and ReproducibleBuilds with maven Eugene Zhukov <jevgeni.zh@gmail.com> - 2015-09-04 09:40 +0200
  Re: maven.build.timestamp and ReproducibleBuilds with maven Emmanuel Bourg <ebourg@apache.org> - 2015-09-04 17:50 +0200
    Re: maven.build.timestamp and ReproducibleBuilds with maven Eugene Zhukov <jevgeni.zh@gmail.com> - 2015-09-04 20:50 +0200

csiph-web