[m-rev.] diff: start testing the release branch

Julien Fischer juliensf at cs.mu.OZ.AU
Tue Feb 1 17:39:18 AEDT 2005


On Tue, 1 Feb 2005, Julien Fischer wrote:

> Index: run_all_tests_from_cron
> ===================================================================
> RCS file: /home/mercury1/repository/mercury/tools/run_all_tests_from_cron,v
> retrieving revision 1.63
> diff -u -r1.63 run_all_tests_from_cron
> --- run_all_tests_from_cron	1 Feb 2005 03:41:48 -0000	1.63
> +++ run_all_tests_from_cron	1 Feb 2005 04:11:51 -0000
> @@ -87,37 +87,34 @@
>  			*)	BRANCH=latest ;;
>  		esac
>  		;;
> -	    hg)
> +	    aral|jupiter)
> +	    	# jupiter is currrently the rotd host, so only
> +		# test the main branch on it.
>  		#
> -		# For these hosts:
> -		# On odd-numbered days, test the release branch.
> -		# On even-numbered days, test the main branch.
> +		# Aral has limited disk space, and not having to expend it
> +		# on the release branch helps conserve it.
>  		#
> +		BRANCH=latest
> +	   	;;
> +	   earth|saskervoy|ceres)
> +		# On odd-numbered days, test the release branch
> +		# On even-numbered days, test the main branch
>  		case $DAY in
> -			*[13579]) BRANCH=$release_branch ;;
> -			*)	  BRANCH=latest ;;
> +			*[13579]) BRANCH=latest ;;
> +			*)	  BRANCH=release ;;

That should of course be $release_branch there, not release.
(and below).

Julien.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list