[m-rev.] Re: diff: g12 release of mercury

Mark Brown mark at cs.mu.OZ.AU
Mon Jan 30 15:28:59 AEDT 2006


Estimated hours taken: 0.1
Branches: main

tools/test_mercury:
	More changes to support a g12 release.  The version should be a
	fixed string, and not include the date.

Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.283
diff -u -r1.283 test_mercury
--- tools/test_mercury	25 Jan 2006 03:03:00 -0000	1.283
+++ tools/test_mercury	30 Jan 2006 04:23:29 -0000
@@ -170,13 +170,11 @@
 		RELEASE_VERSION_PATTERN=rotd-*
 		;;
 	g12)
-		# At the moment we don't have a tagged g12 rotd
-		# so just use the main branch.
 		CHECKOUT_OPTS=-rg12-0_1_0
-		BASE_TAG_NAME=g12-rotd
-		FTP_DIR_NAME=g12-rotd
-		RELEASE_VERSION=g12-rotd-$DATE
-		RELEASE_VERSION_PATERN=g12-rotd-*
+		BASE_TAG_NAME=g12-0_1_0
+		FTP_DIR_NAME=g12
+		RELEASE_VERSION=g12-0.1.0
+		RELEASE_VERSION_PATTERN=g12-0.1.0*
 		;;
 	0.12)
 		
--------------------------------------------------------------------------
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