Skip to content

Commit

Permalink
images: Drop freeipa from debian-testing
Browse files Browse the repository at this point in the history
It's too buggy right now, not even installable in unstable, and will
still take a long time until it re-enters debian testing.

Fixes #6377
  • Loading branch information
martinpitt committed May 24, 2024
1 parent 81ffcbd commit d82b8ef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions images/scripts/debian.setup
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,16 @@ if [ "$IMAGE" = "debian-testing" ]; then
echo 'deb http://deb.debian.org/debian testing main' > /etc/apt/sources.list
RELEASE=testing

# too buggy and uninstallable even in unstable, see https://tracker.debian.org/pkg/freeipa
IPA_CLIENT_PACKAGES="${IPA_CLIENT_PACKAGES/freeipa-client/}"

# HACK: some packages fell out of testing, get them from unstable
echo 'deb http://deb.debian.org/debian unstable main' >> /etc/apt/sources.list
cat <<EOF > /etc/apt/preferences.d/unstable
Package: *
Pin: release a=unstable
Pin-Priority: -1
Package: *ipa*
Pin: release a=unstable
Pin-Priority: 10
Package: *sss*
Pin: release a=unstable
Pin-Priority: 10
Expand Down

0 comments on commit d82b8ef

Please sign in to comment.