-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
packit.yaml: add c9s #1446
packit.yaml: add c9s #1446
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
# See the documentation for more information: | ||
# https://packit.dev/docs/configuration/ | ||
actions: | ||
changelog-entry: | ||
- bash -c 'echo "- New upstream release"' | ||
post-upstream-clone: | ||
- "wget https://src.fedoraproject.org/rpms/rust-coreos-installer/raw/rawhide/f/rust-coreos-installer.spec -O rust-coreos-installer.spec" | ||
|
||
specfile_path: rust-coreos-installer.spec | ||
|
||
upstream_tag_template: v{version} | ||
|
||
# add or remove files that should be synced | ||
|
@@ -20,19 +12,46 @@ upstream_package_name: coreos-installer | |
# downstream (Fedora) RPM package name | ||
downstream_package_name: rust-coreos-installer | ||
|
||
packages: | ||
coreos-installer-fedora: | ||
specfile_path: rust-coreos-installer.spec | ||
actions: | ||
post-upstream-clone: | ||
- wget https://src.fedoraproject.org/rpms/rust-coreos-installer/raw/rawhide/f/rust-coreos-installer.spec | ||
changelog-entry: | ||
- bash -c 'echo "- New upstream release"' | ||
coreos-installer-centos: | ||
pkg_tool: centpkg | ||
specfile_path: rust-coreos-installer.spec | ||
actions: | ||
post-upstream-clone: | ||
- wget https://gitlab.com/redhat/centos-stream/rpms/rust-coreos-installer/-/raw/c9s/rust-coreos-installer.spec | ||
changelog-entry: | ||
- bash -c 'echo "- New upstream release"' | ||
|
||
jobs: | ||
|
||
- job: propose_downstream | ||
trigger: release | ||
packages: [coreos-installer-fedora] | ||
dist_git_branches: | ||
- fedora-all | ||
- fedora-rawhide | ||
|
||
- job: koji_build | ||
trigger: commit | ||
packages: [coreos-installer-fedora] | ||
dist_git_branches: | ||
- fedora-all | ||
|
||
- job: bodhi_update | ||
trigger: commit | ||
packages: [coreos-installer-fedora] | ||
dist_git_branches: | ||
- fedora-all | ||
|
||
- job: propose_downstream | ||
trigger: release | ||
packages: [coreos-installer-centos] | ||
dist_git_branches: | ||
- c9s | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Might as well add c10s now. Or is Packit integration not yet done for that yet? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. err, at least according to docs https://packit.dev/docs/configuration/upstream/propose_downstream#syncing-the-release-to-centos-stream c8s and c9s are it. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this mean it will create PR and merge automatically, is it necessary to add comment like |
||
- c10s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kinda surprised Packit needs to be told this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol meeee too.