summaryrefslogtreecommitdiffstats
path: root/devel/management/commands/reporead_inotify.py
AgeCommit message (Expand)AuthorFilesLines
2013-11-07Django 1.6 upgrade, deprecation cleanupDan McGee1-1/+1
2013-05-12Fix reporead issue with temporary database filesDan McGee1-3/+4
2013-01-16Handle connection and transaction more properly in reporeadDan McGee1-6/+9
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 reposDan McGee1-1/+1
2012-09-26Only 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-16reporead_inotify: cancel threads that haven't started yet on shutdownDan McGee1-0/+5
2011-11-16Add new reporead_inotify management commandDan McGee1-0/+188