X-Git-Url: http://git.onelab.eu/?p=wextoolbox.git;a=blobdiff_plain;f=check-onelab.sh;fp=check-onelab.sh;h=8af12ec1aed0c41868f5478de23030f1fd57d276;hp=6eb4bf845f8d8b9758b2cc6fb8b8a0715aa16903;hb=8c3837ab98cf89b2c962346f433aef864f9bb6b8;hpb=2640e28aa4291549d224e33f5df1ce710641b6e6 diff --git a/check-onelab.sh b/check-onelab.sh index 6eb4bf8..8af12ec 100755 --- a/check-onelab.sh +++ b/check-onelab.sh @@ -10,7 +10,7 @@ function usage () { echo "Usage: $COMMAND update|body|tags" echo "update: performs svn up on the mainstream build dir" echo "body: compares the .mk file" - echo "tags: compares the tags (taken from k27)" + echo "tags: compares the tags (taken from k32)" exit 1 } @@ -28,10 +28,10 @@ function check_body () { } function check_tags () { - a=$REF/onelab-k27-tags.mk + a=$REF/onelab-k32-tags.mk b=wextoolbox-tags.mk echo "Checking tags $a $b" - diff -w $REF/onelab-k27-tags.mk wextoolbox-tags.mk | egrep -v '^(<|>) #|SVNBRANCH|nozomi|comgt|planetlab-umts-tools|boost|gnuradio|bbn_80211|crunchxml|spectools|ejabberd|omf|DistributedRateLimiting' + diff -w $REF/onelab-k32-tags.mk wextoolbox-tags.mk | egrep -v '^(<|>) #|SVNBRANCH|nozomi|comgt|planetlab-umts-tools|boost|gnuradio|bbn_80211|crunchxml|spectools|ejabberd|omf|DistributedRateLimiting' } [[ -z "$@" ]] && usage