[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/145: build-system/gnu: Make gzip files writable before resetting time
From: |
guix-commits |
Subject: |
92/145: build-system/gnu: Make gzip files writable before resetting timestamps. |
Date: |
Mon, 10 Jan 2022 11:44:14 -0500 (EST) |
apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit 4bad8d7cdf3c8341876c5ab2cffd03c488da4ad3
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Sat Jul 24 23:12:04 2021 -0700
build-system/gnu: Make gzip files writable before resetting timestamps.
guix/build/gnu-build-system.scm (reset-gzip-timestamps): Ensure gzip
files are writable before resetting their timestamps.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
guix/build/gnu-build-system.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/guix/build/gnu-build-system.scm b/guix/build/gnu-build-system.scm
index d0f7413268..d84411c090 100644
--- a/guix/build/gnu-build-system.scm
+++ b/guix/build/gnu-build-system.scm
@@ -598,6 +598,8 @@ and 'man/'. This phase moves directories to the right
place if needed."
(string-suffix? ".tgz" file))
(gzip-file? file)))
#:stat lstat)))
+ ;; Ensure the files are writable.
+ (for-each make-file-writable files)
(for-each reset-gzip-timestamp files)))
(match outputs
- 116/145: gnu: python-pytest-timeout: Update to 2.0.2., (continued)
- 116/145: gnu: python-pytest-timeout: Update to 2.0.2., guix-commits, 2022/01/10
- 103/145: gnu: python-scikit-learn: Remove obsolete phase., guix-commits, 2022/01/10
- 124/145: gnu: file-roller: Add python to native inputs., guix-commits, 2022/01/10
- 111/145: gnu: cpuid: Remove obsolete file permissions change., guix-commits, 2022/01/10
- 143/145: gnu: iwd: Update to 1.20., guix-commits, 2022/01/10
- 115/145: gnu: binutils: Fix CVE-2021-45078., guix-commits, 2022/01/10
- 144/145: gnu: nss: Update to 3.72., guix-commits, 2022/01/10
- 132/145: gnu: Add rust-cfg-expr-0.8., guix-commits, 2022/01/10
- 38/145: gnu: elogind: Reinstate the test-event.c test., guix-commits, 2022/01/10
- 102/145: gnu: go-ipfs: Remove obsolete phase., guix-commits, 2022/01/10
- 92/145: build-system/gnu: Make gzip files writable before resetting timestamps.,
guix-commits <=
- 130/145: gnu: mozjs-78: Disable rust-simd to workaround a build failure., guix-commits, 2022/01/10
- 64/145: gnu: Add python-tomli-w., guix-commits, 2022/01/10
- 54/145: gnu: tracker: Add python to native inputs., guix-commits, 2022/01/10
- 137/145: gnu: rust-predicates-2: Update to 2.0.3., guix-commits, 2022/01/10
- 87/145: gnu: python-pysam: Update to 0.18.0., guix-commits, 2022/01/10
- 121/145: gnu: python-openpyxl: Update to 3.0.9., guix-commits, 2022/01/10
- 61/145: gnu: python-typing: Update to 3.10.0.0., guix-commits, 2022/01/10
- 107/145: gnu: arcanist: Remove obsolete phase., guix-commits, 2022/01/10
- 84/145: gnu: htslib: Update to 1.14., guix-commits, 2022/01/10
- 76/145: gnu: python2-matplotlib: Update to 2.2.5., guix-commits, 2022/01/10