[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: tests: pack: Fix compressor extension.
From: |
guix-commits |
Subject: |
06/08: tests: pack: Fix compressor extension. |
Date: |
Tue, 29 Jun 2021 15:18:15 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 8108c266dc2fbc70602b2aa5c6887bf17bed16e8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jun 21 01:10:40 2021 -0400
tests: pack: Fix compressor extension.
* tests/pack.scm (%gzip-compressor): Add the missing leading period to the
gzip compressor file extension.
---
tests/pack.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/pack.scm b/tests/pack.scm
index e8455b4..ae6247a 100644
--- a/tests/pack.scm
+++ b/tests/pack.scm
@@ -51,7 +51,7 @@
(define %gzip-compressor
;; Compressor that uses the bootstrap 'gzip'.
((@ (guix scripts pack) compressor) "gzip"
- "gz"
+ ".gz"
#~(#+(file-append %bootstrap-coreutils&co "/bin/gzip") "-6n")))
(define %tar-bootstrap %bootstrap-coreutils&co)
- branch master updated (e2ff126 -> 6396f0c), guix-commits, 2021/06/29
- 01/08: pack: Extract builder code from self-contained-tarball., guix-commits, 2021/06/29
- 02/08: pack: Factorize base tar options., guix-commits, 2021/06/29
- 04/08: pack: Improve naming of the packs store file names., guix-commits, 2021/06/29
- 03/08: pack: Fix typo., guix-commits, 2021/06/29
- 05/08: pack: Prevent duplicate files in tar archives., guix-commits, 2021/06/29
- 07/08: pack: Add support for the deb format., guix-commits, 2021/06/29
- 06/08: tests: pack: Fix compressor extension.,
guix-commits <=
- 08/08: news: Add entry for the new 'deb' guix pack format., guix-commits, 2021/06/29