From 140c187203be9d000c0cbad02fdfb7adb972937c Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 7 Aug 2010 16:14:06 +0200 Subject: Override default config with config.local This is useful for local testing --- config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config b/config index 1cd533f..5e7ab94 100644 --- a/config +++ b/config @@ -21,3 +21,6 @@ SRCEXT=".src.tar.gz" # Allowed licenses: get sourceballs only for licenses in this array ALLOWED_LICENSES=('GPL' 'GPL1' 'GPL2' 'LGPL' 'LGPL1' 'LGPL2') + +# Override default config with config.local +[ -f "$(dirname $0)/config.local" ] && . "$(dirname $0)/config.local" -- cgit v1.2.3