Skip to content

Commit

Permalink
Enable use of sidetags for downstream automation (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
nforro authored Jul 31, 2024
2 parents db653b8 + 475eb0a commit 6464719
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,9 @@ jobs:
trigger: commit
packit_instances: ["stg"]
allowed_pr_authors: ["packit-stg", "packit"]
sidetag_group: packit-specfile-ogr-releases
dependents:
- packit
dist_git_branches:
- fedora-all
- epel-9
- job: bodhi_update
trigger: commit
packit_instances: ["stg"]
allowed_builders: ["packit-stg", "packit"]
dist_git_branches:
- fedora-latest # branched version, rawhide updates are created automatically
- fedora-stable
- epel-9
2 changes: 1 addition & 1 deletion plans/full.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ prepare:

# Make sure the Copr repo has higher priority than TF Tag Repository
- how: shell
script: dnf -y config-manager --save --setopt="*:packit:packit-dev.priority=5"
script: sed -i -n '/^priority=/!p;$apriority=5' /etc/yum.repos.d/*:packit:packit-dev.repo
2 changes: 1 addition & 1 deletion plans/packit-integration.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ prepare:

# make sure the Copr repo has higher priority than TF Tag Repository
- how: shell
script: dnf -y config-manager --save --setopt="*:packit:packit-dev.priority=5"
script: sed -i -n '/^priority=/!p;$apriority=5' /etc/yum.repos.d/*:packit:packit-dev.repo

adjust:
- when: "how == integration"
Expand Down

0 comments on commit 6464719

Please sign in to comment.