summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-cdrom
Commit message (Collapse)AuthorAgeFilesLines
* msgstr with elipses need three dotsDavid Kalnischkies2014-03-131-2/+2
| | | | | fixes some messages and their translation so that all of them have three dots for messages with an elipse. Many translations already had this.
* enable mount support for apt-cdrom in the testsDavid Kalnischkies2014-03-131-37/+41
| | | | Git-Dch: Ignore
* simplify apt-cdrom testcodeDavid Kalnischkies2014-03-131-16/+16
| | | | Git-Dch: Ignore
* configurable compression for testcasesDavid Kalnischkies2013-08-281-4/+1
| | | | | | | | Compressing files in 4 different styles eats test-time for no practical gain if we don't test them explicitly, so default to just building 'gz' compressed files as it is the simplest compression algorithm supported Git-Dch: Ignore
* add chronic-like testsuccess/testfailure helpersDavid Kalnischkies2013-08-121-1/+1
| | | | | | | | | | For many commands the output isn't stable (like then dpkg is called) but the exitcode is, so this helper enhances the common && msgpass || msgfail by generating automatically a msgtest and showing the output of the command in case of failure instead of discarding it unconditionally, the later being chronic-like behaviour Git-Dch: Ignore
* ensure state-dir exists before coyping cdrom filesDavid Kalnischkies2013-06-091-1/+1
| | | | | | We do the same in the acquire system which handles the 'normal' downloads, so do it here as well even though its unlikely anyone will ever notice (beside testcases of course …)
* tests: trap-adding can be post- as well as prefixDavid Kalnischkies2013-06-091-1/+1
| | | | | | | | | For testcases it might sometimes be handy to add trap-actions before the general cleanup, e.g. if it has set directories read- only which rm doesn't want to remove even with --force applied (its fine with files though) Git-Dch: Ignore
* * apt-pkg/deb/debindexfile.cc,David Kalnischkies2013-03-181-0/+2
| | | | | | | | | | | 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
* * apt-pkg/cdrom.cc:David Kalnischkies2012-09-031-0/+104
- 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")