Versioned kmod + utils packages for ScoutFS, built and signed
by the CI pipeline. One dnf repository per EL major covers every
published ScoutFS version — install the unversioned
scoutfs
metapackage to auto-track the latest release, or
scoutfs-1.29
(etc.) to pin.
curl -fsSL https://rpm-1.srvno.de/setup-scoutfs.sh \
| sudo bash -s -- --license YOUR-KEY
# then, on any day:
sudo dnf upgrade
Installs the scoutfs
metapackage. dnf upgrade
follows new release lines as they're published.
curl -fsSL https://rpm-1.srvno.de/setup-scoutfs.sh \
| sudo bash -s -- --license YOUR-KEY \
--version 1.32
Installs scoutfs-1.32.
Future dnf upgrade
only picks up new kmods within 1.32.
# pinned → latest-tracking:
sudo dnf swap scoutfs-1.32 scoutfs
# latest-tracking → pinned:
sudo dnf swap scoutfs scoutfs-1.32
Same mechanism works for moving between any two scoutfs-<X.Y> packages.
Loading…
Pre-download RPMs and install on air-gapped hosts.
Public key used to sign every RPM we publish.