Bug #16392

build system does not try to remove mutt anymore since 3.12~rc1

Added by intrigeri 2019-01-28 11:57:03 . Updated 2019-02-13 14:57:54 .

Status:
Resolved
Priority:
Elevated
Assignee:
Category:
Build system
Target version:
Start date:
2019-01-28
Due date:
% Done:

0%

Feature Branch:
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

commit:02697edc52edb9d4cecc796135014dcca7aa0f3d uses package_is_installed, which does not exist, so:

/root/98-remove_unwanted_packages: 51: /root/98-remove_unwanted_packages: package_is_installed: not found

… then even if mutt was installed, we will never run the command that removes it.

I guess that using the correct function name (is_package_installed) should be enough to fix it.


Subtasks


History

#1 Updated by anonym 2019-01-28 12:28:46

  • Status changed from Confirmed to In Progress

Applied in changeset commit:tails|f685faa5af1f9f571462ff40bc50806e413a7dda.

#2 Updated by anonym 2019-02-13 14:57:54

  • Status changed from In Progress to Resolved
  • Assignee deleted (anonym)
  • Target version changed from Tails_3.13 to Tails_3.12.1