mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-06 20:02:18 +00:00
fix: Point Adoptium to Rawhide (#11200)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "prismlauncher-nightly.spec"
|
||||
extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/\\$releasever/\\$basearch"]
|
||||
extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/rawhide/\\$basearch"]
|
||||
}
|
||||
labels {
|
||||
nightly = 1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "prismlauncher.spec"
|
||||
extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/\\$releasever/\\$basearch"]
|
||||
extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/rawhide/\\$basearch"]
|
||||
}
|
||||
labels {
|
||||
mock = 1
|
||||
|
||||
@@ -2,6 +2,6 @@ project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "gradle.spec"
|
||||
extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/\\$releasever/\\$basearch"]
|
||||
extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/rawhide/\\$basearch"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user