📦 ScoutFS RPM Repository

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.

Install latest (auto-tracks)

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.

Pin a version

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.

Switch versions

# 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.

Available packages

Loading…

💾

Offline install

Pre-download RPMs and install on air-gapped hosts.

🔑

GPG signing key

Public key used to sign every RPM we publish.