robur-coop / builder-web

Mirror of https://git.robur.coop/robur/builder-web/
https://git.robur.coop/robur/builder-web/
ISC License
10 stars 1 forks source link

Update to tar 3.0.0 #3

Closed reynir closed 2 months ago

reynir commented 2 months ago

Also embed a comment in the archive what software produced it. This is somewhat unnecessary and I am happy to remove it again.

When I tested it the file command said an incorrect last modified date:

$ file all.tar.gz
all.tar.gz: gzip compressed data, last modified: Sun Apr 21 18:48:02 2013, max compression, from Unix, original size modulo 2^32 11916288

On the other hand if I run:

$ gunzip -lvv all.tar.gz 
method  crc     date  time           compressed        uncompressed  ratio uncompressed_name
defla c374dcaa Aug 14 16:20            11924344            11916288  -0.1% all.tar

which is the time I downloaded the file.

I am very confused why it's not 2022-03-18 11:45:38Z as that was when the build finished.

hannesm commented 2 months ago

I don't know why the timestamp is bad, we may want to investigate (later?). The changes look fine to me, feel free to merge :)