[SCM] pkg-kde.alioth.debian.org website branch, master, updated. 16586b32f49ae1eab1de19a07c670c3957a3ed6f

Sandro Knauß hefee at moszumanska.debian.org
Sun Dec 17 14:26:47 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/www.git;a=commitdiff;h=c864fd5

The following commit has been merged in the master branch:
commit c864fd58a30beafde6042cd776c3d0c526c01155
Author: Sandro Knauß <hefee at debian.org>
Date:   Sun Dec 17 15:19:39 2017 +0100

    make it posstible to have a build graph for each release.
---
 files/{pim-build-deps.dot => pim-build-deps-17.08.dot} | 0
 genweb.sh                                              | 5 ++++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/files/pim-build-deps.dot b/files/pim-build-deps-17.08.dot
similarity index 100%
rename from files/pim-build-deps.dot
rename to files/pim-build-deps-17.08.dot
diff --git a/genweb.sh b/genweb.sh
index 374ca0d..abbf5b3 100755
--- a/genweb.sh
+++ b/genweb.sh
@@ -25,7 +25,10 @@ bash genrss.sh > $OUTPUT/rss.xml
 dot -T png -o $OUTPUT/images/qt5_build_deps.png files/qt5-build-deps.dot
 
 # Generate Pim5 build dependencies graph. Needs dot.
-dot -T png -o $OUTPUT/images/pim-build-deps.png files/pim-build-deps.dot
+for i in files/pim-build-deps*dot
+do
+	dot -T png -o $OUTPUT/images/`basename $i .dot`.png $i
+done
 
 # find $OUTPUT/ -name ".svn" -exec rm -rf {} \; || true
 chmod -R g+w $OUTPUT/*

-- 
pkg-kde.alioth.debian.org website



More information about the pkg-kde-commits mailing list