From: Thierry Parmentelat Date: Tue, 24 Mar 2009 10:50:40 +0000 (+0000) Subject: exclude stock drupal (avail. in f10), use local one X-Git-Tag: 4.3-rc1~66 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c977a3d479e92c8d8985155f18077ce05565f538;p=build.git exclude stock drupal (avail. in f10), use local one --- diff --git a/build.common b/build.common index 97b334c1..8d2e6649 100644 --- a/build.common +++ b/build.common @@ -58,16 +58,16 @@ function pl_getReleaseName () { return 0 } -# on fedora 8 or 9, we use libnl from the stock repos +# on fedora 8 or above, we use libnl from the stock repos # on centos5 we build it locally function pl_getKexcludes () { distroname=$1; shift case $distroname in f?|f1?) - echo 'kernel* util-vserver* iptables iproute' + echo 'kernel* util-vserver* iptables iproute drupal' ;; centos5) - echo 'kernel* util-vserver* iptables iproute inotify-tools* libnl*' + echo 'kernel* util-vserver* iptables iproute inotify-tools* libnl* drupal' ;; *) echo "pl_DISTRO_NAME=$pl_DISTRO_NAME not supported in getexcludes.sh"