This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository codenarc.
commit c050160e417850ccaeb98770b4a0b5823ac2901d Author: tony mancill <[email protected]> Date: Sun Aug 7 10:06:59 2016 -0700 add notimestamp option to groovydoc invocation This is intended to prevent hidden timestamps in groovydoc documenation so builds can be reproducible. See: https://github.com/apache/groovy/pull/121 --- debian/build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/build.xml b/debian/build.xml index ef3b8b6..1446197 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -48,6 +48,7 @@ destdir="${dir.build}/groovydoc" sourcepath="${dir.src}" packagenames="**.*" + notimestamp="true" use="true"> <link packages="java.,org.xml.,javax.,org.xml." href="/usr/share/doc/default-jdk-doc/api/"/> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/codenarc.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

