Explorar o código

Use tarsum dev version to fix mtime issue

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
Derek McGowan %!s(int64=10) %!d(string=hai) anos
pai
achega
3e4fd00544
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      graph/manifest.go

+ 1 - 1
graph/manifest.go

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