Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backports: pin using codename on Debian #1188

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 4, 2024

  1. backports: pin using codename on Debian

    Debian 11 bullseye and Debian 12 bookworm backports release files look
    like this:
    
    https://deb.debian.org/debian/dists/bullseye-backports/InRelease:
    
        Suite: bullseye-backports
        Codename: bullseye-backports
    
    https://deb.debian.org/debian/dists/bookworm-backports/InRelease:
    
        Suite: stable-backports
        Codename: bookworm-backports
    
    Using "release" (aka Suite in the InRelease file) causes our pin to not
    match for bookworm because they changed it to stable-backports instead
    of $codename-backports. We can use codename to support both for this
    pin.
    
    Fixes puppetlabs#1187.
    kenyon committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b606724 View commit details
    Browse the repository at this point in the history
  2. backports unit tests: delete linuxmint tests

    Linux Mint is not listed as supported in the metadata.json file, so we
    shouldn't carry tests for it (which are using facts for an end-of-life
    release).
    kenyon committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    59f7c75 View commit details
    Browse the repository at this point in the history