diff --git a/config/remote_rpm/rpmfusion-free.yaml b/config/remote_rpm/rpmfusion-free.yaml new file mode 100644 index 0000000..4a89cdc --- /dev/null +++ b/config/remote_rpm/rpmfusion-free.yaml @@ -0,0 +1,9 @@ +base_url: https://download1.rpmfusion.org/free +description: RPM Fusion free RPM package repository +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 new file mode 100644 index 0000000..8311d0b --- /dev/null +++ b/config/remote_rpm/rpmfusion-nonfree.yaml @@ -0,0 +1,9 @@ +base_url: https://download1.rpmfusion.org/nonfree +description: RPM Fusion nonfree RPM package repository +immutable_ttl: 0 +mutable_ttl: 7200 +immutable_patterns: + - ".*\\.rpm$" + - ".*/repodata/.*\\.xml.*$" + - ".*/repodata/.*\\.sqlite.*$" + - "RPM-GPG-KEY-.*$"