<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/test/integration/test-apt-cdrom, branch 1.0.9.5</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.0.9.5</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.0.9.5'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2014-10-15T13:56:53Z</updated>
<entry>
<title>don't cleanup cdrom files in apt-get update</title>
<updated>2014-10-15T13:56:53Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-10-15T13:56:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5afcfe2a51a9e47e95023b99bcab065d1975e950'/>
<id>urn:sha1:5afcfe2a51a9e47e95023b99bcab065d1975e950</id>
<content type='text'>
Regression from merging 801745284905e7962aa77a9f37a6b4e7fcdc19d0 and
b0f4b486e6850c5f98520ccf19da71d0ed748ae4. While fine by itself, merged
the part fixing the filename is skipped if a cdrom source is
encountered, so that our list-cleanup removes what seems to be orphaned
files.

Closes: 765458
</content>
</entry>
<entry>
<title>msgstr with elipses need three dots</title>
<updated>2014-03-13T12:58:46Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-03-10T01:54:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1166ea79889ecd6c88380f7988182647cf787f8f'/>
<id>urn:sha1:1166ea79889ecd6c88380f7988182647cf787f8f</id>
<content type='text'>
fixes some messages and their translation so that all of them have three
dots for messages with an elipse. Many translations already had this.
</content>
</entry>
<entry>
<title>enable mount support for apt-cdrom in the tests</title>
<updated>2014-03-13T12:58:45Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-03-09T23:43:21Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a0975c8d97f06ac116c5cea9a98993817ced0e86'/>
<id>urn:sha1:a0975c8d97f06ac116c5cea9a98993817ced0e86</id>
<content type='text'>
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>simplify apt-cdrom testcode</title>
<updated>2014-03-13T12:58:45Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-03-08T16:42:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1e071c30340ef6b0f8279440a9fd369f27e9b34b'/>
<id>urn:sha1:1e071c30340ef6b0f8279440a9fd369f27e9b34b</id>
<content type='text'>
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>configurable compression for testcases</title>
<updated>2013-08-27T22:24:32Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-08-27T22:24:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=276e51dd701590d187ca2999722329518af96121'/>
<id>urn:sha1:276e51dd701590d187ca2999722329518af96121</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>add chronic-like testsuccess/testfailure helpers</title>
<updated>2013-08-12T16:01:37Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-08-10T08:01:06Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=0440d936d70b1e331d49bbc32735f1b749632604'/>
<id>urn:sha1:0440d936d70b1e331d49bbc32735f1b749632604</id>
<content type='text'>
For many commands the output isn't stable (like then dpkg is called) but
the exitcode is, so this helper enhances the common &amp;&amp; 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
</content>
</entry>
<entry>
<title>ensure state-dir exists before coyping cdrom files</title>
<updated>2013-06-09T17:06:12Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-06-09T16:58:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b2ea1a47531266377abe4f12c6f21417ea96eea0'/>
<id>urn:sha1:b2ea1a47531266377abe4f12c6f21417ea96eea0</id>
<content type='text'>
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 …)
</content>
</entry>
<entry>
<title>tests: trap-adding can be post- as well as prefix</title>
<updated>2013-06-09T13:12:32Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-05-28T16:08:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8437b7d4a699c8a0bfa6c2c2bff66ffff2e36a22'/>
<id>urn:sha1:8437b7d4a699c8a0bfa6c2c2bff66ffff2e36a22</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>* apt-pkg/deb/debindexfile.cc,</title>
<updated>2013-03-18T21:57:08Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-03-18T21:57:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=233b78083f6f79730fcb5a6faeb74e2a78b6038a'/>
<id>urn:sha1:233b78083f6f79730fcb5a6faeb74e2a78b6038a</id>
<content type='text'>
  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
</content>
</entry>
<entry>
<title>* apt-pkg/cdrom.cc:</title>
<updated>2012-09-03T10:28:19Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-09-03T10:28:19Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c45233eaf6d08bb6bb6e2dbb57c90a1d52ca9a43'/>
<id>urn:sha1:c45233eaf6d08bb6bb6e2dbb57c90a1d52ca9a43</id>
<content type='text'>
  - 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")</content>
</entry>
</feed>
