From a4a7a099c4e81ed3605521cb72ca8541471f0c67 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 11 Sep 2014 16:03:22 +0100 Subject: Allow the the deploment of generic distbuild nodes --- distbuild.configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'distbuild.configure') diff --git a/distbuild.configure b/distbuild.configure index f0de7a15..79148106 100644 --- a/distbuild.configure +++ b/distbuild.configure @@ -42,6 +42,11 @@ set -e set -u +if [ -n "$DISTBUILD_GENERIC" ]; then + echo "Not configuring the distbuild node, it will be generic" + exit 0 +fi + # Check that all the variables needed are present: -- cgit v1.2.1