ignore case when gathering modules.list
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 2 Dec 2010 12:32:52 +0000 (13:32 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 2 Dec 2010 12:32:52 +0000 (13:32 +0100)
modules.list updated

modules.list
modules.update

index 356f5b2..c0320f0 100644 (file)
@@ -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
index 14f41fa..efbbc96 100755 (executable)
@@ -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$'