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
This commit is contained in:
@@ -4,6 +4,4 @@ immutable_ttl: 0
|
|||||||
mutable_ttl: 7200
|
mutable_ttl: 7200
|
||||||
immutable_patterns:
|
immutable_patterns:
|
||||||
- ".*\\.rpm$"
|
- ".*\\.rpm$"
|
||||||
- ".*/repodata/.*\\.xml.*$"
|
|
||||||
- ".*/repodata/.*\\.sqlite.*$"
|
|
||||||
- "RPM-GPG-KEY-.*$"
|
- "RPM-GPG-KEY-.*$"
|
||||||
|
|||||||
@@ -4,6 +4,4 @@ immutable_ttl: 0
|
|||||||
mutable_ttl: 7200
|
mutable_ttl: 7200
|
||||||
immutable_patterns:
|
immutable_patterns:
|
||||||
- ".*\\.rpm$"
|
- ".*\\.rpm$"
|
||||||
- ".*/repodata/.*\\.xml.*$"
|
|
||||||
- ".*/repodata/.*\\.sqlite.*$"
|
|
||||||
- "RPM-GPG-KEY-.*$"
|
- "RPM-GPG-KEY-.*$"
|
||||||
|
|||||||
Reference in New Issue
Block a user