summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-618288-multiarch-same-lockstep
Commit message (Collapse)AuthorAgeFilesLines
* fix output redirection orderDavid Kalnischkies2013-08-121-1/+1
| | | | | | | First redirect output to a file, then redirect other outputs to this output, not the other way around as this will not work. Git-Dch: Ignore
* improve the testcode so that we do not depend on the order of unpackingDavid Kalnischkies2012-03-121-25/+17
| | | | of specific packages as long as the order is okay in general
* enable APT in unpack/configure ordering to handle loops as wellDavid Kalnischkies2011-09-141-1/+14
|\ | | | | | | | | as tight dependencies between immediate packages better enabling also the possibility to mark all packages as immediate (at least Closes: #353290, #540227, #559733, #621836, #639290)
* | M-A:same lockstep unpack should operate on installedDavid Kalnischkies2011-09-091-2/+2
|/ | | packages first (LP: #835625)
* * apt-pkg/packagemanager.cc:David Kalnischkies2011-05-161-0/+32
- ensure for Multi-Arch:same packages that they are unpacked in lock step even in immediate configuration (Closes: #618288)