From: Peter Palfrader Date: Sun, 7 Dec 2014 16:46:53 +0000 (+0100) Subject: Make setup-buildd not fail when there is nothing wrong X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=496a4f863f650af8c9f6f42a623b6962d4e7e604;p=dsa-puppet.git Make setup-buildd not fail when there is nothing wrong --- diff --git a/modules/schroot/files/setup-dchroot b/modules/schroot/files/setup-dchroot index 3f6179d9..aeadf902 100755 --- a/modules/schroot/files/setup-dchroot +++ b/modules/schroot/files/setup-dchroot @@ -129,6 +129,7 @@ EOF [ -n "$buildd" ] && genschrootconf "$suite" "$arch" "$target" "security" fi esac + return 0 } do_config() {