guix-commits
[Top][All Lists]
Advanced

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

03/04: build: Add 'guix-publish.*.in' to the distribution.


From: Ricardo Wurmus
Subject: 03/04: build: Add 'guix-publish.*.in' to the distribution.
Date: Sun, 18 Dec 2016 17:43:29 +0000 (UTC)

rekado pushed a commit to branch version-0.12.0
in repository guix.

commit 69b8f120a8b23944bc0dc8de0dfe174f30cae2a4
Author: Ludovic Courtès <address@hidden>
Date:   Sun Dec 18 17:20:58 2016 +0100

    build: Add 'guix-publish.*.in' to the distribution.
    
    This is a followup to 332d7903f52c2bf3741b04ac2d01cd9018b70800.
    
    * nix/local.mk (EXTRA_DIST): Add 'guix-service.publish.in' and
    'guix-publish.conf.in'.
---
 nix/local.mk |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/nix/local.mk b/nix/local.mk
index 79667ed..6880e94 100644
--- a/nix/local.mk
+++ b/nix/local.mk
@@ -209,8 +209,10 @@ EXTRA_DIST +=                                      \
   %D%/libstore/schema.sql                      \
   %D%/AUTHORS                                  \
   %D%/COPYING                                  \
-  etc/guix-daemon.service.in   \
-  etc/guix-daemon.conf.in
+  etc/guix-daemon.service.in                   \
+  etc/guix-daemon.conf.in                      \
+  etc/guix-publish.service.in                  \
+  etc/guix-publish.conf.in
 
 if CAN_RUN_TESTS
 



reply via email to

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