]> git.saurik.com Git - apt.git/commit
move permission changing from -item to -worker
authorDavid Kalnischkies <david@kalnischkies.de>
Sun, 26 Oct 2014 17:47:01 +0000 (18:47 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 26 Oct 2014 17:47:01 +0000 (18:47 +0100)
commit359e1c4f1f8880b62b430f46680df14f94664906
treecd88e5c4673f41249b55b084262d8f1c26f5709e
parente52aad5208281837f13018363118ff73aaaabf45
move permission changing from -item to -worker

The worker is the part closest to the methods, which will call the item
methods according to what it gets back from the methods, it is therefore
a better place to change permissions as it is very central and can do it
now at the point the item is assigned to a method rather than then it is
queued for download (and as before while dequeued via Done/Failure).

Git-Dch: Ignore
apt-pkg/acquire-item.cc
apt-pkg/acquire-worker.cc