Touch tar file itself to make gz file hash stable
This commit is contained in:
parent
b0a7221dcf
commit
e6c4ea22d6
@ -521,6 +521,7 @@ after-update::
|
|||||||
print "creating tarball... #{tarball}"
|
print "creating tarball... #{tarball}"
|
||||||
if tar_create(tarball, v)
|
if tar_create(tarball, v)
|
||||||
puts $colorize.pass(" done")
|
puts $colorize.pass(" done")
|
||||||
|
File.utime(modified, modified, tarball) if modified
|
||||||
next if tarball == file
|
next if tarball == file
|
||||||
else
|
else
|
||||||
puts $colorize.fail(" failed")
|
puts $colorize.fail(" failed")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user