Use tarsum dev version to fix mtime issue

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
Upstream-commit: 3e4fd005449448ab85c917a5d27ca584b260309c
Component: engine
This commit is contained in:
Derek McGowan
2014-10-09 17:32:16 -07:00
parent 321425170a
commit eaeb1f3166

View File

@ -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)
}