-
Notifications
You must be signed in to change notification settings - Fork 138
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
Skip python-networking-cisco from trackupstream #3755
base: master
Are you sure you want to change the base?
Conversation
The repo has been moved to opendev.org/x namespace and the current tooling no longer able to effective create an updated tarball from it. If there are customers out there still using this package, we'll need to update the tooling to be able to create tarballs from opendev.org/x repos.
@@ -105,6 +105,7 @@ | |||
"openstack-trove", | |||
"python-monasca-common", | |||
"python-monasca-statsd", | |||
"python-networking-cisco", |
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.
It's red across the board, let's just remove it from line 86 above completely?
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.
It's red across the board, let's just remove it from line 86 above completely?
That'll work too. I was following the previous pattern of skipping the vmware packages. But if the package is no longer needed, we can remove it altogether.
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.
As of now https://opendev.org/x/networking-cisco/commits/branch/master didn't have any commit since the 7.0.0 release we ship, except the Opendev migration. https://pypi.org/project/networking-cisco/ is the same. The package is not present in rpm-packaging. The _service file doesn't contain anything that will make it automatically update. The job is now green, but it will AFAIK never do anything.
Yes, removal from this job makes more sense.
@@ -105,6 +105,7 @@ | |||
"openstack-trove", | |||
"python-monasca-common", | |||
"python-monasca-statsd", | |||
"python-networking-cisco", |
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.
As of now https://opendev.org/x/networking-cisco/commits/branch/master didn't have any commit since the 7.0.0 release we ship, except the Opendev migration. https://pypi.org/project/networking-cisco/ is the same. The package is not present in rpm-packaging. The _service file doesn't contain anything that will make it automatically update. The job is now green, but it will AFAIK never do anything.
Yes, removal from this job makes more sense.
The repo has been moved to opendev.org/x namespace and the current
tooling no longer able to effective create an updated tarball from it.
If there are customers out there still using this package, we'll need
to update the tooling to be able to create tarballs from
opendev.org/x repos.