summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-update-transactions
Commit message (Collapse)AuthorAgeFilesLines
* aborted reverify restores file owner and permissionDavid Kalnischkies2014-10-201-8/+57
| | | | | | | | | | If we get an IMS hit for an InRelease file we use the file we already have and pass it into reverification, but this changes the permissions and on abort of the transaction they weren't switched back. This is now done, additionally, every file in partial which hasn't failed gets permission and owner changed for root access as well, as it is very well possible that the next invocation will (re)use these files.
* Download Release first, then Release.gpgMichael Vogt2014-07-211-0/+1
| | | | | | | 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.
* add pkgAcquire::TransactionHasError()Michael Vogt2014-07-211-0/+23