aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mirror-checker.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Comment tweak.onefang2019-06-261-1/+1
|
* Add a check for non existing repos.onefang2019-06-261-0/+15
|
* More fixes of the logging.onefang2019-06-251-5/+9
| | | | | | | | Typo-- Use the base host name for the log file name, not the host/path. Actually check the open file return code. Close the log file at the end, though not really needed, coz Lua will close it at GC time.
* Modify printTable to look more like an actual table definition.onefang2019-06-251-8/+9
|
* Make logging work.onefang2019-06-251-8/+8
| | | | I really should test things better before comitting them
* Downgrade the version number, it's not even alpha yet.onefang2019-06-251-1/+1
| | | | | I'll need to actually output emails and web pages to get to alpha. Probaly should write the rest of the documentation to.
* Add the actual source code, and the basic documentation.onefang2019-06-251-0/+420
Still need to write the help output.