We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aabe3b commit cded351Copy full SHA for cded351
1 file changed
.packit.yaml
@@ -31,7 +31,7 @@ jobs:
31
targets:
32
rhel-9:
33
additional_repos:
34
- - https://yum.theforeman.org/releases/nightly/el9/x86_64/
+ - https://yum.theforeman.org/releases/nightly/el$releasever/$basearch/
35
module_hotfixes: true
36
- job: tests
37
trigger: pull_request
@@ -43,7 +43,7 @@ jobs:
43
environments:
44
- artifacts:
45
- type: repository
46
- id: https://stagingyum.theforeman.org/foreman/nightly/el9/x86_64/
+ id: https://yum.theforeman.org/foreman/nightly/el$releasever/$basearch/
47
48
srpm_build_deps:
49
- wget
0 commit comments