[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65230] [PATCH v4 02/10] gnu-maintenance: Fix docstring.
From: |
Maxim Cournoyer |
Subject: |
[bug#65230] [PATCH v4 02/10] gnu-maintenance: Fix docstring. |
Date: |
Tue, 22 Aug 2023 12:52:19 -0400 |
* guix/gnu-maintenance.scm (import-kernel.org-release): Fix docstring.
---
(no changes since v1)
guix/gnu-maintenance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix/gnu-maintenance.scm b/guix/gnu-maintenance.scm
index 198d72fc86..6db0dd952c 100644
--- a/guix/gnu-maintenance.scm
+++ b/guix/gnu-maintenance.scm
@@ -489,7 +489,7 @@ (define* (import-html-release base-url package
(directory (string-append "/" package))
file->signature)
"Return an <upstream-source> for the latest release of PACKAGE (a string)
-under DIRECTORY at BASE-URL, or #f. Optionally include a VERSION string to
+under DIRECTORY at BASE-URL, or #f. Optionally include a VERSION string to
fetch a specific version.
BASE-URL should be the URL of an HTML page, typically a directory listing as
@@ -806,7 +806,7 @@ (define* (import-xorg-release package #:key (version #f))
(string-append "/pub/xorg/" (dirname (uri-path uri)))))))
(define* (import-kernel.org-release package #:key (version #f))
- "Return the latest release of PACKAGE, the name of a kernel.org package.
+ "Return the latest release of PACKAGE, a Linux kernel package.
Optionally include a VERSION string to fetch a specific version."
(define %kernel.org-base
;; This URL and sub-directories thereof are nginx-generated directory
--
2.41.0
- [bug#65230] [PATCH v3 04/10] gnu-maintenance: Fix indentation., (continued)
- [bug#65230] [PATCH v3 04/10] gnu-maintenance: Fix indentation., Maxim Cournoyer, 2023/08/21
- [bug#65230] [PATCH v3 10/10] gnu-maintenance: Consider Qt source tarballs as "release files"., Maxim Cournoyer, 2023/08/21
- [bug#65230] [PATCH v3 08/10] gnu-maintenance: Add support to rewrite version in URL path., Maxim Cournoyer, 2023/08/21
- [bug#65230] [PATCH v3 03/10] gnu-maintenance: Extract url->links procedure., Maxim Cournoyer, 2023/08/21
- [bug#65230] [PATCH v3 02/10] gnu-maintenance: Fix docstring., Maxim Cournoyer, 2023/08/21
- [bug#65230] [PATCH v3 05/10] gnu-maintenance: Accept package object in 'import-html-release' procedure., Maxim Cournoyer, 2023/08/21
- [bug#65230] [PATCH v3 07/10] gnu-maintenance: Extract 'canonicalize-url' from 'import-html-release'., Maxim Cournoyer, 2023/08/21
- [bug#65230] [PATCH v3 06/10] gnu-maintenance: Document nested procedures in 'import-html-release'., Maxim Cournoyer, 2023/08/21
- [bug#65230] [PATCH v3 09/10] gnu-maintenance: Allow mirror URLs to fallback to the generic HTML updater., Maxim Cournoyer, 2023/08/21
- [bug#65230] [PATCH v4 01/10] gnu-maintenance: Make base-url argument of import-html-release required., Maxim Cournoyer, 2023/08/22
- [bug#65230] [PATCH v4 02/10] gnu-maintenance: Fix docstring.,
Maxim Cournoyer <=
- [bug#65230] [PATCH v4 03/10] gnu-maintenance: Extract url->links procedure., Maxim Cournoyer, 2023/08/22
- [bug#65230] [PATCH v4 05/10] gnu-maintenance: Accept package object in 'import-html-release' procedure., Maxim Cournoyer, 2023/08/22
- [bug#65230] [PATCH v4 10/10] gnu-maintenance: Consider Qt source tarballs as "release files"., Maxim Cournoyer, 2023/08/22
- [bug#65230] [PATCH v4 04/10] gnu-maintenance: Fix indentation., Maxim Cournoyer, 2023/08/22
- [bug#65230] [PATCH v4 09/10] gnu-maintenance: Allow mirror URLs to fallback to the generic HTML updater., Maxim Cournoyer, 2023/08/22
- [bug#65230] [PATCH v4 08/10] gnu-maintenance: Add support to rewrite version in URL path., Maxim Cournoyer, 2023/08/22
- [bug#65230] [PATCH v4 07/10] gnu-maintenance: Extract 'canonicalize-url' from 'import-html-release'., Maxim Cournoyer, 2023/08/22
- [bug#65230] [PATCH v4 06/10] gnu-maintenance: Document nested procedures in 'import-html-release'., Maxim Cournoyer, 2023/08/22