summaryrefslogtreecommitdiffstats
path: root/devel/management
AgeCommit message (Expand)AuthorFilesLines
2012-03-16reporead: rename Pkg to RepoPackageDan McGee1-3/+4
2012-02-22import_signatures: code cleanup and ensure we update validity statusDan McGee1-10/+29
2012-02-12reporead: only reset flag date if upstream version changesDan McGee1-1/+7
2012-02-07Make rematch command do a bit moreDan McGee1-7/+40
2012-01-19reporead: simplify and fix transaction management in update_common()Dan McGee1-15/+16
2011-12-12reporead: more efficient deletion of filesDan McGee1-1/+9
2011-12-12PyLint suggested cleanupsDan McGee1-1/+1
2011-12-06Add a stub admin command to help fix permissions/content typesDan McGee1-0/+25
2011-12-06Add import signatures management commandDan McGee1-0/+104
2011-12-03reporead: don't update timestamp on --forceDan McGee1-1/+1
2011-12-03reporead: fix --force flagDan McGee1-5/+4
2011-12-01reporead: fix not defined variableDan McGee1-0/+2
2011-11-30Allow generation of an ownertrust fileDan McGee1-3/+26
2011-11-30Integrate master key into rest of siteDan McGee1-0/+4
2011-11-30reporead: split out filesonly update methodDan McGee1-75/+95
2011-11-30reporead: fix filesonly needs update checksDan McGee1-3/+5
2011-11-17reporead: don't trim pkgdesc lengthDan McGee1-3/+3
2011-11-17Ensure reporead is protected against simultaneous runsDan McGee1-100/+106
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: a few small tweaksDan McGee1-3/+4
2011-11-16reporead: clean up some debug loggingDan McGee1-3/+5
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
2011-11-16Improve primary arch validationDan McGee1-7/+14
2011-11-01Really ensure we don't catch any NULL or blank valuesDan McGee1-4/+4
2011-10-26Ensure PGP signature values are not trimmedDan McGee1-1/+5
2011-10-22Add a generate_keyring commandDan McGee2-1/+60
2011-08-17Add PGP signature package fieldDan McGee1-0/+1
2011-08-16Add two new DB fields to reporeadDan McGee1-1/+1
2011-06-24Add a rematch_packager management commandDan McGee1-0/+64
2011-06-24Turn find_user into UserFinder classDan McGee1-2/+4
2011-06-24Move find_user method to devel utilsDan McGee1-50/+1
2011-06-15reporead: small memory/perf improvementsDan McGee1-3/+5
2011-06-15reporead: two small cleanupsDan McGee1-15/+17
2011-06-10Fix busted batch score on package removalDan McGee1-1/+1
2011-06-10reporead: allow batching of package updatesDan McGee1-9/+49
2011-06-09Management command cleanupDan McGee1-22/+5
2011-04-08Use UTC datetime objects everywhereDan McGee1-3/+3
2011-03-24Add provides to collections listDan McGee1-1/+1
2011-03-24reporead: remove the need for hasattr() checksDan McGee1-24/+27
2011-03-24Clear out package relation sets before adding new valuesDan McGee1-0/+3
2011-03-23reporead: read in provisions, conflicts, and replacementsDan McGee1-3/+42
2011-03-23Remove need to import each individual logger constantDan McGee1-6/+4
2011-03-23reporead: refactor multivalued attribute creationDan McGee1-9/+13
2011-03-23Don't bail on staging repo being short on packagesDan McGee1-1/+1
2011-03-16Various reporead small cleanupsDan McGee1-24/+29
2011-03-13Add package epoch supportDan McGee1-8/+16
2011-02-27reporead: small cleanupsDan McGee1-6/+2