Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-20 | check lists/ content in tests doing rollback | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-10-20 | autorun permission tests for all apt-get update calls | David Kalnischkies | |
Adds some infrastructure to run tests automatically for certain commands. The first command being 'apt-get update' (and 'apt update') which check for correct permission and owner of the files in lists/. Git-Dch: Ignore | |||
2014-10-20 | aborted reverify restores file owner and permission | David Kalnischkies | |
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. | |||
2014-07-21 | Download Release first, then Release.gpg | Michael Vogt | |
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. | |||
2014-07-21 | add pkgAcquire::TransactionHasError() | Michael Vogt | |