[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.50-135-gb94736d
Andreas Beckmann
anbe at debian.org
Fri May 10 10:59:04 UTC 2013
The following commit has been merged in the develop branch:
commit b94736dadcdfcf1bb255e141f5be4597b691d084
Author: Andreas Beckmann <anbe at debian.org>
Date: Tue Mar 5 07:55:32 2013 +0100
Makefile: add tg-deps target
for maintainer (i.e. my) convenience only
update the topgit dependency plot
Signed-off-by: Andreas Beckmann <anbe at debian.org>
diff --git a/.gitignore b/.gitignore
index 0d20b64..0f208bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
*.pyc
+/deps.png
diff --git a/Makefile b/Makefile
index 831cf40..02fe074 100644
--- a/Makefile
+++ b/Makefile
@@ -153,3 +153,9 @@ clean:
rm -f piuparts.1 piuparts.1.xml piuparts.1.html README.xml README.html docbook-xsl.css piuparts.html
rm -f *.pyc piupartslib/*.pyc master-bin/*.pyc slave-bin/*.pyc
rm -f $(SCRIPTS_GENERATED)
+
+
+# for maintainer convenience only
+tg-deps:
+ tg summary --graphviz | dot -T png -o deps.png
+ xli deps.png &
--
piuparts git repository
More information about the Piuparts-commits
mailing list