Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-01 | ensure that we are building the packages in the right architecture | David Kalnischkies | |
2011-01-28 | ensure that we are building really inside of our tmp directory | David Kalnischkies | |
2011-01-25 | enable the split out of LongDescriptions per default in the testcases | David Kalnischkies | |
2011-01-21 | avoid building simple packages with debhelper to speed it up a bit | David Kalnischkies | |
2011-01-20 | ensure that tempfiles used for comparision are removed | David Kalnischkies | |
2011-01-20 | - try downloading clearsigned InRelease before trying Release.gpg | David Kalnischkies | |
* apt-pkg/deb/deblistparser.cc: - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles | |||
2011-01-16 | implement i quiet run-tests mode which prints only one line per testcase | David Kalnischkies | |
2010-12-03 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- 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 | |||
2010-11-30 | do not touch Packages and Sources in the framework if the files do | David Kalnischkies | |
not exist to not generate sources.list entries later for them | |||
2010-11-30 | Add support for providing and autocopying Sources files along the way | Andres Mejia | |
of status and Packages files with a testcase | |||
2010-11-30 | add framework code to run the installed aptitude with the current | David Kalnischkies | |
build library in the test environment | |||
2010-11-30 | $! doesn't worked on the first try somehow, now it does and its | David Kalnischkies | |
(a lot) cleaner than using this ps "magic" as this fails now and then… | |||
2010-11-30 | ensure that the build methods are used and not these on the system | David Kalnischkies | |
2010-11-30 | if the codename is "experimental" add NotAutomatic:yes by default | David Kalnischkies | |
2010-11-30 | add a way to add packages to generate a dists style environment without | David Kalnischkies | |
actually building all these packages | |||
2010-10-13 | test/integration/framework: set proper dir::state::status | Michael Vogt | |
2010-10-13 | * debian/apt.cron.daily: | Michael Vogt | |
- source /etc/default/locale (if available) so that the apt-get update cron job fetches the right translated package descriptions * fix test failure on amd64 | |||
2010-10-13 | merge fix for testrun on amd64 | Michael Vogt | |
2010-09-29 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- do not check endpointer packages instead of only those which prevented NeverAutoRemove settings from having an effect (Closes: #598452) | |||
2010-09-14 | * apt-pkg/policy.cc: | David Kalnischkies | |
- support 100-pinning in Release file with ButAutomaticUpgrades as requested by the backports crew (Closes: #596097) * apt-pkg/deb/deblistparser.cc: - overrule NotAutomatic in case of ButAutomaticUpgrades | |||
2010-09-04 | * cmdline/apt-key: | David Kalnischkies | |
- support also Dir::Etc::Trusted so that apt-key works in the same way as the library part which works with the trusted files | |||
2010-09-02 | do the right thing(TM) even if the (unfinished) testcase is named | David Kalnischkies | |
skip-* instead of test-* to avoid calling him with run-tests | |||
2010-09-02 | show only the basename of the running test | David Kalnischkies | |
2010-09-02 | set the quiet value for apt-cache so the tests will actually see | David Kalnischkies | |
the notices as they will not be shown otherwise | |||
2010-09-02 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | |
- create Dir::Log if needed to support /var/log as tmpfs or similar, inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239) Easily done by moving a private method from pkgAcquire into the public area of fileutl.cc to be able to use it also in here | |||
2010-09-02 | add wrapper around dpkg to be able to use it easily in the tests | David Kalnischkies | |
2010-08-21 | * apt-pkg/acquire-item.cc: | David Kalnischkies | |
- don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work in combination with the AddFd methods of our hashclasses Add also 2 testcases: one to test pdiffs in general and one to test the handling of compressed indexes. | |||
2010-08-20 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | |
- use the InstVer instead of the CurrentVer for the autobit transfer Add also a small testcase to check the handling automatical | |||
2010-08-19 | sign the created Release files with our own dummy key "Joe Sixpack" | David Kalnischkies | |
2010-08-18 | setup the environment correctly for dpkg, too | David Kalnischkies | |
2010-08-18 | extend the magic which creates the test archive by using FileLists to | David Kalnischkies | |
ship the build packages in the correct distribution and section | |||
2010-08-18 | add proper MSGLEVEL handling by overriding methods dynamic | David Kalnischkies | |
2010-08-18 | implement the first round of automated dummy package building and | David Kalnischkies | |
archive building | |||
2010-08-14 | fix testcase framework to test correctly for virtual packages | David Kalnischkies | |
2010-08-14 | add a small script to automate the task of creating Packages and status | David Kalnischkies | |
files for tests with "real" problems | |||
2010-07-29 | remove the temporary compare files we create | David Kalnischkies | |
2010-07-29 | configure also the replacement before remove by adding Immediate flag | David Kalnischkies | |
2010-07-28 | auto-install Packages and status file of the testcase | David Kalnischkies | |
2010-07-25 | - prefer non-virtual packages in FindPreferredPkg (Closes: #590041) | David Kalnischkies | |
* test/integration/*: - add with bug#590041 testcase a small test "framework" |