Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-30 | merged from the debian-sid branch | Michael Vogt | |
2013-04-02 | merged lp:~mvo/apt/fix-inrelease5 | Michael Vogt | |
2013-03-18 | * apt-pkg/deb/debindexfile.cc, | David Kalnischkies | |
apt-pkg/deb/deblistparser.cc: - use OpenMaybeClearSignedFile to be free from detecting and skipping clearsigning metadata in dsc and Release files We can't write a "clean" file to disk as not all acquire methods copy Release files before checking them (e.g. cdrom), so this reverts recombining, but uses the method we use for dsc files also in the two places we deal with Release files | |||
2013-03-18 | - add method to open (maybe) clearsigned files transparently | David Kalnischkies | |
* ftparchive/writer.cc: - use OpenMaybeClearSignedFile to be free from detecting and skipping clearsigning metadata in dsc files | |||
2013-03-18 | test/integration/framework: use EXIT_CODE to be consistent with the ↵ | Michael Vogt | |
run-tests code | |||
2013-03-18 | report failures via exit and ensure we don't overflow | Michael Vogt | |
2013-03-18 | * test/integration/framework: | Michael Vogt | |
- continue after test failure but preserve exit status | |||
2012-11-01 | merged from the debian-sid branch | Michael Vogt | |
2012-09-09 | handle packages without a mandatory architecture (debian-policy §5.3) | David Kalnischkies | |
by introducing a pseudo-architecture 'none' so that the small group of users with these packages can get right of them without introducing too much hassle for other users (Closes: #686346) | |||
2012-09-04 | merged sftp://bzr.debian.org/bzr/apt/apt/debian-sid | Michael Vogt | |
2012-09-04 | merged from lp:~donkult/apt/experimental | Michael Vogt | |
2012-09-04 | merged from lp:~donkult/apt/experimental | Michael Vogt | |
2012-09-03 | * apt-pkg/cdrom.cc: | David Kalnischkies | |
- copy only configured translation files from a CD-ROM and not all available translation files preventing new installs with d-i from being initialized with all translations (Closes: #678227) - handle Components in the reduction for the source.list as multi-arch CDs otherwise create duplicated source entries (e.g. "wheezy main main") | |||
2012-08-30 | * apt-pkg/packagemanager.cc: | David Kalnischkies | |
- unpack versions in case a different version from the package is currently in unpack state to recover from broken system states (like different file in M-A:same package and other dpkg errors) | |||
2012-07-11 | do not hardcode /dev/null in changetowebserver so it can be changed | David Kalnischkies | |
for debugging easily | |||
2012-07-10 | improve test some more | Michael Vogt | |
2012-07-10 | cleanup, thanks to donkult for his feedback | Michael Vogt | |
2012-07-10 | add failing regression test for bug #346386 | Michael Vogt | |
2012-07-09 | start implementing an extremely simple webserver for testing APT | David Kalnischkies | |
2012-07-04 | * cmdline/apt-mark.cc: | David Kalnischkies | |
- arch:all packages are treated as arch:native packages, but dpkg expects pkg:all for selections, so use the arch of the installed version instead of the package structure if possible. Thanks to Stepan Golosunov for the report! (Closes: #680041) | |||
2012-06-14 | add two tests for architecture specifications | David Kalnischkies | |
2012-06-11 | check build-dep candidate if install is forbidden | David Kalnischkies | |
2012-05-10 | add a small wrapper to call gdb in the framework setting | David Kalnischkies | |
2012-04-17 | ensure that not --assert-multi-arch supporting dpkg's do not generate | David Kalnischkies | |
output in the testcases by redirecting to /dev/null | |||
2012-04-11 | use xz-utils in the testcases instead of lzma and ensure that we really | David Kalnischkies | |
ignore the presents (or absence) of lzma if we decided to use xz | |||
2012-03-20 | update the versionnumber of the faked dpkg in the testcases for multiarch | David Kalnischkies | |
and add a comment about the need of this number | |||
2012-03-03 | allow msgtest to be used with only one parameter | David Kalnischkies | |
2012-02-18 | * apt-pkg/acquire-item.cc: | David Kalnischkies | |
- drop support for i18n/Index file (introduced in 0.8.11) and use the Release file instead to get the Translations (Closes: #649314) * ftparchive/writer.cc: - add 'Translation-*' to the default patterns i18n/Index was never used outside debian - and even here it isn't used consistently as only 'main' has such a file. As the Release file now includes the Translation-* files we therefore drop support for i18n/Index. A version supporting it was never part of a debian release and still supporting it would mean that we get 99% of the time a 404 as response to the request anyway and confuse archive maintainers who want to provide all files APT tries to acquire. | |||
2012-02-11 | fix the hold-testcase as it has problems with 'foreign' operations | David Kalnischkies | |
2012-02-10 | Fix the testcases to work with and configure dpkg correctly in a | David Kalnischkies | |
multi-arch environment It's not a complete and the "fixed" test is fixed more like a hack as we have communication problems with dpkg if dpkg and APT disagree on the interpretation of the native architecture, see also: http://lists.debian.org/debian-dpkg/2012/02/msg00051.html | |||
2012-01-19 | * apt-pkg/cacheiterators.h: | David Kalnischkies | |
- return the correct version arch for all+foreign, too The flag is interpreted at a few other places in different styles so this commit ensures that the flag check is consistent everywhere (checking for Same in flag style is a bit too much as it isn't used in combination with others anyway, but who knows and just for consistency) | |||
2011-11-30 | ensure that we exit instead of proceed in execution after the trap | David Kalnischkies | |
(the execution leads to hard failures anyway) | |||
2011-10-11 | run integration tests on my new amd64 box without failures | David Kalnischkies | |
2011-09-09 | fix bashism (local outside function) and releasefile creation in testcases | David Kalnischkies | |
2011-09-05 | * apt-pkg/indexrecords.cc: | David Kalnischkies | |
- fix Acquire::Max-ValidTime option by interpreting it really as seconds as specified in the manpage and not as days | |||
2011-08-17 | do not output color in the testcases if stdout/stderr are not a /dev/pts | David Kalnischkies | |
2011-08-15 | support yet another webserver in the integration tests: gatling | David Kalnischkies | |
2011-07-25 | implement MultiarchCross for build-dep and source (Closes: #632221) | David Kalnischkies | |
2011-07-16 | * apt-pkg/policy.cc: | David Kalnischkies | |
- emit an error on unknown APT::Default-Release value (Closes: #407511) | |||
2011-06-06 | add a very dumb pause method to stop test-execution | David Kalnischkies | |
2011-04-27 | support lighttpd as test webserver but still prefer weborf | David Kalnischkies | |
2011-04-21 | * cmdline/apt-mark.cc: | David Kalnischkies | |
- reimplement apt-mark in c++ | |||
2011-04-15 | add sbin directories to PATH to avoid dpkg warnings | David Kalnischkies | |
2011-04-15 | be able to set priorities for created test packages | David Kalnischkies | |
2011-03-23 | add a method to insert packages into dpkg's status file | David Kalnischkies | |
2011-03-16 | enable buildsimplenativepackage to build packages for multiple | David Kalnischkies | |
architectures in a row as it is needed for Multi-Arch:same that the shared files are the same | |||
2011-02-22 | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: | David Kalnischkies | |
- support xz compressor to create xz-compressed Indexes and be able to open data.tar.xz files * ftparchive/writer.cc: - include xz-compressed Packages and Sources files in Release file | |||
2011-02-22 | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: | David Kalnischkies | |
- support xz compressor to create xz-compressed Indexes and be able to open data.tar.xz files | |||
2011-02-14 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2011-02-10 | use apt-mark instead of hand-mangling with the extended_states file | David Kalnischkies | |