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

Rel v1.7.2 #74

Merged
merged 3 commits into from
May 13, 2019
Merged

Rel v1.7.2 #74

merged 3 commits into from
May 13, 2019

Conversation

mobileoverlord
Copy link
Contributor

No description provided.

On CI builds that are run as root, tar sets file ownership based on
what's stored in the tar file. This isn't needed and causes problems on
tar files with large UIDs. Here's an example error:

```
>>> python-idna 2.8 Extracting
gzip -d -c /root/.nerves/dl/python-idna/idna-2.8.tar.gz | tar --strip-components=1 -C /nerves/build/.nerves/artifacts/farmbot_system_rpi3-portable-1.7.1-farmbot.0/build/python-idna-2.8   -xf -
tar: HISTORY.rst: Cannot change ownership to uid 475842308, gid 50: Invalid argument
tar: LICENSE.rst: Cannot change ownership to uid 475842308, gid 50: Invalid argument
tar: MANIFEST.in: Cannot change ownership to uid 475842308, gid 50: Invalid argument
```
@mobileoverlord mobileoverlord merged commit 965dabb into master May 13, 2019
@mobileoverlord mobileoverlord deleted the rel-v1.7.2 branch May 13, 2019 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants