summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2021-11-29 22:08:19 +0100
committerJelle Licht <jlicht@fsfe.org>2021-11-29 22:19:47 +0100
commit648477e5f8fa6c21cc201ad002888981b724c6d0 (patch)
tree1ec2db92007e4cb11c13a7e3ab4fc2418b322362
parent5ad3a55ee1d6aa775b06b1a42fd826513b3e24ac (diff)
[WIP] Add Makefile.
* Makefile: New file.
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..6f989dd
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+NONGUIX_GIT_KEYRING = origin/keyring
+
+channel_intro_commit = 897c1a470da759236cc11798f4e0a5f7d4d59fbc
+channel_intro_signer = 2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5
+
+authenticate:
+ @echo "Authenticating Git checkout..." ; \
+ guix git authenticate \
+ --keyring=$(NONGUIX_GIT_KEYRING) \
+ --cache-key=channels/nonguix --stats \
+ "$(channel_intro_commit)" "$(channel_intro_signer)"