Skip to content
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

The pull-from-upstream for c9s will auto reference to Fedora rawhide bug #2259

Closed
2 tasks
Tracked by #2106
cathay4t opened this issue Mar 21, 2024 · 0 comments · Fixed by #2284
Closed
2 tasks
Tracked by #2106

The pull-from-upstream for c9s will auto reference to Fedora rawhide bug #2259

cathay4t opened this issue Mar 21, 2024 · 0 comments · Fixed by #2284
Assignees
Labels
area/rhel-ecosystem RHEL & CentOS stream complexity/single-task Regular task, should be done within days. gain/high This brings a lot of value to (not strictly a lot of) users. impact/low This issue impacts only a few users. kind/bug Something isn't working.

Comments

@cathay4t
Copy link
Contributor

What happened? What is the problem?

The pull request to centos dist-git created by packit
https://gitlab.com/redhat/centos-stream/rpms/nmstate/-/merge_requests/81

is referring to the Fedora rawhide bugs

What did you expect to happen?

Do not use Fedora rawhide bug for c9s dist-git

Example URL(s)

https://gitlab.com/redhat/centos-stream/rpms/nmstate/-/merge_requests/81

Steps to reproduce

1. Create ~/packit_ds_nmstate.yml with content:

---
downstream_package_name: nmstate
upstream_project_url: https://github.com/nmstate/nmstate
issue_repository: https://github.com/nmstate/nmstate
update_release: false
upstream_package_name: nmstate
upstream_tag_template: v{version}
copy_upstream_release_description: true

packages:
  nmstate-centos:
    pkg_tool: centpkg
    specfile_path: packaging/nmstate.spec

jobs:
  - job: pull_from_upstream
    trigger: release
    packages: [nmstate-centos]
    dist_git_branches:
      - c9s

2. centpkg clone nmstate
3. packit -d --config ~/packit_ds_nmstate.yml pull-from-upstream

Workaround

  • There is an existing workaround that can be used until this issue is fixed.

Participation

  • I am willing to submit a pull request for this issue. (Packit team is happy to help!)
@nforro nforro added kind/bug Something isn't working. complexity/single-task Regular task, should be done within days. gain/high This brings a lot of value to (not strictly a lot of) users. impact/low This issue impacts only a few users. area/rhel-ecosystem RHEL & CentOS stream labels Mar 21, 2024
@nforro nforro moved this from new to priority-backlog in Packit Kanban Board Mar 21, 2024
@mfocko mfocko moved this from priority-backlog to refined in Packit Kanban Board Apr 11, 2024
@lbarcziova lbarcziova self-assigned this Apr 17, 2024
@lbarcziova lbarcziova moved this from refined to in-progress in Packit Kanban Board Apr 17, 2024
lbarcziova added a commit to lbarcziova/packit that referenced this issue Apr 17, 2024
@lbarcziova lbarcziova moved this from in-progress to in-review in Packit Kanban Board Apr 17, 2024
softwarefactory-project-zuul bot added a commit that referenced this issue Apr 17, 2024
Don't reference Upstream Release monitoring bug for CentOS

Fixes #2259
RELEASE NOTES BEGIN
We have fixed Packit auto-referencing Upstream Release Monitoring bug for release syncing to CentOS Stream.
RELEASE NOTES END

Reviewed-by: Matej Focko
@github-project-automation github-project-automation bot moved this from in-review to done in Packit Kanban Board Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rhel-ecosystem RHEL & CentOS stream complexity/single-task Regular task, should be done within days. gain/high This brings a lot of value to (not strictly a lot of) users. impact/low This issue impacts only a few users. kind/bug Something isn't working.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants