]> git.saurik.com Git - apt.git/commit
run acquire transactions only once
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 18 Oct 2014 15:21:45 +0000 (17:21 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 20 Oct 2014 08:37:46 +0000 (10:37 +0200)
commit12796fa241ad6b0e8ccd1025a3723e18324e17b0
tree9633434d2ed769cb84b64bff71b6ec2c46249155
parent3253294308f43ac179b43f32a842fc4029ec2041
run acquire transactions only once

Transactions are run and completed from multiple places, so it happens
for unsigned repos that the Release file was commited even if it was
previously aborted (due to --no-allow-insecure-repositories). The reason
is simply that the "failure" of getting an InRelease/Release.gpg is
currently ignored, so that the acquire process believes that nothing bad
happened and commits the transaction even though the same transaction
was previously aborted.
apt-pkg/acquire-item.cc