summaryrefslogtreecommitdiff
path: root/devel/management/commands/reporead.py
AgeCommit message (Expand)Author
2012-12-12Merge tag 'release_2012-04-02'Luke Shumaker
2012-12-12Merge commit '3451b4f'Luke Shumaker
2012-12-12Merge commit '822898e' (Merge branch 'django14')Luke Shumaker
2012-12-12Merge commit 'ea87160' (update)Luke Shumaker
2012-11-15Merge tag 'release_2012-02-11'Luke Shumaker
2012-11-14Merge commit '1a6554d' (update)Luke Shumaker
2012-11-14Merge tag 'release_2012-01-11'Luke Shumaker
2012-05-06Merge branch 'master' of git://parabolagnulinux.org/parabolawebParabola
2012-04-04Skip missing pkgdesParabola
2012-03-26Rename 'packagedepend_set' attribute to 'depends'Dan McGee
2012-03-23reporead: use bulk_create() for more propertiesDan McGee
2012-03-23Merge branch 'django14'Dan McGee
2012-03-23Make all datetime objects fully timezone awareDan McGee
2012-03-23reporead: use Django 1.4 bulk_create() for package filesDan McGee
2012-03-23reporead: use Django 1.4 select_for_update()Dan McGee
2012-03-23reporead: blow up when package found with wrong architectureDan McGee
2012-03-16reporead: rename Pkg to RepoPackageDan McGee
2012-02-28Merge commit '20e9a83' from ArchwebLuke Shumaker
2012-02-15Don't fail on missing descNicolás Reynolds
2012-02-11reporead: only reset flag date if upstream version changesDan McGee
2012-01-19reporead: simplify and fix transaction management in update_common()Dan McGee
2011-12-12reporead: more efficient deletion of filesDan McGee
2011-12-11PyLint suggested cleanupsDan McGee
2011-12-03reporead: don't update timestamp on --forceDan McGee
2011-12-03reporead: fix --force flagDan McGee
2011-11-30reporead: fix not defined variableDan McGee
2011-11-30reporead: split out filesonly update methodDan McGee
2011-11-30reporead: fix filesonly needs update checksDan McGee
2011-11-17reporead: don't trim pkgdesc lengthDan McGee
2011-11-17Ensure reporead is protected against simultaneous runsDan McGee
2011-11-16reporead: a few small tweaksDan McGee
2011-11-15reporead: clean up some debug loggingDan McGee
2011-11-15Improve primary arch validationDan McGee
2011-10-26Ensure PGP signature values are not trimmedDan McGee
2011-08-17Add PGP signature package fieldDan McGee
2011-08-16Add two new DB fields to reporeadDan McGee
2011-06-23Turn find_user into UserFinder classDan McGee
2011-06-23Move find_user method to devel utilsDan McGee
2011-06-14reporead: small memory/perf improvementsDan McGee
2011-06-14reporead: two small cleanupsDan McGee
2011-06-09Fix busted batch score on package removalDan McGee
2011-06-09reporead: allow batching of package updatesDan McGee
2011-06-09Management command cleanupDan McGee
2011-04-07Use UTC datetime objects everywhereDan McGee
2011-03-24Add provides to collections listrelease_2011-03-28Dan McGee
2011-03-23reporead: remove the need for hasattr() checksDan McGee
2011-03-23Clear out package relation sets before adding new valuesDan McGee
2011-03-23reporead: read in provisions, conflicts, and replacementsDan McGee
2011-03-23Remove need to import each individual logger constantDan McGee
2011-03-23reporead: refactor multivalued attribute creationDan McGee