guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: maint: 'make authenticate' starts from v1.0.0.


From: guix-commits
Subject: 01/03: maint: 'make authenticate' starts from v1.0.0.
Date: Mon, 8 Jun 2020 18:36:52 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5d95ac9178c2b4f5510390b0c31d440efc3c203d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jun 8 14:16:24 2020 +0200

    maint: 'make authenticate' starts from v1.0.0.
    
    * Makefile.am (commit_v1_0_1): Remove.
    (commit_v1_0_0): New variable.
    (authenticate): Use it.
---
 Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0feb75c..9cf9318 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -633,17 +633,17 @@ $(guix_install_go_files): 
install-nobase_dist_guilemoduleDATA
 install-data-hook:
        touch "$(DESTDIR)$(guileobjectdir)/guix/config.go"
 
-# Commit corresponding to the 'v1.0.1' tag.
-commit_v1_0_1 = d68de958b60426798ed62797ff7c96c327a672ac
+# Commit corresponding to the 'v1.0.0' tag.
+commit_v1_0_0 = 6298c3ffd9654d3231a6f25390b056483e8f407c
 
 # Authenticate the current Git checkout by checking signatures on every commit
-# starting from $(commit_v1_0_1).
+# starting from $(commit_v1_0_0).
 authenticate: guix/openpgp.go guix/git-authenticate.go guix/git.go
        $(AM_V_at)echo "Authenticating Git checkout..." ;       \
        "$(top_builddir)/pre-inst-env" $(GUILE)                 \
          --no-auto-compile -e git-authenticate                 \
          "$(top_srcdir)/build-aux/git-authenticate.scm"        \
-         "$(commit_v1_0_1)"
+         "$(commit_v1_0_0)"
 
 # Assuming Guix is already installed and the daemon is up and running, this
 # rule builds from $(srcdir), creating and building derivations.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]