guix-commits
[Top][All Lists]
Advanced

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

01/03: build: Add 'docker-image.tmpl' to the distribution.


From: guix-commits
Subject: 01/03: build: Add 'docker-image.tmpl' to the distribution.
Date: Sat, 18 May 2019 06:27:04 -0400 (EDT)

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

commit 1b0d2b2afc2ec38c025263005199dbcd347087c8
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 18 12:03:11 2019 +0200

    build: Add 'docker-image.tmpl' to the distribution.
    
    Fixes <https://bugs.gnu.org/35774>.
    Reported by Ting-Wei Lan <address@hidden>.
    
    * Makefile.am (EXAMPLES): Add docker-image.tmpl.
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index ea2fad7..ba4528c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -324,6 +324,7 @@ EXAMPLES =                                  \
   gnu/system/examples/beaglebone-black.tmpl    \
   gnu/system/examples/desktop.tmpl             \
   gnu/system/examples/lightweight-desktop.tmpl \
+  gnu/system/examples/docker-image.tmpl                \
   gnu/system/examples/vm-image.tmpl
 
 GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go $(dist_noinst_DATA:%.scm=%.go)



reply via email to

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