summaryrefslogtreecommitdiff
path: root/test/integration/test-release-candidate-switching
Commit message (Collapse)AuthorAgeFilesLines
* * cmdline/apt-get.cc:David Kalnischkies2011-05-171-1/+1
| | | | - do not discard the error messages from the resolver and instead only show the general 'Broken packages' message if nothing else
* * apt-pkg/cacheiterator.h:David Kalnischkies2011-03-251-15/+15
| | | | | | - return "all" instead of native architecture without breaking the abi (too much) by extending enum instead of using bitflags (LP: #733741) With the next abi break that enum should be a char bitflag instead
* Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies2011-03-081-15/+15
| | | | | | | | | Multi-Arch; instead, Arch: all packages only satisfy dependencies for the native arch, except where the Arch: all package is declared Multi-Arch: foreign. (Closes: #613584) This has the sideeffect that arch:all packages internally show up as coming from the native arch - so packages with the architecture "all" doesn't exist any longer in the pkgcache
* test/integration/: remove a bunch of "local" statements from the ↵Michael Vogt2011-02-151-1/+1
| | | | shellscript, keep tests running even on failure but log failures
* really do not show packages in the extra section if they wereDavid Kalnischkies2010-12-031-16/+0
| | | requested on the commandline, e.g. with a modifier
* * apt-pkg/depcache.cc:David Kalnischkies2010-12-031-0/+435
- add SetCandidateRelease() to set a candidate version and the candidates of dependencies if needed to a specified release (Closes: #572709) - change pkg/release behavior to use the new SetCandidateRelease so installing packages from experimental or backports is easier