-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
fix: deb: create subfolders and use GNU tar format #8
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8 +/- ##
==========================================
- Coverage 71.53% 65.87% -5.66%
==========================================
Files 3 4 +1
Lines 274 337 +63
==========================================
+ Hits 196 222 +26
- Misses 39 74 +35
- Partials 39 41 +2
Continue to review full report at Codecov.
|
looks great now! |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
closes #6
tl;dr: the problem was in the
data.tar.gz
, which had only the files, but not the folders themselves.I had to walk through the desired path and create the headers inside the tar file, which fixes the issue as it seems.
before that , we had:
as a bonus, I also changed the format of the headers to GNU format.
TODO:
usr/
header is added several times)