Whamcloud - gitweb
LU-8163 hsm: user_request_mask can't be unset in test 24c
[fs/lustre-release.git] / contrib / lbuild / lbuild-fc18
1 # vim:expandtab:shiftwidth=4:softtabstop=4:tabstop=4:
2
3 source ${LBUILD_DIR}/lbuild-fc
4
5 # increment this if you have made a change that should force a new kernel
6 # to build built
7 BUILD_GEN+=".0"
8
9 find_linux_rpm-fc18() {
10     local prefix="$1"
11     local wanted_kernel="$2"
12     local pathtorpms=${3:-"$KERNELRPMSBASE/$lnxmaj/$DISTROMAJ/$TARGET_ARCH"}
13
14     find_linux_rpm-rhel "$prefix" "$wanted_kernel" "$pathtorpms"
15
16 }