[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/38: gnu: obnam: Return #t from phases.
From: |
Tobias Geerinckx-Rice |
Subject: |
16/38: gnu: obnam: Return #t from phases. |
Date: |
Mon, 25 Jun 2018 22:24:23 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f32a1803f0c1e17bda7d7bd035fbbb1725d49c66
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Jun 24 21:57:38 2018 +0200
gnu: obnam: Return #t from phases.
* gnu/packages/backup.scm (obnam)[arguments]: Substitute INVOKE for
SYSTEM*.
---
gnu/packages/backup.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index de96e6a..9884f58 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -683,17 +683,17 @@ NTFS volumes using @code{ntfs-3g}, preserving
NTFS-specific attributes.")
(replace 'check
(lambda _
(substitute* "obnamlib/vfs_local_tests.py"
- ;; Check for the nobody user instead of root
+ ;; Check for the nobody user instead of root.
(("self.fs.get_username\\(0\\), 'root'")
"self.fs.get_username(65534), 'nobody'")
- ;; Disable tests checking for root group
+ ;; Disable tests checking for root group.
(("self.fs.get_groupname\\(0\\)") "'root'"))
(substitute* "obnamlib/vfs_local.py"
- ;; Don't cover get_groupname function
+ ;; Don't cover get_groupname function.
(("def get_groupname\\(self, gid\\):")
"def get_groupname(self, gid): # pragma: no cover"))
- ;; Can't run network tests
- (zero? (system* "./check" "--unit-tests")))))))
+ ;; Can't run network tests.
+ (invoke "./check" "--unit-tests"))))))
(inputs
`(("python2-cliapp" ,python2-cliapp)
("python2-larch" ,python2-larch)
- 20/38: gnu: knot: Return #t from all phases., (continued)
- 20/38: gnu: knot: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 11/38: gnu: portaudio: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 22/38: gnu: yosys: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 26/38: gnu: node: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 25/38: gnu: gpxsee: Use INVOKE., Tobias Geerinckx-Rice, 2018/06/25
- 31/38: gnu: python2-django-mailman3: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 27/38: gnu: Use HTTPS for nodejs.org., Tobias Geerinckx-Rice, 2018/06/25
- 18/38: gnu: dnscrypt-wrapper: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 07/38: gnu: sendmail: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 14/38: gnu: rsnapshot: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 16/38: gnu: obnam: Return #t from phases.,
Tobias Geerinckx-Rice <=
- 15/38: gnu: borg: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 17/38: gnu: dnscrypt-proxy: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 21/38: gnu: libsigrok: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 24/38: gnu: address@hidden: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 19/38: gnu: unbound: Use INVOKE., Tobias Geerinckx-Rice, 2018/06/25
- 28/38: gnu: irssi: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 23/38: gnu: address@hidden: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 30/38: gnu: glog: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 32/38: gnu: transfig: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 33/38: gnu: newsboat: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25