Explorar el Código

Use tarsum dev version to fix mtime issue

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
Derek McGowan hace 10 años
padre
commit
3e4fd00544
Se han modificado 1 ficheros con 1 adiciones y 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)
 		}