X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fconfirmpatches.sh;h=1c160dac867c29d4c0fe025daa3c2cc3e557b8cb;hb=cc875104bb81313415167425ce21c562ddf540c9;hp=18016c6bf6a82db47d3a6c5b2c088f4df010f073;hpb=85be04a556acc0d0cd83de7579c81d73a8f449db;p=fs%2Flustre-release.git diff --git a/build/confirmpatches.sh b/build/confirmpatches.sh index 18016c6..1c160da 100644 --- a/build/confirmpatches.sh +++ b/build/confirmpatches.sh @@ -1,6 +1,7 @@ -SERIESPATH=./series -PATCHESPATH=./patches -for SERIES in `ls $SERIESPATH | grep -v CVS` ; do +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 #echo $PATCH