[Blends-commit] [SCM] blends-dev branch, master, updated. 635a33a63228ace10fddd6ae0c8d354787e5dda5
Ole Streicher
ole at aip.de
Fri Apr 1 08:47:04 UTC 2016
The following commit has been merged in the master branch:
commit 635a33a63228ace10fddd6ae0c8d354787e5dda5
Author: Ole Streicher <ole at aip.de>
Date: Fri Apr 1 10:44:04 2016 +0200
Remove Relevance and Packages: list fields from individual tasks
The parent already has Relevance: 9, and the tasks are sorted below that.
The package list is redundant since the packages are installed from the
tasks file specified in the "Key:" field.
diff --git a/devtools/blend-gen-control b/devtools/blend-gen-control
index 90093cb..735a62a 100755
--- a/devtools/blend-gen-control
+++ b/devtools/blend-gen-control
@@ -294,7 +294,6 @@ sub print_task_desc {
print "Section: $blendname\n";
print "Description: $taskinfo{$task}{Description}\n";
print "$taskinfo{$task}{'Description-long'}"; # Already contain newline
- print "Relevance: 9\n";
print "Enhances: $taskinfo{$task}{Enhances}\n"
if exists $taskinfo{$task}{Enhances};
for $header (keys %{$taskinfo{$task}}) {
@@ -316,14 +315,6 @@ sub print_task_desc {
$seen{$package} = 1;
}
}
- print "Packages: list\n";
- for my $header (qw(Depends Recommends)) {
- @_ = task_packages($task, $header, 1);
- foreach my $package (sort @_) {
- print " $package\n" unless $seen{$package};
- $seen{$package} = 1;
- }
- }
print "\n";
}
--
Git repository for blends code
More information about the Blends-commit
mailing list