diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-08-07 16:14:06 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-08-07 16:14:06 +0200 |
commit | 140c187203be9d000c0cbad02fdfb7adb972937c (patch) | |
tree | fc4097b0480cd7b893938d1f821d7b29e7ecefca | |
parent | d989142a17315f20f038d025008350fc413ca5f1 (diff) |
Override default config with config.local
This is useful for local testing
-rw-r--r-- | config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |