Message ID | 20111214180643.GT28260@dream.aleph1.co.uk |
---|---|
State | Accepted |
Headers | show |
diff --git a/lib/Sbuild/ChrootInfo.pm b/lib/Sbuild/ChrootInfo.pm index a417a9a..bc16d1e 100644 --- a/lib/Sbuild/ChrootInfo.pm +++ b/lib/Sbuild/ChrootInfo.pm @@ -124,11 +124,11 @@ sub find { $chroot = "${namespace}:${distribution}"; } - if ($arch_set && !$arch_found && $host_arch ne "") { - # TODO: Return error, rather than die. - die "Chroot $distribution for architecture $host_arch not found\n"; - return undef; - } +# if ($arch_set && !$arch_found && $host_arch ne "") { +# # TODO: Return error, rather than die. +# die "Chroot $distribution for architecture $host_arch not found\n"; +# return undef; +# } } if (!$chroot) {