Compare commits
2 Commits
main
...
d9ea57a8e0
| Author | SHA1 | Date | |
|---|---|---|---|
| d9ea57a8e0 | |||
| 90a18e5ff9 |
@@ -81,6 +81,8 @@ remotes:
|
||||
description: "Gitea download site"
|
||||
immutable_patterns:
|
||||
- "act_runner/.*/act_runner-.*-linux-amd64$"
|
||||
- "gitea/.*/gitea-.*-linux-amd64$"
|
||||
- "gitea/.*/gitea-.*-linux-amd64.xz$"
|
||||
- "tea/.*/tea-.*-linux-amd64$"
|
||||
cache:
|
||||
immutable_ttl: 0
|
||||
|
||||
@@ -17,6 +17,24 @@ remotes:
|
||||
immutable_ttl: 0
|
||||
mutable_ttl: 7200
|
||||
|
||||
almalinux-vault:
|
||||
base_url: "https://vault.almalinux.org"
|
||||
package: "rpm"
|
||||
description: "AlmaLinux Vault RPM package repository"
|
||||
immutable_patterns:
|
||||
- ".*/x86_64/.*\\.rpm$"
|
||||
- ".*/noarch/.*\\.rpm$"
|
||||
- ".*/repodata/.*\\.sqlite.*$"
|
||||
- ".*/repodata/.*\\.xml.*$"
|
||||
- ".*/repodata/.*\\.yaml.*$"
|
||||
- ".*/install.img"
|
||||
- ".*/squashfs.img"
|
||||
- ".*/updates.img"
|
||||
- ".*/RPM-GPG-KEY-.*$"
|
||||
cache:
|
||||
immutable_ttl: 0
|
||||
mutable_ttl: 7200
|
||||
|
||||
ceph-reef:
|
||||
base_url: "https://download.ceph.com/rpm-reef/"
|
||||
package: "rpm"
|
||||
|
||||
Reference in New Issue
Block a user