summaryrefslogtreecommitdiff
path: root/devel/management/commands/reporead.py
AgeCommit message (Expand)Author
2013-03-29Remove old-style build date parsingDan McGee
2013-02-09reporead: remove batched_bulk_createDan McGee
2013-01-15Handle connection and transaction more properly in reporeadDan McGee
2012-12-31Add 'created' field to packages modelDan McGee
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee
2012-10-12reporead: don't print full backtrace if unnecessaryrelease_2012-10-12Dan McGee
2012-09-20Explicitly close the database connection in reporeadDan McGee
2012-09-17Sort package list before inserting it into the databaserelease_2012-09-18Dan McGee
2012-08-08Extract parse_version function from reporead logicDan McGee
2012-08-04reporead: import make and check dependsDan McGee
2012-08-04Make adjustments for optional -> deptype conversionDan McGee
2012-07-28reporead: don't use iexact lookup on arch nameDan McGee
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee
2012-07-08Work around bulk_create limitations in sqlite3 in reporeadDan McGee
2012-07-08reporead: disable FULL synchronous writes for sqlite3Dan McGee
2012-07-05reporead: don't append slash to empty (root) directoryDan McGee
2012-07-05reporead: handle files in root directory properlyDan McGee
2012-07-05reporead: properly handle cases where last_update == files_last_updateDan McGee
2012-07-01Log package updates during reporead invocationDan McGee
2012-05-19reporead: fix copy/paste issueDan McGee
2012-05-18Switch to usage of new Depend objectDan McGee
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-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