Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add framework code to run the installed aptitude with the current | David Kalnischkies | 2010-11-30 | 1 | -0/+9 |
| | | | | build library in the test environment | ||||
* | add usage info for create-test-data script | David Kalnischkies | 2010-11-30 | 1 | -0/+10 |
| | |||||
* | show dependencies of essential packages which are going to remove | David Kalnischkies | 2010-11-30 | 2 | -0/+80 |
| | | | only if they cause the remove of this essential (Closes: #601961) | ||||
* | $! doesn't worked on the first try somehow, now it does and its | David Kalnischkies | 2010-11-30 | 1 | -1/+1 |
| | | | | (a lot) cleaner than using this ps "magic" as this fails now and then… | ||||
* | ensure that the build methods are used and not these on the system | David Kalnischkies | 2010-11-30 | 1 | -0/+1 |
| | |||||
* | add a very simple testcase to ensure that the action modifiers are only | David Kalnischkies | 2010-11-30 | 2 | -0/+106 |
| | | | | interpreted if a package with this name doesn't exist: e.g. g++ | ||||
* | if the codename is "experimental" add NotAutomatic:yes by default | David Kalnischkies | 2010-11-30 | 1 | -1/+6 |
| | |||||
* | add a way to add packages to generate a dists style environment without | David Kalnischkies | 2010-11-30 | 1 | -21/+49 |
| | | | | actually building all these packages | ||||
* | * apt-pkg/algorithms.cc: | David Kalnischkies | 2010-11-29 | 3 | -0/+130 |
| | | | | | - mark all installed packages first without auto installation in a dist-upgrade to prefer upgrading packages instead of installing new packages in versioned or-groups (Closes: #605394) | ||||
* | * test/integration/test-compressed-indexes, test/test-indexes.sh: | Martin Pitt | 2010-11-15 | 2 | -0/+2 |
| | | | | | - Explicitly disable compressed indexes at the start. This ensures that we will actually test uncompressed indexes regardless of the internal default value of Acquire::GzipIndexes. | ||||
* | * apt-pkg/depcache.cc: | David Kalnischkies | 2010-11-10 | 3 | -0/+117 |
| | | | | - don't install previously not installed providers in a try to statisfy a "Breaks: provides" dependency by upgrade | ||||
* | evaluate Acquire::Languages= before LANG= (Closes: #602573) | David Kalnischkies | 2010-11-09 | 1 | -0/+18 |
| | |||||
* | * apt-pkg/orderlist.cc: | David Kalnischkies | 2010-11-06 | 1 | -2/+2 |
| | | | | - try fixing before removing even if the fix is hidden in a provides, hidden in the #590438 testcase | ||||
* | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | 2010-11-06 | 1 | -0/+6 |
| | | | - respect the none-force even in LANG=C (Closes: #602573) | ||||
* | * apt-pkg/pkgcache.cc: | David Kalnischkies | 2010-10-26 | 1 | -0/+91 |
| | | | - fallback always to a suitable description (Closes: #601016) | ||||
* | dpkg doesn't like underscores in versions anymore (=it fails) so our | David Kalnischkies | 2010-10-22 | 2 | -2/+1 |
| | | | | behaviour can be undefined… (or at least can't be tested against dpkg) | ||||
* | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | 2010-10-21 | 1 | -51/+108 |
| | | | | | | | - Add a FileFd::FileSize() method to get the size of the underlying file and not the size of the content in the file as FileFd::Size() does - the sizes can differ since the direct gzip integration * methods/{gzip,bzip2}.cc: - use FileSize() to determine if the file is invalid (Closes: #600852) | ||||
* | add test case for having no indexes, and fix regression in that case | Martin Pitt | 2010-10-15 | 1 | -0/+8 |
| | |||||
* | test/integration/framework: set proper dir::state::status | Michael Vogt | 2010-10-13 | 1 | -0/+1 |
| | |||||
* | tests/integration/test-*: remove a bunch of "local" that are used outside ↵ | Michael Vogt | 2010-10-13 | 11 | -11/+11 |
| | | | | funtions (bash complains) | ||||
* | * debian/apt.cron.daily: | Michael Vogt | 2010-10-13 | 1 | -0/+2 |
|\ | | | | | | | | | | | - 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 | ||||
| * | merge fix for testrun on amd64 | Michael Vogt | 2010-10-13 | 1 | -0/+2 |
| | | |||||
* | | * apt-pkg/depcache.cc: | David Kalnischkies | 2010-10-02 | 3 | -0/+79 |
| | | | | | | | | - do not remove packages which the user requested for installation explicitly while satisfying other install requests (Closes: #598669) | ||||
* | | * apt-pkg/depcache.cc: | David Kalnischkies | 2010-09-29 | 2 | -8/+56 |
| | | | | | | | | - do not check endpointer packages instead of only those which prevented NeverAutoRemove settings from having an effect (Closes: #598452) | ||||
* | | fix the testcases which were broken by the new space between number and unit | David Kalnischkies | 2010-09-29 | 3 | -7/+7 |
| | | |||||
* | | merged lp:~donkult/apt/sid | Michael Vogt | 2010-09-15 | 4 | -1/+332 |
|\ \ | |||||
| * | | * apt-pkg/policy.cc: | David Kalnischkies | 2010-09-14 | 3 | -1/+241 |
| | | | | | | | | | | | | | | | | | | - 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 | ||||
| * | | add a simple testcase for the previously fixed bug 595691 to check | David Kalnischkies | 2010-09-09 | 1 | -0/+91 |
| | | | | | | | | | | | | in future that APT plays considerable well with empty archives | ||||
* | | | merged lp:~mvo/apt/conflicts-on-virtuals to better deal with | Michael Vogt | 2010-09-15 | 3 | -0/+7772 |
|\ \ \ | |/ / |/| | | conflicts/breaks against virtual packages (LP: #614993) | ||||
| * | | add regression test for ubuntu bug 614993 | Michael Vogt | 2010-09-03 | 3 | -0/+7772 |
| | | | |||||
* | | | * cmdline/apt-key: | David Kalnischkies | 2010-09-04 | 1 | -0/+1 |
| |/ |/| | | | | | - support also Dir::Etc::Trusted so that apt-key works in the same way as the library part which works with the trusted files | ||||
* | | do the right thing(TM) even if the (unfinished) testcase is named | David Kalnischkies | 2010-09-02 | 1 | -2/+2 |
| | | | | | | | | skip-* instead of test-* to avoid calling him with run-tests | ||||
* | | show only the basename of the running test | David Kalnischkies | 2010-09-02 | 1 | -3/+3 |
| | | |||||
* | | set the quiet value for apt-cache so the tests will actually see | David Kalnischkies | 2010-09-02 | 1 | -1/+1 |
| | | | | | | | | the notices as they will not be shown otherwise | ||||
* | | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | 2010-09-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | - 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 | ||||
* | | add wrapper around dpkg to be able to use it easily in the tests | David Kalnischkies | 2010-09-02 | 1 | -0/+7 |
|/ | |||||
* | * apt-pkg/contrib/configuration.cc: | David Kalnischkies | 2010-08-28 | 1 | -0/+31 |
| | | | | - fix autoremove by using correct config-option name and don't make faulty assumptions in error handling (Closes: #594689) | ||||
* | * apt-pkg/acquire-item.cc: | David Kalnischkies | 2010-08-21 | 5 | -15/+296 |
| | | | | | | | - 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. | ||||
* | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | 2010-08-20 | 2 | -7/+101 |
| | | | | | - use the InstVer instead of the CurrentVer for the autobit transfer Add also a small testcase to check the handling automatical | ||||
* | sign the created Release files with our own dummy key "Joe Sixpack" | David Kalnischkies | 2010-08-19 | 3 | -3/+12 |
| | |||||
* | setup the environment correctly for dpkg, too | David Kalnischkies | 2010-08-18 | 1 | -6/+13 |
| | |||||
* | extend the magic which creates the test archive by using FileLists to | David Kalnischkies | 2010-08-18 | 1 | -28/+91 |
| | | | | ship the build packages in the correct distribution and section | ||||
* | add proper MSGLEVEL handling by overriding methods dynamic | David Kalnischkies | 2010-08-18 | 1 | -5/+31 |
| | |||||
* | implement the first round of automated dummy package building and | David Kalnischkies | 2010-08-18 | 4 | -10/+125 |
| | | | | archive building | ||||
* | add finally my very small testcase for the conkeror problem resulting | David Kalnischkies | 2010-08-15 | 3 | -0/+3219 |
| | | | | in the FixByInstall code we currently "experiment" with | ||||
* | fix testcase framework to test correctly for virtual packages | David Kalnischkies | 2010-08-14 | 1 | -4/+4 |
| | |||||
* | add a small script to automate the task of creating Packages and status | David Kalnischkies | 2010-08-14 | 2 | -1/+38 |
| | | | | files for tests with "real" problems | ||||
* | remove the temporary compare files we create | David Kalnischkies | 2010-07-29 | 1 | -0/+3 |
| | |||||
* | configure also the replacement before remove by adding Immediate flag | David Kalnischkies | 2010-07-29 | 3 | -15/+102 |
| | |||||
* | * apt-pkg/orderlist.cc: | David Kalnischkies | 2010-07-28 | 3 | -0/+191 |
| | | | | - try to install another or-group member in DepRemove before breaking the or group (Closes: #590438) |