- Sep 12, 2020
-
-
idk authored
-
- Sep 10, 2020
-
-
idk authored
-
- Oct 02, 2015
-
-
str4d authored
-
- Feb 23, 2014
- Feb 22, 2014
-
-
kytv authored
-
- Feb 14, 2014
-
-
kytv authored
-
- Feb 13, 2014
-
-
kytv authored
Sometimes the mtn syncs hang until aborted. Well, my syncing with welterde and echelon would hang periodically until I added the same timeout support I'm adding here. In short, if Montone's action has not completed within 20 minutes, forcably kill the process. /usr/bin/timeout is a part of coreutils so most (all?) Linux distributions should have it but I don't require timeout to exist. If "timeout" can be found, it'll be used. Also, set site-updater.sh to change to the directory in which the script is located. This way one can give an absolute path in a cronjob. Both of these changes should be low risk.
-
- Dec 09, 2013
-
-
str4d authored
To use Apache mod_wsgi, change $TOUCHFILE to point to the WSGI file, and set "WSGIScriptReloading On" in the Apache config.
-
- Dec 08, 2013
-
-
str4d authored
-
- Oct 01, 2013
-
-
kytv authored
-
- Aug 31, 2013
-
-
kytv authored
- no unneccesary uses of cat - create tempfile with mktemp and cleanup with a trap - simplify regex
-
- Aug 29, 2013
-
-
str4d authored
-
- Aug 28, 2013
-
-
str4d authored
-
- Aug 14, 2013