diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-07-21 11:19:37 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-07-21 16:29:51 +0200 |
commit | 2737f28a1cb2d03c66d2a7edd04215566903dbf1 (patch) | |
tree | e445e5408c4895b977ea8d7659767a0cc1f12038 /test/integration/test-apt-update-transactions | |
parent | 47aca3cfc17ee23c37693b4e53c675a74b38decd (diff) |
Download Release first, then Release.gpg
The old way of handling this was that pkgAcqMetaIndex was responsible
to check/move both Release and Release.gpg in place. This breaks
the assumption of the transaction that each pkgAcquire::Item has
a single File that its responsible for.
Diffstat (limited to 'test/integration/test-apt-update-transactions')
-rwxr-xr-x | test/integration/test-apt-update-transactions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/test-apt-update-transactions b/test/integration/test-apt-update-transactions index ee8d20dbf..247334991 100755 --- a/test/integration/test-apt-update-transactions +++ b/test/integration/test-apt-update-transactions @@ -21,3 +21,4 @@ compressfile aptarchive/dists/unstable/main/binary-i386/Packages '+1hour' # ensure that a update will only succeed entirely or not at all testfailure aptget update testequal "partial" ls rootdir/var/lib/apt/lists + |