projects
/
389-ds-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e759757
)
reproducible-build
author
Debian 389ds Team
<pkg-fedora-ds-maintainers@lists.alioth.debian.org>
Wed, 10 May 2017 06:25:03 +0000
(07:25 +0100)
committer
Timo Aaltonen
<tjaalton@debian.org>
Wed, 10 May 2017 06:25:03 +0000
(07:25 +0100)
Gbp-Pq: Name reproducible-build.diff
buildnum.pl
patch
|
blob
|
history
diff --git
a/buildnum.pl
b/buildnum.pl
index 6d8804f7c06dc006c1f47e4f1810808a2e661391..f5e7f3ee5f0f0a651b15c578242dfd9a6e1c4de9 100755
(executable)
--- a/
buildnum.pl
+++ b/
buildnum.pl
@@
-31,7
+31,7
@@
if ($opt_H) {exitHelp();}
$platdir = $opt_p;
# Get current time
-@now = gmtime;
+@now = gmtime
($ENV{SOURCE_DATE_EPOCH} || time)
;
# Format buildnum as YYYY.DDD.HHMM
$year = $now[5] + 1900;