summaryrefslogtreecommitdiff
path: root/devel/management/commands/reporead.py
AgeCommit message (Expand)Author
2019-03-23Merge branch 'archweb-generic' into lukeshu/masterLuke Shumaker
2019-03-17Merge tag 'release_2017-05-17' into archweb-genericLuke Shumaker
2019-02-22Merge branch 'archweb-generic'Luke Shumaker
2018-07-18reporead: just set the arch to the main archparabolaweb-2018-07-18-2Luke Shumaker
2018-07-18reporead: set the phony any arches to be valid arch namesparabolaweb-2018-07-18-1Luke Shumaker
2018-07-18reporead: spoof the arch as "any (${tarch})" for arch=(any) packagesparabolaweb-2018-07-18Luke Shumaker
2017-05-02reporead: transaction.set_dirty callJelle van der Waa
2017-02-04Merge tag 'release_2017-01-02' into archweb-genericLuke Shumaker
2017-01-02reporead: Check if package exists in other repo before adoptingrelease_2017-01-02Johannes Löthberg
2017-01-01reporead: Only try to add maintainer if none existsJohannes Löthberg
2016-12-11Merge branch 'archweb' into archweb-genericLuke Shumaker
2016-11-10Fix auto-adoptionJohannes Löthberg
2016-07-31reporead: Auto-adopt new packages to packagerJohannes Löthberg
2015-08-05Merge branch 'archweb' into archweb-genericLuke Shumaker
2015-06-18Handle Django's level 3 verbosity properlyDan McGee
2013-12-22Merge tag 'release_2013-12-19' into archweb-genericLuke Shumaker
2013-12-18reporead: implement delayed parsing of files dataDan McGee
2013-12-18reporead: bring back batched_bulk_create()Dan McGee
2013-11-28Merge tag 'release_2013-11-25' into archweb-genericLuke Shumaker
2013-11-06Move signature data from base64 string to bytes typeDan McGee
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee
2013-11-06Fix parsing of depends with both epoch and descriptionDan McGee
2013-04-21Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-04-21Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-03-29Remove old-style build date parsingDan McGee
2013-03-27commands/reporead: handle null valuesLuke Shumaker
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