diff --git a/http/download.go b/http/download.go index 4530b2c2..3d8e4f32 100644 --- a/http/download.go +++ b/http/download.go @@ -327,6 +327,10 @@ func DownloadTryCompression(downloader aptly.Downloader, url string, expectedChe } if !foundChecksum { + if !ignoreMismatch { + continue + } + file, err = DownloadTemp(downloader, tryURL) } diff --git a/system/t04_mirror/UpdateMirror10Test_gold b/system/t04_mirror/UpdateMirror10Test_gold index 6c1e87e5..e6c447ec 100644 --- a/system/t04_mirror/UpdateMirror10Test_gold +++ b/system/t04_mirror/UpdateMirror10Test_gold @@ -5,11 +5,9 @@ Building download queue... Download queue: 4 items (287.73 KiB) Downloading & parsing package files... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/InRelease... -Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Packages.bz2... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Packages.gz... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Release... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Release.gpg... -Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Sources.bz2... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Sources.gz... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/amd64/ferrisloki-dev_3.0.1-1_amd64.deb... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/amd64/ferrisloki1_3.0.1-1_amd64.deb... diff --git a/system/t04_mirror/UpdateMirror3Test_gold b/system/t04_mirror/UpdateMirror3Test_gold index 87b1b576..4934fde1 100644 --- a/system/t04_mirror/UpdateMirror3Test_gold +++ b/system/t04_mirror/UpdateMirror3Test_gold @@ -1,6 +1,4 @@ Downloading ${url}dists/hardy/Release... Downloading & parsing package files... -Downloading ${url}dists/hardy/main/binary-amd64/Packages.bz2... -Downloading ${url}dists/hardy/main/binary-amd64/Packages.gz... Downloading ${url}dists/hardy/main/binary-amd64/Packages... ERROR: unable to update: ${url}dists/hardy/main/binary-amd64/Packages: sha256 hash mismatch "494414ded24da13c451b13b424928821351c78fce49f93d9e1b55f102790c206" != "8a21688ae769f2b4ffcaa366409f679d" diff --git a/system/t04_mirror/UpdateMirror5Test_gold b/system/t04_mirror/UpdateMirror5Test_gold index cfa2c961..60eb401a 100644 --- a/system/t04_mirror/UpdateMirror5Test_gold +++ b/system/t04_mirror/UpdateMirror5Test_gold @@ -1,7 +1,5 @@ Downloading ${url}dists/hardy/Release... Downloading & parsing package files... -Downloading ${url}dists/hardy/main/binary-amd64/Packages.bz2... -Downloading ${url}dists/hardy/main/binary-amd64/Packages.gz... Downloading ${url}dists/hardy/main/binary-amd64/Packages... Building download queue... Download queue: 1 items (30 B) diff --git a/system/t04_mirror/UpdateMirror7Test_gold b/system/t04_mirror/UpdateMirror7Test_gold index c904df6d..ba73e87e 100644 --- a/system/t04_mirror/UpdateMirror7Test_gold +++ b/system/t04_mirror/UpdateMirror7Test_gold @@ -4,7 +4,6 @@ Building download queue... Download queue: 6 items (292.29 KiB) Downloading & parsing package files... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/InRelease... -Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Packages.bz2... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Packages.gz... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Release... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Release.gpg... diff --git a/system/t04_mirror/UpdateMirror9Test_gold b/system/t04_mirror/UpdateMirror9Test_gold index c8f95d8d..1567852a 100644 --- a/system/t04_mirror/UpdateMirror9Test_gold +++ b/system/t04_mirror/UpdateMirror9Test_gold @@ -4,11 +4,9 @@ Building download queue... Download queue: 12 items (0.73 MiB) Downloading & parsing package files... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/InRelease... -Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Packages.bz2... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Packages.gz... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Release... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Release.gpg... -Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Sources.bz2... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/Sources.gz... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/amd64/ferrisloki-dev_3.0.1-1_amd64.deb... Downloading http://download.opensuse.org/repositories/home:/monkeyiq/Debian_7.0/amd64/ferrisloki1_3.0.1-1_amd64.deb...