aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch
blob: f1db5d7c3bdbaad03c4102a48366c9bf4647b0d1 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From ca548da9ba78ddee90779051210e3e89185e4f7d Mon Sep 17 00:00:00 2001
From: Michel Alexandre Salim <michel@michel-slm.name>
Date: Mon, 15 Feb 2016 23:03:42 +0700
Subject: coverage-4.0a6 compatibility

coverage 4.0a6 no longer generates .coverage file, so use -f when
deleting .coverage to ensure deletion does not fail.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 7818f57..362c07f 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ fsck-larch.1: fsck-larch.1.in fsck-larch
 
 check:
 	python -m CoverageTestRunner --ignore-missing-from=without-tests
-	rm .coverage
+	rm -f .coverage
 	./insert-remove-test tempdir 100
 	rm -r tempdir larch.log
 	cmdtest tests
-- 
cgit v1.1

Update replacement to 7.54.1 [fixes CVE-2017-9502]....Leo Famulari 2017-05-24Merge branch 'master' into core-updatesRicardo Wurmus 2017-04-19gnu: curl: Replace with curl@7.54.0 [fixes CVE-2017-7468]...Leo Famulari 2017-04-07gnu: curl: Update to 7.53.1....Leo Famulari 2017-03-09Merge branch 'master' into core-updatesLudovic Courtès 2017-02-21gnu: curl: Update replacement to 7.53.0 [fixes CVE-2017-2629]....Leo Famulari 2017-01-25gnu: curl: Incorporate grafted changes....Leo Famulari 2016-12-23gnu: curl: Update replacement to 7.52.1 [fixes CVE-2016-{9586,9594}]....Marius Bakke 2016-12-21Revert "gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586,9952,99......Leo Famulari 2016-12-21gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586,9952,9953}]....Marius Bakke 2016-11-02Merge branch 'master' into core-updatesLeo Famulari 2016-11-02gnu: curl: Update replacement to 7.51.0 [fixes CVE-2016-{8615..8625}]....Marius Bakke 2016-09-30Merge branch 'master' into core-updatesLudovic Courtès 2016-09-14gnu: curl: Update replacement to 7.50.3 [fixes CVE-2016-7167]....Leo Famulari 2016-09-08gnu: curl: Update replacement to 7.50.2 [fixes CVE-2016-7141]....Leo Famulari 2016-08-10gnu: curl: Update to 7.50.1....Leo Famulari 2016-08-04gnu: curl: Replace with 7.50.1 [fixes CVE-2016-{3739,4802,5419,5420,5421]....Leo Famulari 2016-02-29gnu: curl: Use updated libssh2 [fixes CVE-2016-7087]....Mark H Weaver 2016-02-24gnu: libssh2: Update to 1.7.0 [fixes CVE-2016-0787]....Leo Famulari 2016-02-07gnu: curl: Use 'https' URL....宋文武 2016-02-04gnu: curl: Update to 7.47.0 [fixes CVE-2016-0755]....Leo Famulari 2015-11-13gnu: Adjust formatting as recommended by 'guix lint'....宋文武 2015-10-20gnu: curl: Update to 7.45.0....Andreas Enge 2015-09-09gnu: curl: Move man3 pages to "doc" output....Ludovic Courtès 2015-09-09gnu: curl: Use 'modify-phases'....Ludovic Courtès 2015-08-21gnu: curl: Update to 7.44.0....Mark H Weaver 2015-07-18gnu packages: Avoid description lines with leading "("....Alex Kost 2015-07-05gnu: Rename module gnutls to tls....Andreas Enge 2015-06-30gnu: curl: Disable test that fails on Hydra....Mark H Weaver 2015-06-30gnu: curl: Update to 7.43.0....Mark H Weaver 2015-05-04gnu: curl: Update to 7.42.1....Mark H Weaver