]> git.saurik.com Git - apt.git/commit - methods/gpgv.cc
Download Release first, then Release.gpg
authorMichael Vogt <mvo@ubuntu.com>
Mon, 21 Jul 2014 09:19:37 +0000 (11:19 +0200)
committerMichael Vogt <mvo@ubuntu.com>
Mon, 21 Jul 2014 14:29:51 +0000 (16:29 +0200)
commit2737f28a1cb2d03c66d2a7edd04215566903dbf1
treee445e5408c4895b977ea8d7659767a0cc1f12038
parent47aca3cfc17ee23c37693b4e53c675a74b38decd
Download Release first, then Release.gpg

The old way of handling this was that pkgAcqMetaIndex was responsible
to check/move both Release and Release.gpg in place. This breaks
the assumption of the transaction that each pkgAcquire::Item has
a single File that its responsible for.
apt-pkg/acquire-item.cc
apt-pkg/acquire-item.h
apt-pkg/deb/debmetaindex.cc
methods/gpgv.cc
test/integration/test-apt-update-transactions