Skip to content

Commit

Permalink
Add fork option to package_manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Odilhao committed May 22, 2024
1 parent 91ac977 commit f554f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ copr_projects:
hosts:
pulpcore-copr:
copr_project_name: "pulpcore-{{ pulpcore_version }}-staging"
copr_project_fork_from: "{{ 'pulpcore-nightly-staging' if pulpcore_version != 'nightly' else False }}"
copr_project_chroots:
- name: "rhel-{{ rhel_9 }}-x86_64"
comps_file: "{{ inventory_dir }}/comps/comps-pulpcore-el{{ rhel_9 }}.xml"
Expand Down

0 comments on commit f554f1e

Please sign in to comment.