-
Notifications
You must be signed in to change notification settings - Fork 182
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
There is no way to tell pkg_tar to not change mtime of the packaged files. #265
Labels
P2
An issue that should be worked on when time is available
Comments
Strawman proposal:
Or maybe it just does the virtual unfurl with ability to preserve mtimes and then pkg_files will to do the rest. |
I'm sorry, what is |
Sorry. That was more a note to @nacl and myself about implementation.
Right now pkgtar can take a .tar as input and expand it to the constituent
files. That behavior is special case to pkg_tar. I won't spend my time
adding features to that. Instead, I want to create a rule that takes a tar
as input and returns a provider representing that expansion and let all the
rules work with that
…On Thu, May 6, 2021, 10:02 PM Konstantin Erman ***@***.***> wrote:
I'm sorry, what is auto-unfurl tarballs? You do what with what?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#265 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXHHHCFMMWKSUEAGJZYF2DTMNCZPANCNFSM4U63Q45A>
.
|
Ah, I see. It makes sense now. |
Note from eng meeting. This is probably a dup of the pkg_expand issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When pkg_tar
mtime
attribute is not set (or set to its default value -1) I expected the packaged files to retain their original mtime within the archive. Unfortunately it looks like their mtime is set to Jan 1st 1970 (or Jan 1st 2000 depending onportable_mtime
attribute). I could not find a way to makepkg_tar
to preserve the files mtime.The text was updated successfully, but these errors were encountered: