summaryrefslogtreecommitdiffstats
path: root/gitautodeploy/lock.py
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility with older versions of lockfile moduleOliver Poignant2016-06-131-1/+7
|
* Import AlreadyLocked in method insteadOliver Poignant2016-06-131-1/+2
|
* AlreadyLocked imported in lock.py lockfilerodolpho.pivetta2016-06-131-1/+1
|
* Windows does not support all of *nix's signals, so check before...Vlad Ionescu2016-05-251-20/+15
| | | | | | | | Relying on them. The Python documentation mentions which signals are supported (emulated, really) on Windows. "On Windows, signal() can only be called with SIGABRT, SIGFPE, SIGILL, SIGINT, SIGSEGV, or SIGTERM. A ValueError will be raised in any other case." From https://docs.python.org/3/library/signal.html#signal.signal
* Changing log levels and cleaning up console outputOliver Poignant2016-05-121-3/+3
|
* Moved files around into new project structureOliver Poignant2016-03-061-0/+52