guix-commits
[Top][All Lists]
Advanced

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

[shepherd] branch master updated: maint: Move Guix files to '.guix'.


From: Ludovic Courtès
Subject: [shepherd] branch master updated: maint: Move Guix files to '.guix'.
Date: Mon, 05 Jun 2023 05:33:24 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository shepherd.

The following commit(s) were added to refs/heads/master by this push:
     new 5c25ee0  maint: Move Guix files to '.guix'.
5c25ee0 is described below

commit 5c25ee05f288870a19e7b24ddc0207450d66737f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jun 5 11:28:53 2023 +0200

    maint: Move Guix files to '.guix'.
    
    * build-aux/guix: Rename to...
    * .guix/modules: ... this.
    * .guix-channel: Adjust accordingly.
    * guix.scm: Likewise.
    * build-aux/manifest.scm: Rename to...
    * .guix/manifest.scm: ... this.
    * Makefile.am (EXTRA_DIST): Adjust accordingly.
---
 .guix-channel                                          | 2 +-
 {build-aux => .guix}/manifest.scm                      | 0
 {build-aux/guix => .guix/modules}/shepherd-package.scm | 0
 Makefile.am                                            | 4 ++--
 guix.scm                                               | 2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.guix-channel b/.guix-channel
index cc0af29..f2377a6 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -2,5 +2,5 @@
 
 (channel
   (version 0)
-  (directory "build-aux/guix")
+  (directory ".guix/modules")
   (url "https://git.savannah.gnu.org/git/shepherd.git";)) ;the primary URL
diff --git a/build-aux/manifest.scm b/.guix/manifest.scm
similarity index 100%
rename from build-aux/manifest.scm
rename to .guix/manifest.scm
diff --git a/build-aux/guix/shepherd-package.scm 
b/.guix/modules/shepherd-package.scm
similarity index 100%
rename from build-aux/guix/shepherd-package.scm
rename to .guix/modules/shepherd-package.scm
diff --git a/Makefile.am b/Makefile.am
index d82e75c..2d09101 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,8 +83,8 @@ CLEANFILES =                                          \
 EXTRA_DIST =                                   \
   etc/crash-handler.c                          \
   guix.scm                                     \
-  build-aux/guix/shepherd-package.scm          \
-  build-aux/manifest.scm
+  .guix/modules/shepherd-package.scm           \
+  .guix/manifest.scm
 
 if BUILD_CRASH_HANDLER
 
diff --git a/guix.scm b/guix.scm
index 6f66502..445b0cb 120000
--- a/guix.scm
+++ b/guix.scm
@@ -1 +1 @@
-build-aux/guix/shepherd-package.scm
\ No newline at end of file
+.guix/modules/shepherd-package.scm
\ No newline at end of file



reply via email to

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