-
Notifications
You must be signed in to change notification settings - Fork 52
Packit service generated version make tar fail #192
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
Comments
This seems like a similar issue as with the archive generation in anaconda. The problem is that openshift pod is running as a big UID (1021440000) which makes tar break. I'd suggest pax tar format ( |
I was thinking if it is not related. Thanks for that! In that case, feel free to close this issue because as I mentioned in the description I'm switching the release process to setup.py instead. |
We agreed with @TomasTomecek that we should at least document this behaviour. |
This issue has been marked as stale because it hasn't seen any Stale issues are closed after 14 days, unless the label is removed This is done in order to ensure that open issues are still relevant. Thank you for your contribution! 🦄 🚀 🤖 (Note: issues labeled with pinned or EPIC are |
This issue has been marked as stale because it hasn't seen any Stale issues are closed after 14 days, unless the label is removed This is done in order to ensure that open issues are still relevant. Thank you for your contribution! 🦄 🚀 🤖 (Note: issues labeled with pinned or EPIC are |
This issue has been marked as stale because it hasn't seen any Stale issues are closed after 14 days, unless the label is removed This is done in order to ensure that open issues are still relevant. Thank you for your contribution! 🦄 🚀 🤖 (Note: issues labeled with pinned or EPIC are |
* created a more tree-like structure of the headings * updated some of the content to be more clear * added an info about the environment where actions are invoked and provided a resolution for the `tar` UID problem Resolves: packit#192 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
Hello,
I've found this issue when I was adding Packit support to one of our projects. Seems that tar has an issue with generated number for the package version from Packit.
https://prod.packit.dev/srpm-build/9864/logs
From my understanding tar archive couldn't be modified because of name but it's possible that I understand it wrong. It's not happening when the SRPM archive is created locally.
https://github.com/rhinstaller/initial-setup/blob/2ebb4ba4c2493d4a5fc8b61e9e872044ef383169/Makefile#L71
Not a priority issue for us. Instead of fixing this I'm changing how the project is packaged but it could be a valid issue for another project.
The text was updated successfully, but these errors were encountered: