MariaDB: remove short-term releases
This commit is contained in:
parent
c2db06aef7
commit
50b9181a49
3 changed files with 0 additions and 45 deletions
|
|
@ -1,15 +0,0 @@
|
|||
<?php
|
||||
|
||||
class MariaDB107 extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('MariaDB Foundation', 'MariaDB', 'https://mariadb.org/download/');
|
||||
$this->patch->setBranch('10.7');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch_json('https://downloads.mariadb.org/rest-api/mariadb/10.7/'))
|
||||
return $this->parse_json('release_id');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<?php
|
||||
|
||||
class MariaDB108 extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('MariaDB Foundation', 'MariaDB', 'https://mariadb.org/download/');
|
||||
$this->patch->setBranch('10.8');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch_json('https://downloads.mariadb.org/rest-api/mariadb/10.8/'))
|
||||
return $this->parse_json('release_id');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<?php
|
||||
|
||||
class MariaDB109 extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('MariaDB Foundation', 'MariaDB', 'https://mariadb.org/download/');
|
||||
$this->patch->setBranch('10.9');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch_json('https://downloads.mariadb.org/rest-api/mariadb/10.9/'))
|
||||
return $this->parse_json('release_id');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue