diff options
author | Colin Watson <cjwatson@debian.org> | 2012-06-25 12:23:47 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2012-06-25 12:23:47 +0100 |
commit | cd24fd4088e8c6a157d2c95cc42758d09728a113 (patch) | |
tree | 468930fdf65d1789e5cbff278fed598ccb132c2f /functions | |
parent | 9a4de90559b2ce004ac869be5d0a551cc5bac76b (diff) | |
download | debootstrap-cd24fd4088e8c6a157d2c95cc42758d09728a113.tar.gz |
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).
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |