release: gz doesn't preserve permissions use tar.gz

And fix various other issues with release script.
This commit is contained in:
Harshavardhana
2016-03-21 15:47:43 -07:00
parent 1502e2f29f
commit 59ee5a547c
3 changed files with 27 additions and 14 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ func getReleaseUpdate(updateURL string, noError bool) updateMessage {
downloadURL = newUpdateURLPrefix + "/minio.zip"
default:
// For all other operating systems.
downloadURL = newUpdateURLPrefix + "/minio.gz"
downloadURL = newUpdateURLPrefix + "/minio.tgz"
}
// Initialize update message.