From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58031) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9cuF-0002Kz-GL for guix-patches@gnu.org; Sun, 15 Sep 2019 18:22:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9cuE-0007Ax-Fd for guix-patches@gnu.org; Sun, 15 Sep 2019 18:22:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40029) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i9cuE-0007Am-Cr for guix-patches@gnu.org; Sun, 15 Sep 2019 18:22:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i9cuE-0007hW-79 for guix-patches@gnu.org; Sun, 15 Sep 2019 18:22:06 -0400 Subject: [bug#37413] [PATCH 9/9] DRAFT etc: Add channel news file. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Mon, 16 Sep 2019 00:21:06 +0200 Message-Id: <20190915222106.4463-9-ludo@gnu.org> In-Reply-To: <20190915222106.4463-1-ludo@gnu.org> References: <20190915222106.4463-1-ludo@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37413@debbugs.gnu.org DRAFT: Update commit ID before pushing. * etc/news.scm: New file. * Makefile.am (EXTRA_DIST): Add it. --- Makefile.am | 1 + etc/news.scm | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 etc/news.scm diff --git a/Makefile.am b/Makefile.am index fe8aa3f52b..6fcd367d63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -535,6 +535,7 @@ EXTRA_DIST += \ .guix-channel \ scripts/guix.in \ etc/guix-install.sh \ + etc/news.scm \ build-aux/build-self.scm \ build-aux/compile-all.scm \ build-aux/hydra/evaluate.scm \ diff --git a/etc/news.scm b/etc/news.scm new file mode 100644 index 0000000000..a0a5e15766 --- /dev/null +++ b/etc/news.scm @@ -0,0 +1,13 @@ +;; GNU Guix news, for use by 'guix pull'. + +(channel-news + (version 0) + (entry (commit "ddbc4977068ac273127f98321956c807ae030cf1") + (title ("en" "New channel news mechanism") + ("fr" "Nouveau mécanisme d'information sur les canaux")) + (body + ("en" "You are reading this message through the new channel news +mechanism, congratulations! This mechanism allows channel authors to provide +@dfn{news entries} that their users can view with @command{guix pull}. Run +@command{info \"(guix) Invoking guix pull\"} for more info.") + ("fr" "Vous lisez ce message à travers bla bla bla FIXME")))) -- 2.23.0