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