guix-commits
[Top][All Lists]
Advanced

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

02/05: maint: 'release' target no longer uses -K, to allow for offloadin


From: guix-commits
Subject: 02/05: maint: 'release' target no longer uses -K, to allow for offloading.
Date: Thu, 9 Apr 2020 16:57:52 -0400 (EDT)

civodul pushed a commit to branch version-1.1.0
in repository guix.

commit 8b292ffd3cd969286ee9cbdb70fde8cf384b9b8b
Author: Ludovic Courtès <address@hidden>
AuthorDate: Thu Apr 9 13:17:06 2020 +0200

    maint: 'release' target no longer uses -K, to allow for offloading.
    
    This is a followup to 2ce08a5d79f6eb1d2d3839aca859559b9829ae36.
    
    * Makefile.am (release): Remove -K flag.
---
 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 94348ff..e9b84d8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -775,7 +775,7 @@ release: dist
        git commit -m "gnu: guix: Update to $(PACKAGE_VERSION)."
        $(top_builddir)/pre-inst-env guix build $(GUIX_FOR_BINARY_TARBALL)      
\
              $(call system_flags,$(SUPPORTED_SYSTEMS)) \
-             -v1 --no-grafts -K
+             -v1 --no-grafts
        rm -f $(BINARY_TARBALLS)
        $(MAKE) $(BINARY_TARBALLS)
        for system in $(SUPPORTED_SYSTEMS) ; do                                 
\
@@ -789,7 +789,7 @@ release: dist
        git commit -m "gnu: guix: Update to `git rev-parse HEAD | cut -c1-7`."
        $(top_builddir)/pre-inst-env guix build guix                    \
              $(call system_flags,$(GUIX_SYSTEM_SUPPORTED_SYSTEMS))     \
-             -v1 --no-grafts -K
+             -v1 --no-grafts
        for system in $(GUIX_SYSTEM_SUPPORTED_SYSTEMS) ; do                     
        \
          image=`$(top_builddir)/pre-inst-env                                   
        \
            guix system disk-image                                              
        \



reply via email to

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