diff --git a/README.md b/README.md index 5143771..8b21b56 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/data.json b/data.json index 4ecfb6d..752fe96 100644 --- a/data.json +++ b/data.json @@ -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" } } \ No newline at end of file diff --git a/projects/mySQL.py b/projects/mySQL.py new file mode 100644 index 0000000..3b3fe97 --- /dev/null +++ b/projects/mySQL.py @@ -0,0 +1,8 @@ +""" +Contains tdf class +""" + +from project import Project + +class mySQL(Project): + """mySQL class"""