commit:     91e7e73f8247fc09899afadf72345a54f2120d9b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 13:32:24 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 13:32:24 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=91e7e73f

gpyutils: Disable 36-to-37.svg until the graph becomes smaller

 Makefile.gpyutils | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 525057e..aa9d76d 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -79,6 +79,10 @@ $(outdir)/missing-meta.txt: $(timestamp)
        gpy-find-missing-meta > [email protected]
        mv [email protected] $@
 
+# temporarily disable it; the graph is too big
+$(outdir)/36-to-37.svg:
+       touch $@
+
 %.dot: %.txt
        gpy-depgraph -m [email protected] $< > [email protected]
        mv [email protected] $@

Reply via email to