Use tarsum dev version to fix mtime issue
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
bcc0a343bb
commit
3e4fd00544
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ func (s *TagStore) CmdManifest(job *engine.Job) engine.Status {
|
|||
return job.Error(err)
|
||||
}
|
||||
|
||||
tarSum, err := tarsum.NewTarSum(archive, true, tarsum.Version0)
|
||||
tarSum, err := tarsum.NewTarSum(archive, true, tarsum.VersionDev)
|
||||
if err != nil {
|
||||
return job.Error(err)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue