[Blends-commit] [SCM] blends-dev branch, master, updated. d03e7478b34e79950a000e4923c5ece46aa8fd04
Ole Streicher
ole at aip.de
Wed Apr 6 10:24:48 UTC 2016
The following commit has been merged in the master branch:
commit d03e7478b34e79950a000e4923c5ece46aa8fd04
Author: Ole Streicher <ole at aip.de>
Date: Wed Apr 6 12:22:56 2016 +0200
Automatically mark default packages for install in new installations
This allows pre-seeding with "apt install $blends-tasks" so that the
individual blends tasks are visible during installation, with the default
tasks being preselected.
diff --git a/devtools/blend-gen-control b/devtools/blend-gen-control
index bf8ef0a..32ab6ae 100755
--- a/devtools/blend-gen-control
+++ b/devtools/blend-gen-control
@@ -319,6 +319,10 @@ sub print_task_desc {
print "$taskinfo{$task}{'Description-long'}"; # Already contain newline
print "Enhances: $taskinfo{$task}{Enhances}\n"
if exists $taskinfo{$task}{Enhances};
+ if (!exists $taskinfo{$task}{'Install'} ||
+ $taskinfo{$task}{'Install'} ne 'false') {
+ print "Test-new-install: mark show\n";
+ }
for $header (keys %{$taskinfo{$task}}) {
if ($header =~ m/test-.+/i) {
print "$header: $taskinfo{$task}{$header}\n";
--
Git repository for blends code
More information about the Blends-commit
mailing list