[Git][reproducible-builds/reproducible-presentations][master] 2 commits: seagl-two-ways: Makefile: fix timezone in SOURCE_DATE_EPOCH.

Vagrant Cascadian (@vagrant) gitlab at salsa.debian.org
Thu Nov 7 06:07:48 UTC 2024



Vagrant Cascadian pushed to branch master at Reproducible Builds / reproducible-presentations


Commits:
6ecb7be2 by Vagrant Cascadian at 2024-11-05T14:33:27-08:00
seagl-two-ways: Makefile: fix timezone in SOURCE_DATE_EPOCH.

- - - - -
5aeab2ae by Vagrant Cascadian at 2024-11-05T16:30:42-08:00
seagl-two-ways: Document building with guix.

- - - - -


1 changed file:

- 2024-11-08-SeaGL-Two-Ways-to-Trustworthy/Makefile


Changes:

=====================================
2024-11-08-SeaGL-Two-Ways-to-Trustworthy/Makefile
=====================================
@@ -1,9 +1,10 @@
 # thanks to dima for walking me through this!
 #
-# needs: apt install emacs texlive-latex-extra texlive-plain-generic
+# Debian needs: apt install emacs texlive-latex-extra texlive-plain-generic
+# Guix needs: guix shell --pure --container coreutils-minimal emacs-no-x make texlive-collection-fontsrecommended texlive-collection-plaingeneric texlive-collection-latex texlive-collection-latexextra
 
 export FORCE_SOURCE_DATE = 1
-export SOURCE_DATE_EPOCH := $(shell date --utc --date '2024-11-08 11:30:00 -0700' +%s)
+export SOURCE_DATE_EPOCH := $(shell date --utc --date '2024-11-08 11:30:00 -0800' +%s)
 
 all: $(patsubst %.org,%.pdf,$(wildcard *.org))
 



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-presentations/-/compare/9425e523495ca66f1db0e6f98fdc055768f58aba...5aeab2ae306f87ca44c0306b2d758557780f206e

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-presentations/-/compare/9425e523495ca66f1db0e6f98fdc055768f58aba...5aeab2ae306f87ca44c0306b2d758557780f206e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20241107/07b59393/attachment.htm>


More information about the rb-commits mailing list