Skip to content

Commit

Permalink
.travis-ci/mk-pkgs.sh: don't hardcode SOURCE_DATE_EPOCH being 1970-01…
Browse files Browse the repository at this point in the history
…-01T00:00:01+00:00
  • Loading branch information
Al2Klimov committed Oct 15, 2019
1 parent 082ea71 commit 0c0404b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-ci/mk-pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function mkDeb {

popd

SOURCE_DATE_EPOCH=1 fpm -s tar -t deb --log debug --verbose --debug \
SOURCE_DATE_EPOCH="$(git log -1 --format=%ct)" fpm -s tar -t deb --log debug --verbose --debug \
-n "$PKG_NAME" \
-v "$PKG_VERSION" \
-a "$DEB_ARCH" \
Expand Down

0 comments on commit 0c0404b

Please sign in to comment.