X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fcvsdiffclient;h=885989743f49c496ee705c68863cf16704a9af59;hb=bbf352545f275c194f195f1a702e931412fbbe76;hp=ed6b87690c40d902453d5bbfb8e96c450ea8f150;hpb=714dd5489be508fef0d17da03c0d34c82d454385;p=fs%2Flustre-release.git diff --git a/build/cvsdiffclient b/build/cvsdiffclient index ed6b876..8859897 100644 --- a/build/cvsdiffclient +++ b/build/cvsdiffclient @@ -25,12 +25,16 @@ if [ -f $TMP ]; then else [ -r CVS/Tag ] && TAG=CVS/Tag [ -z "$TAG" -a -r lustre/CVS/Tag ] && TAG=lustre/CVS/Tag - echo "CVS: Branch: `sed 's/^T//' $TAG`" >> $TMP + [ "$TAG" ] && BRANCH="`sed 's/^T//' $TAG`" || BRANCH="HEAD" + echo "CVS: Branch $BRANCH" >> $TMP fi - echo "CVS: did you update the ChangeLog for a bug fix?" >> $TMP - echo "CVS: did you update the hours spent in Bugzilla?" >> $TMP - echo "CVS: b=" >> $TMP - echo "CVS: r=" >> $TMP +cat - >> $TMP <<- EOF + CVS: did you update the ChangeLog for a bug fix? + CVS: did you update the hours spent in Bugzilla? + CVS: did you verify/update the HLD/DLD in CVS? + CVS: b= + CVS: r= +EOF cat $1 >> $TMP cp $TMP $1