Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
Date: Tue, 10 Jul 2018 13:32:50
Message-Id: 1531229544.91e7e73f8247fc09899afadf72345a54f2120d9b.mgorny@gentoo
1 commit: 91e7e73f8247fc09899afadf72345a54f2120d9b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 10 13:32:24 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 10 13:32:24 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=91e7e73f
7
8 gpyutils: Disable 36-to-37.svg until the graph becomes smaller
9
10 Makefile.gpyutils | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/Makefile.gpyutils b/Makefile.gpyutils
14 index 525057e..aa9d76d 100644
15 --- a/Makefile.gpyutils
16 +++ b/Makefile.gpyutils
17 @@ -79,6 +79,10 @@ $(outdir)/missing-meta.txt: $(timestamp)
18 gpy-find-missing-meta > $@.new
19 mv $@.new $@
20
21 +# temporarily disable it; the graph is too big
22 +$(outdir)/36-to-37.svg:
23 + touch $@
24 +
25 %.dot: %.txt
26 gpy-depgraph -m python@g.o $< > $@.new
27 mv $@.new $@