summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-03-05 01:25:40 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-03-05 01:25:40 -0300
commitcf2baeb05af80a849bfc2192f3af1e741e50745d (patch)
tree825eb78a036238a0a190cbd89418e1332330d2b4 /config
parent0162a16595059e269ba2d7b47e69212bc2ab1336 (diff)
sourceballs2 creates sourceballs from the entire ABSLibre
Diffstat (limited to 'config')
-rw-r--r--config6
1 files changed, 1 insertions, 5 deletions
diff --git a/config b/config
index 12bdaaa..f08ad2d 100644
--- a/config
+++ b/config
@@ -26,8 +26,4 @@ FILESEXT=".files.tar.gz"
PKGEXT=".pkg.tar.*"
SRCEXT=".src.tar.gz"
-# Allowed licenses: get sourceballs only for licenses in this array
-ALLOWED_LICENSES=('GPL' 'GPL1' 'GPL2' 'LGPL' 'LGPL1' 'LGPL2' 'LGPL2.1')
-
-# Override default config with config.local
-#[ -f "$(dirname ${BASH_SOURCE[0]})/config.local" ] && . "$(dirname ${BASH_SOURCE[0]})/config.local"
+MAKEPKGCONF="$HOME/etc/makepkg.conf"