From cd24fd4088e8c6a157d2c95cc42758d09728a113 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 25 Jun 2012 12:23:47 +0100 Subject: Downgrade the absence of an InRelease file from a warning to an info message. For now, debootstrap can cope fine without, and it's possible there are Debian mirrors that don't have InRelease; Ubuntu doesn't quite have InRelease support yet either (LP: #1017398). --- debian/changelog | 9 +++++++++ functions | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e9ab166..7978b67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +debootstrap (1.0.42) UNRELEASED; urgency=low + + * Downgrade the absence of an InRelease file from a warning to an info + message. For now, debootstrap can cope fine without, and it's possible + there are Debian mirrors that don't have InRelease; Ubuntu doesn't quite + have InRelease support yet either (LP: #1017398). + + -- Colin Watson Mon, 25 Jun 2012 12:19:34 +0100 + debootstrap (1.0.41) unstable; urgency=low [ Mehdi Dogguy ] diff --git a/functions b/functions index a7081f5..e6178d9 100644 --- a/functions +++ b/functions @@ -546,7 +546,7 @@ download_release_indices () { extract_release_components $inreldest relsigdest="$inreldest" else - warning RETRIEVING "Failed to retrieve InRelease" + info RETRIEVING "Failed to retrieve InRelease" get "$m1/dists/$SUITE/Release" "$reldest" nocache || error 1 NOGETREL "Failed getting release file %s" "$m1/dists/$SUITE/Release" release_file_variant="GPG" -- cgit v0.12