[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#37413] [PATCH v2 10/11] Add '.guix-channel' file.
From: |
Ludovic Courtès |
Subject: |
[bug#37413] [PATCH v2 10/11] Add '.guix-channel' file. |
Date: |
Sat, 21 Sep 2019 23:12:27 +0200 |
* .guix-channel: New file.
* Makefile.am (EXTRA_DIST): Add it.
---
.guix-channel | 5 +++++
Makefile.am | 1 +
2 files changed, 6 insertions(+)
create mode 100644 .guix-channel
diff --git a/.guix-channel b/.guix-channel
new file mode 100644
index 0000000000..3e618d79f8
--- /dev/null
+++ b/.guix-channel
@@ -0,0 +1,5 @@
+;; This is a Guix channel.
+
+(channel
+ (version 0)
+ (news-file "etc/news.scm"))
diff --git a/Makefile.am b/Makefile.am
index 658f03bd54..3c27d8ee10 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -533,6 +533,7 @@ EXTRA_DIST +=
\
TODO \
CODE-OF-CONDUCT \
.dir-locals.el \
+ .guix-channel \
scripts/guix.in \
etc/guix-install.sh \
build-aux/build-self.scm \
--
2.23.0
- [bug#37413] [PATCH 0/9] Channel news distribution mechanism, (continued)
- [bug#37413] [PATCH v2 00/11] Channel news distribution mechanism, Ludovic Courtès, 2019/09/21
- [bug#37413] [PATCH v2 01/11] pull: '--news' shows the list of channels added or removed., Ludovic Courtès, 2019/09/21
- [bug#37413] [PATCH v2 02/11] git: 'update-cached-checkout' avoids network access when unnecessary., Ludovic Courtès, 2019/09/21
- [bug#37413] [PATCH v2 07/11] pull: Display channel news., Ludovic Courtès, 2019/09/21
- [bug#37413] [PATCH v2 06/11] ui: Add 'current-message-language'., Ludovic Courtès, 2019/09/21
- [bug#37413] [PATCH v2 08/11] pull: '-l' displays channel news., Ludovic Courtès, 2019/09/21
- [bug#37413] [PATCH v2 03/11] git: Add 'commit-difference'., Ludovic Courtès, 2019/09/21
- [bug#37413] [PATCH v2 05/11] channels: Allow news entries to refer to a tag., Ludovic Courtès, 2019/09/21
- [bug#37413] [PATCH v2 04/11] channels: Add support for a news file., Ludovic Courtès, 2019/09/21
- [bug#37413] [PATCH v2 10/11] Add '.guix-channel' file.,
Ludovic Courtès <=
- [bug#37413] [PATCH v2 11/11] DRAFT etc: Add channel news file., Ludovic Courtès, 2019/09/21
- [bug#37413] [PATCH v2 11/11] DRAFT etc: Add channel news file., pelzflorian (Florian Pelz), 2019/09/22
- [bug#37413] [PATCH v2 11/11] DRAFT etc: Add channel news file., Ludovic Courtès, 2019/09/23
- [bug#37413] [PATCH v2 09/11] pull: Display news titles directly upon 'pull'., Ludovic Courtès, 2019/09/21