This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete unavailable tarballs from downloads
* Tarballs for version 8.0.29 were removed from MySQL archives. To prevent test failures and users wrath, I removed them from the downloads list
- Loading branch information
1 parent
e146a80
commit 351bf00
Showing
3 changed files
with
54 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"DbdeployerVersion": "1.67.0", | ||
"Comment": "List of tarballs that became unavailable", | ||
"Tarballs": [ | ||
{ | ||
"name": "mysql-8.0.29-linux-glibc2.12-x86_64.tar.xz", | ||
"checksum": "MD5:13bb219c9ab74b3c8ea8c41c204cbef4", | ||
"OS": "Linux", | ||
"url": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.29-linux-glibc2.12-x86_64.tar.xz", | ||
"flavor": "mysql", | ||
"minimal": false, | ||
"size": 540173160, | ||
"short_version": "8.0", | ||
"version": "8.0.29", | ||
"notes": "added with version 1.64.1", | ||
"date_added": "2022-06-20 11:50", | ||
"date_removed": "2022-08-10" | ||
}, | ||
{ | ||
"name": "mysql-8.0.29-macos12-x86_64.tar.gz", | ||
"checksum": "MD5:c39041762d08775f5ac62c03b1a07f07", | ||
"OS": "Darwin", | ||
"url": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.29-macos12-x86_64.tar.gz", | ||
"flavor": "mysql", | ||
"minimal": false, | ||
"size": 176860182, | ||
"short_version": "8.0", | ||
"version": "8.0.29", | ||
"notes": "added with version 1.64.1", | ||
"date_added": "2022-06-20 11:50", | ||
"date_removed": "2022-08-10" | ||
}, | ||
{ | ||
"name": "mysql-8.0.29-linux-glibc2.17-x86_64-minimal.tar.xz", | ||
"checksum": "MD5:f01b187ac4d6961d5ac0fb380ad56d59", | ||
"OS": "Linux", | ||
"url": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.29-linux-glibc2.17-x86_64-minimal.tar.xz", | ||
"flavor": "mysql", | ||
"minimal": true, | ||
"size": 54767572, | ||
"short_version": "8.0", | ||
"version": "8.0.29", | ||
"notes": "added with version 1.66.0", | ||
"date_added": "2022-07-25 12:25", | ||
"date_removed": "2022-08-10" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters