aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-10 15:32:24 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-10 15:32:24 +0200
commit91e7e73f8247fc09899afadf72345a54f2120d9b (patch)
tree21443a926d1eae137d3aed5f02a4a3c38844537a /Makefile.gpyutils
parentgpyutils: Enable reports for python3.7 (diff)
downloadqa-scripts-91e7e73f8247fc09899afadf72345a54f2120d9b.tar.gz
qa-scripts-91e7e73f8247fc09899afadf72345a54f2120d9b.tar.bz2
qa-scripts-91e7e73f8247fc09899afadf72345a54f2120d9b.zip
gpyutils: Disable 36-to-37.svg until the graph becomes smaller
Diffstat (limited to 'Makefile.gpyutils')
-rw-r--r--Makefile.gpyutils4
1 files changed, 4 insertions, 0 deletions
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 > $@.new
mv $@.new $@
+# temporarily disable it; the graph is too big
+$(outdir)/36-to-37.svg:
+ touch $@
+
%.dot: %.txt
gpy-depgraph -m python@gentoo.org $< > $@.new
mv $@.new $@