From e71eb90101728896425552931e36e9e7a5dcbf7c Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 18 Jul 2026 14:18:35 +1000 Subject: [PATCH] rpm: drop repodata from rpmfusion immutable_patterns repodata is regenerated upstream, so it must stay mutable (mutable_ttl) rather than being cached as immutable. Claude-Session: https://claude.ai/code/session_01VZ81u2JtjvaPq8Z3EDTSMb --- config/remote_rpm/rpmfusion-free.yaml | 2 -- config/remote_rpm/rpmfusion-nonfree.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/config/remote_rpm/rpmfusion-free.yaml b/config/remote_rpm/rpmfusion-free.yaml index 4a89cdc..c6fe389 100644 --- a/config/remote_rpm/rpmfusion-free.yaml +++ b/config/remote_rpm/rpmfusion-free.yaml @@ -4,6 +4,4 @@ immutable_ttl: 0 mutable_ttl: 7200 immutable_patterns: - ".*\\.rpm$" - - ".*/repodata/.*\\.xml.*$" - - ".*/repodata/.*\\.sqlite.*$" - "RPM-GPG-KEY-.*$" diff --git a/config/remote_rpm/rpmfusion-nonfree.yaml b/config/remote_rpm/rpmfusion-nonfree.yaml index 8311d0b..2074e64 100644 --- a/config/remote_rpm/rpmfusion-nonfree.yaml +++ b/config/remote_rpm/rpmfusion-nonfree.yaml @@ -4,6 +4,4 @@ immutable_ttl: 0 mutable_ttl: 7200 immutable_patterns: - ".*\\.rpm$" - - ".*/repodata/.*\\.xml.*$" - - ".*/repodata/.*\\.sqlite.*$" - "RPM-GPG-KEY-.*$"