~linuxmint-daily-build-team/linuxmint/+git/mintinstall:tara-maintenance

Last commit made on 2021-11-16
Get this branch:
git clone -b tara-maintenance https://git.launchpad.net/~linuxmint-daily-build-team/linuxmint/+git/mintinstall

Branch merges

Branch information

Recent commits

d3f15e8... by Clement Lefebvre <email address hidden>

7.9.5.2

5e5eb66... by Clement Lefebvre <email address hidden>

packaging: Don't fail postinst when not able to add flathub

- Warn the user but don't fail the installation
- Pre-depends on an up to date ca-certificates to fix the underlying TLS issue

Fixes https://github.com/linuxmint/mintinstall/issues/326

022520f... by Clement Lefebvre <email address hidden>

7.9.5.1

255efac... by Michael Webster

reviews.py: Use json instead of pickle for serialization. (#262)

94ed242... by Clement Lefebvre <email address hidden>

7.9.5

e9fd532... by Michael Webster

makepot: Update to include dialogs.py, update potfile.

3bdbe89... by Michael Webster

package details: append 'Flatpak' to the details heading to be more
obvious about the package source/type.

98e7792... by Michael Webster

mintinstall.py: search for a list of terms anywhere in a package name,
rather than trying to exactly match the search string.

By searching for a literal match in a package's name, we would be
stymied by naming practices that differ between flatpak and apt, along
with the fact that a user might search for a human-readable name, not
one containing dashes or period separators.

Instead, split the search string by whitespace characters into an array,
and look for these substrings within a package's name.

fe3b17a... by Michael Webster

_apt.py: don't filter out package 'librecad'.

When constructing our package cache, we try to filter out many
types of packages that a user ordinarily wouldn't need, and only
serve to bog everything down. Packages that start with lib fit
that description, and there are a lot of them. Unfortunately,
though we exclude libreoffice packages here, we missed librecad.

Fixes #204

a05569e... by Clement Lefebvre <email address hidden>

7.9.4