added mySQL

This commit is contained in:
Tom 2021-10-04 00:04:08 -07:00
parent 8195cbb042
commit 73ff18ec67
3 changed files with 17 additions and 1 deletions

View File

@ -40,6 +40,7 @@ ubuntu: https://launchpad.net/ubuntu/+mirror/mirror.csclub.uwaterloo.ca-archive
vlc: http://download.videolan.org/pub/videolan/
manjaro
mxlinux
mxlinx-iso: this one seems out of sync on the official tracker for 134 days, which is weird
mxlinux-iso: this one seems out of sync on the official tracker for 134 days, which is weird
mysql: http://mirrors.sunsite.dk/mysql/
trisquel: https://trisquel.info/mirmon/index.html out of date website

View File

@ -219,5 +219,12 @@
"csc": "",
"upstream": "http://rsync-mxlinux.org/mirmon/index.html",
"file": ""
},
"mySQL": {
"out_of_sync_since": 1633330958,
"out_of_sync_interval": 86400,
"csc": "mysql/",
"upstream": "http://mirrors.sunsite.dk/mysql/",
"file": "last-updated.txt"
}
}

8
projects/mySQL.py Normal file
View File

@ -0,0 +1,8 @@
"""
Contains tdf class
"""
from project import Project
class mySQL(Project):
"""mySQL class"""