[Blends-commit] [SCM] blends-dev branch, master, updated. ccddef8453cbc21e5ae940a60080d6f6d92f1dcb
Ole Streicher
ole at aip.de
Tue May 24 13:21:39 UTC 2016
The following commit has been merged in the master branch:
commit ccddef8453cbc21e5ae940a60080d6f6d92f1dcb
Author: Ole Streicher <ole at aip.de>
Date: Tue May 24 15:19:28 2016 +0200
Dont put tasks that are not metapackages into the tasks desc
This is the case f.e. for debian-astro/fedora which is informational only.
diff --git a/devtools/blend-gen-control b/devtools/blend-gen-control
index ca627e9..681eaf0 100755
--- a/devtools/blend-gen-control
+++ b/devtools/blend-gen-control
@@ -295,6 +295,8 @@ sub print_task_desc {
foreach my $task (sort keys %taskinfo) {
next if (exists $taskinfo{$task}{'Leaf'} &&
$taskinfo{$task}{'Leaf'} eq 'false');
+ next if (exists $taskinfo{$task}{'Metapackage'} &&
+ $taskinfo{$task}{'Metapackage'} eq 'false');
my $header;
if ( $suppressempty && $taskinfo{$task}{'haspackages'} == 0 ) {
# Check for Test-always-lang header. If this field exists the
--
Git repository for blends code
More information about the Blends-commit
mailing list