Commit 84154a0d authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

SOURCE_DATE_EPOCH is not Debian specific.

parent 8c234477
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ Some tools used in build processes, like code or documentation
generators, write timestamps which will create unreproducible build
products.

The Debian reproducible builds effort proposed the
The Reproducible Builds effort proposed the
`SOURCE_DATE_EPOCH` environment variable to address the problem. Tools
that support it[^list] will use its value—a number of seconds since January 1st
1970, 00:00 UTC—instead of the current date and time (when set). The