X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=build%2Fconfirmpatches.sh;h=1c160dac867c29d4c0fe025daa3c2cc3e557b8cb;hp=c9cb6993c9d70ec783d0876f1ddd3ae859075ceb;hb=94651e417304eac34b09dbc6001c4ae762c53244;hpb=78c99153146f26dd15174ceff7f15acdf58dc52f diff --git a/build/confirmpatches.sh b/build/confirmpatches.sh index c9cb699..1c160da 100644 --- a/build/confirmpatches.sh +++ b/build/confirmpatches.sh @@ -1,5 +1,6 @@ -SERIESPATH=./series -PATCHESPATH=./patches +BASEDIR=${BASEDIR:-lustre/kernel_patches} +SERIESPATH=${SERIESPATH:-$BASEDIR/series} +PATCHESPATH=${PATCHESPATH:-$BASEDIR/patches} for SERIES in `ls $SERIESPATH | egrep -v "CVS|~$|.orig"` ; do #echo $SERIES for PATCH in `cat $SERIESPATH/$SERIES`; do