-
Notifications
You must be signed in to change notification settings - Fork 25
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
Reducing warnings in rpm build #200
Comments
ping @bdunne looks like you just put in the highline PR for this. (I have not looked at this in a while) |
From master build today:
|
Oauth gem requires some investigation. Those files are not executable in git, so it must be happening during gem build or something. |
… removing executable bit Found in ManageIQ/manageiq-rpm_build#200
Check the version number maybe? It's possibly already fixed in master. |
Yeah, I checked that tag |
HighLine has a new release https://rubygems.org/gems/highline/versions/2.1.0 and it includes @bdunne 's PR (JEG2/highline#250) that fixes file permissions. |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
This issue has been automatically closed because it has not been updated for at least 3 months. Feel free to reopen this issue if this issue is still valid. Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
we probably need to add a new list of warnings and tackle those. (warning seem to creep into scripts over time) |
Update from https://github.com/ManageIQ/manageiq-rpm_build/actions/runs/5502656459/jobs/10027151178
|
Hopefully we can have this changed a bit
|
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
Update from a local build oc master today:
|
|
I pulled down version_gem itself from rubygems.org and they are defiinitely executable 😕 EDIT: I figured it out - sending up a PR |
https://gitlab.com/oauth-xx/version_gem/-/merge_requests/2 was merged and released as 1.1.4 |
building rpms are generating quite a few warnings
we are using a 1.6.x version of highline.
1.7.x version (2015-2017) is not accepting patches (let alone 1.6)
2.0.x (2018-2019) is current but not updated recently
only dependency of appliance console. and we use minimal interface into there. should not be hard to upgrade to 2.0.x
faker update faker manageiq#21433
ibm cloud remove exec bit from report yml files manageiq-providers-ibm_cloud#281
fog openstack examples/image/upload-test-image.rb is executable but has no shebang, removing executable bit fog/fog-openstack#524
fog google remove exec bit from non_scripts fog/fog-google#547
using openstack 0.3.10 (2019) and current is 1.0.x (2018-2020)
using google 1.15(current)
as far as I can tell, gems are used/referenced in one place
to categorize:
The text was updated successfully, but these errors were encountered: