Skip to content

Commit

Permalink
packit: wait for python-copr-common to build before FE and BE
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen committed Jul 18, 2023
1 parent 5d8afbb commit 07f7e55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ packages:
upstream_tag_template: copr-rpmbuild-{version}
actions:
post-upstream-clone:
- sh -c "wait-for-copr --owner $COPR_OWNER --project $COPR_PROJECT python-copr-common `git rev-parse --short HEAD`"
- sh -c "wait-for-copr --owner $COPR_OWNER --project $COPR_PROJECT python-copr `git rev-parse --short HEAD`"

copr-selinux:
Expand All @@ -98,6 +99,7 @@ packages:
upstream_tag_template: copr-cli-{version}
actions:
post-upstream-clone:
- sh -c "wait-for-copr --owner $COPR_OWNER --project $COPR_PROJECT python-copr-common `git rev-parse --short HEAD`"
- sh -c "wait-for-copr --owner $COPR_OWNER --project $COPR_PROJECT python-copr `git rev-parse --short HEAD`"

copr-frontend:
Expand Down

0 comments on commit 07f7e55

Please sign in to comment.