rpm: drop repodata from rpmfusion immutable_patterns
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful

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
This commit is contained in:
2026-07-18 14:18:35 +10:00
parent 04617699aa
commit e71eb90101
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -4,6 +4,4 @@ immutable_ttl: 0
mutable_ttl: 7200
immutable_patterns:
- ".*\\.rpm$"
- ".*/repodata/.*\\.xml.*$"
- ".*/repodata/.*\\.sqlite.*$"
- "RPM-GPG-KEY-.*$"
-2
View File
@@ -4,6 +4,4 @@ immutable_ttl: 0
mutable_ttl: 7200
immutable_patterns:
- ".*\\.rpm$"
- ".*/repodata/.*\\.xml.*$"
- ".*/repodata/.*\\.sqlite.*$"
- "RPM-GPG-KEY-.*$"