diff options
author | Colin Watson <cjwatson@debian.org> | 2012-03-13 17:09:00 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2012-03-13 17:09:00 +0000 |
commit | 1b85c83dc9e1bd3bd087da4e4301c4a5309bf5e0 (patch) | |
tree | 0b91afa0f2f1a15a3c9ee2fc7d50a82816aa2907 /functions | |
parent | 733069bb97bdfe3f9c16ca4c9ef58685205eabf3 (diff) | |
download | debootstrap-1b85c83dc9e1bd3bd087da4e4301c4a5309bf5e0.tar.gz |
Stop at the end of the retrieval phase if any packages failed to download.
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -630,6 +630,7 @@ download_debs () { echo >>$TARGET/debootstrap/debpaths "$p $debdest" else warning COULDNTDL "Couldn't download package %s (ver %s arc %s)" "$p" "$ver" "$arc" + leftover="$leftover $p" fi fi done |