apt repo readme: suggest releases by default

This commit is contained in:
Roman Lebedev 2025-09-20 22:46:34 +03:00
parent 2f0b52bf85
commit 931678d4aa
No known key found for this signature in database
GPG Key ID: 083C3EBB4A1689E0

View File

@ -168,9 +168,7 @@ jobs:
Types: deb deb-src
URIs: https://apt.bcachefs.org/unstable/
# Or replace unstable with your distro's release name
Suites: bcachefs-tools-snapshot
# or:
# Suites: bcachefs-tools-release
Suites: bcachefs-tools-release
Components: main
Signed-By: /etc/apt/trusted.gpg.d/apt.bcachefs.org.asc
EOS
@ -181,9 +179,12 @@ jobs:
Or you can use add-apt-repository tool:
sudo add-apt-repository "deb https://apt.bcachefs.org/unstable bcachefs-tools-snapshot main"
sudo add-apt-repository "deb https://apt.bcachefs.org/unstable bcachefs-tools-release main"
Note: this will give you packages for the latest release of bcachefs-tools.
If you need packages for the latest git master commit,
replace `bcachefs-tools-release` with `bcachefs-tools-snapshot`.
If you want to ensure that the packages from this repository are always preferred, do: