summaryrefslogtreecommitdiffstats
path: root/mirrors/migrations/0005_populate_protocol_is_download.py
AgeCommit message (Collapse)AuthorFilesLines
2010-09-30Add is_download field to mirror protocolsDan McGee1-0/+64
This will replace all the usages of '!= rsync' and 'is ftp or http' we have in the code with one check on a boolean flag. Signed-off-by: Dan McGee <dan@archlinux.org>