summaryrefslogtreecommitdiffstats
path: root/devel/management/commands/reporead_inotify.py
AgeCommit message (Expand)AuthorFilesLines
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee1-1/+1
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee1-1/+1
2012-09-30Begin importing staging reposrelease_2012-09-30Dan McGee1-1/+1
2012-09-25Only watch non-staging repos in inotify reporeadDan McGee1-1/+1
2012-09-20chmod -x reporead_inotify.pyDan McGee1-0/+0
2011-11-17reporead_inotify: nice the spawned subprocessesDan McGee1-4/+9
2011-11-16reporead_inotify: close connection once we are done with itDan McGee1-0/+6
2011-11-16reporead_inotify: spin up read_repo() in separate threadDan McGee1-2/+9
2011-11-15reporead_inotify: cancel threads that haven't started yet on shutdownDan McGee1-0/+5
2011-11-15Add new reporead_inotify management commandDan McGee1-0/+188