From: Thierry Parmentelat Date: Thu, 2 Dec 2010 12:32:52 +0000 (+0100) Subject: ignore case when gathering modules.list X-Git-Tag: 5.0-rc16~6 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=f5cab4881fdf442e53eca4b697753f440e937e00 ignore case when gathering modules.list modules.list updated --- diff --git a/modules.list b/modules.list index 356f5b23..c0320f07 100644 --- a/modules.list +++ b/modules.list @@ -2,16 +2,8 @@ bootcd bootmanager bootstrapfs codemux -DistributedRateLimiting -Mom -Monitor -myplc -nodemanager -NodeUpdate -PLCRT -PingOfDeath -vserver-reference comgt +DistributedRateLimiting drupal ejabberd fprobe-ulog @@ -21,28 +13,37 @@ iproute2 iptables iptables:1.3.8 libnl +linux-2.6 linux-2.6:22 madwifi madwifi:0.9.4 +Mom +Monitor +myplc nodeconfig +nodemanager +nodeupdate nozomi omf pcucontrol pf2slice -pl_sshd +PingOfDeath planetlab-umts-tools plcapi +PLCRT plewww +pl_sshd pyaspects pyopenssl pypcilib pyplnet sfa +sface tests util-vserver util-vserver-pl util-vserver-pl:0.3 -util-vserver:scholz +vserver-reference vsys-scripts vsys:0.9 www-register-wizard diff --git a/modules.update b/modules.update index 14f41faa..efbbc968 100755 --- a/modules.update +++ b/modules.update @@ -12,4 +12,4 @@ fcdistro=centos5 make stage1=true PLDISTRO=onelab PLDISTROTAGS=onelab-tags.mk DISTRONAME=${fcdistro} module-tools ; \ make stage1=true PLDISTRO=onelab PLDISTROTAGS=onelab-k27-tags.mk DISTRONAME=${fcdistro} module-tools ; \ echo tests -) | sort -u | grep -v '^build$' +) | sort -uf | grep -v '^build$'