Whamcloud - gitweb
Branch b1_8
authoryangsheng <yangsheng>
Wed, 15 Jul 2009 13:12:47 +0000 (13:12 +0000)
committeryangsheng <yangsheng>
Wed, 15 Jul 2009 13:12:47 +0000 (13:12 +0000)
b=19615

i=brian, wangyb

Disabled ldiskfs rpm build for rhel4 & sles9.

build/lbuild

index eb4ab0d..3ac3c33 100755 (executable)
@@ -757,6 +757,11 @@ skeep_ldiskfs_rpm() {
                 [[ $tag == $skiptag ]] && skip=true && break
             done
         fi
                 [[ $tag == $skiptag ]] && skip=true && break
             done
         fi
+
+        pushd $TOPDIR/BUILD/lustre-[1-9]* >/dev/null
+        grep -q '^SERVER_TRUE[ \t]=[ \t]#$' autoMakefile && skip=true
+        popd >/dev/null
+
         echo $skip
 
 }
         echo $skip
 
 }