X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fporterbox%2Ffiles%2Fsetup-all-dchroots;fp=modules%2Fporterbox%2Ffiles%2Fsetup-all-dchroots;h=0b4469b20392defa344ad8efe7bf69b2e7beda74;hb=a26ac69391c83a3f369bb6f7271d148f6be134ce;hp=3c39b48f1a2e628713304b59a9528b63cd3bca7b;hpb=2c2879ca87a77dbdcc85401511ae9bc02a673348;p=mirror%2Fdsa-puppet.git diff --git a/modules/porterbox/files/setup-all-dchroots b/modules/porterbox/files/setup-all-dchroots index 3c39b48f1..0b4469b20 100755 --- a/modules/porterbox/files/setup-all-dchroots +++ b/modules/porterbox/files/setup-all-dchroots @@ -76,7 +76,7 @@ err=0 for a in $archs; do for s in `get_suites "$a"`; do - if ! setup-dchroot -f -a "$a" "$s"; then + if ! chronic setup-dchroot -f -a "$a" "$s"; then err=1 echo >&2 echo >&2 "Error: setting up $s:$a dchroot failed."