An additional suggestion: maybe add a check for the exit status of wget (in
/usr/lib/debootstrap/functions somewhere) so that the destination file is
automatically deleted if downloading fails. Wget has the bad habit of
creating its output file as zero-length even if there was a gross failure
lik
merge 119947 121724
merge 119947 116393
reopen 116757
merge 119947 116757
tags 119947 + patch
thanks
--- functions.orig Sat Dec 15 21:20:23 2001
+++ functions Sat Dec 15 21:20:31 2001
@@ -279,8 +279,9 @@
esac
done
- if [ "$COMPONENTS" = "" ]; then
-error 1 "Malforme
In message <[EMAIL PROTECTED]>, Adam Di Carlo writes:
>Can one of you guys followup with a patch (reworked I think) against
>dbootstrap bugs 119947. Also, is that bug the same as 121725?
I guess you mean 121724, but yes. And 116393 I think.
p.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
In Sat, 15 Dec 2001 21:24:49 -0700 Chris cum veritate scripsit :
> Please check this syntax, I don't know if it's right! (Maybe it needs
> quotes or something)
yes.
> - if [ "$COMPONENTS" = "" ]; then
> -error 1 "Malformed release file $m1/dists/$SUITE/Release"
> + if [ "$COMPONENTS" = ""
Here is a patch which, while not preventing the Malformed release file
error, at least cleans up the file so the next time the user runs, he
gets another chance.
Please check this syntax, I don't know if it's right! (Maybe it needs
quotes or something)
--- functions.orig Sat Dec 15 21:20:23
5 matches
Mail list logo