Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aborted reverify restores file owner and permission | David Kalnischkies | 2014-10-20 | 1 | -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.gpg | Michael Vogt | 2014-07-21 | 1 | -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 Vogt | 2014-07-21 | 1 | -0/+23 |