[m-dev.] for review: new release scheme.

Tyson Dowd trd at cs.mu.OZ.AU
Fri Sep 18 14:03:31 AEST 1998


On 14-Sep-1998, Tyson Dowd <trd at cs.mu.OZ.AU> wrote:
> On 10-Sep-1998, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> > On 09-Sep-1998, Tyson Dowd <trd at cs.mu.OZ.AU> wrote:
> > > 
> > > Here's the new release scheme.
> > > 
> > > Could someone look at this carefully?  It's a bit difficult to test.
> > 
> > That looks fine to me.
> 
> Needs one minor tweak.

Needs one more minor tweak.

Index: test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.78
diff -u -r1.78 test_mercury
--- test_mercury	1998/09/14 05:47:00	1.78
+++ test_mercury	1998/09/17 05:41:55
@@ -444,9 +444,12 @@
 
 BETA_FTPDIR=/home/tsa/ftp/pub/mercury/beta-releases
 
-rm -f $BETA_FTPDIR/mercury-*-rotd-*-unstable.tar.gz &&
-cp mercury-latest-unstable/mercury-*-$version-unstable.tar.gz \
-	$BETA_FTPDIR
+case $HOST in murlibobo)
+	rm -f $BETA_FTPDIR/mercury-*-rotd-*-unstable.tar.gz &&
+	cp mercury-latest-unstable/mercury-*-$version-unstable.tar.gz \
+		$BETA_FTPDIR
+	;;
+esac
 
 #-----------------------------------------------------------------------------#
 

-- 
       Tyson Dowd           # There isn't any reason why Linux can't be
                            # implemented as an enterprise computing solution.
     trd at cs.mu.oz.au        # Find out what you've been missing while you've
http://www.cs.mu.oz.au/~trd # been rebooting Windows NT. -- InfoWorld, 1998.



More information about the developers mailing list