guix-commits
[Top][All Lists]
Advanced

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

01/02: maint: Really build GuixSD for different systems.


From: Ludovic Courtès
Subject: 01/02: maint: Really build GuixSD for different systems.
Date: Sun, 14 May 2017 16:41:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 6344e959ea45c283a0c7a2091f0959f8e09a198d
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 14 22:14:00 2017 +0200

    maint: Really build GuixSD for different systems.
    
    * Makefile.am (release): Add missing --system flag to 'guix system
    disk-image'.  Reported by Leo Famulari.
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 4b5a29a..74fbc8a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -617,6 +617,7 @@ release: distcheck
        for system in $(GUIXSD_SUPPORTED_SYSTEMS) ; do                          
        \
          image=`$(top_builddir)/pre-inst-env                                   
        \
            guix system disk-image                                              
        \
+            --system=$$system                                                  
        \
            --image-size=$(GUIXSD_INSTALLATION_IMAGE_SIZE)                      
        \
            gnu/system/install.scm` ;                                           
        \
          if [ ! -f "$$image" ] ; then                                          
        \



reply via email to

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