-
Andreas Dilger authored
- for some short time (until libsysio is also merged) some branches will check out the wrong libsysio. Should be fixed before it is noticed.
Andreas Dilger authored- for some short time (until libsysio is also merged) some branches will check out the wrong libsysio. Should be fixed before it is noticed.
confirmpatches.sh 391 B
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
if [ ! `find $PATCHESPATH -name $PATCH` ]; then
echo "$SERIESPATH/$SERIES: patch $PATCH was not found !"
fi
done
done