summaryrefslogtreecommitdiffstats
path: root/main/migrations/0033_mark_any_agnostic.py
AgeCommit message (Collapse)AuthorFilesLines
2012-03-08Tabs to spaces conversionDan McGee1-2/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-08Add metadata to Arch tableDan McGee1-0/+150
Add a column flagging whether this architecture is agnostic (e.g. 'any') or not. This will remove the hardcoded name checks we have all over the place and replace it with a boolean. Signed-off-by: Dan McGee <dan@archlinux.org>