Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
use a fixed timestamp to support reproducible builds
· 63a903e4
Hans-Christoph Steiner
authored
Dec 06, 2019
63a903e4
update debian/changelog for upload
· e3b5509f
Hans-Christoph Steiner
authored
Dec 06, 2019
e3b5509f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e3b5509f
groovy (2.4.17-3)
UNRELEASED
; urgency=medium
groovy (2.4.17-3)
unstable
; urgency=medium
[ tony mancill ]
* Team upload.
* Use debhelper 12
* Update debian/watch
-- tony mancill <tmancill@debian.org> Wed, 31 Jul 2019 21:22:28 -0700
[ Hans-Christoph Steiner ]
* use a fixed timestamp to support reproducible builds
-- Hans-Christoph Steiner <hans@eds.org> Fri, 06 Dec 2019 01:06:55 +0100
groovy (2.4.17-2) unstable; urgency=medium
...
...
debian/patches/00_reproducible_timestamp.patch
0 → 100644
View file @
e3b5509f
--- a/gradle/filter.gradle
+++ b/gradle/filter.gradle
@@ -18,7 +18,7 @@
*/
import java.text.SimpleDateFormat
-ext.buildTime = new Date()
+ext.buildTime = new Date(1575590041000L)
ext.propertiesFilter = [
beginToken: '#',
debian/patches/series
View file @
e3b5509f
00_reproducible_timestamp.patch
01_fix_doc_gradle.diff
02_fix_start_script.diff
03_ignore_reporting_tools.diff
...
...