]> git.saurik.com Git - apt.git/commit
call URIStart in cdrom and file method
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 15 Jun 2015 11:36:11 +0000 (13:36 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 15 Jun 2015 21:35:54 +0000 (23:35 +0200)
commitff86d7df6a53ff6283de4b9a858c1dad98ed887f
treea9161396f07dfc4020967f2e51447872584db22f
parent08ea7806458de0995414eaae852e0a5985875642
call URIStart in cdrom and file method

All other methods call it, so they should follow along even if the work
they do afterwards is hardly breathtaking and usually results in a
URIDone pretty soon, but the acquire system tells the individual item
about this via a virtual method call, so even through none of our
existing items contains any critical code in these, maybe one day they
might. Consistency at least onceā€¦

Which is also why this has a good sideeffect: file: and cdrom: requests
appear now in the 'apt-get update' output. Finally - it never made sense
to hide them for me. Okay, I guess it made before the new hit behavior,
but now that you can actually see the difference in an update it makes
sense to see if a file: repository changed or not as well.
apt-pkg/acquire-item.cc
apt-pkg/acquire-worker.cc
methods/cdrom.cc
methods/file.cc
test/integration/test-apt-cdrom
test/integration/test-apt-get-update-unauth-warning
test/integration/test-apt-progress-fd
test/integration/test-bug-595691-empty-and-broken-archive-files
test/integration/test-bug-596498-trusted-unsigned-repo