[m-rev.] trivial diff: split up old-releases dir on web site
Fergus Henderson
fjh at cs.mu.OZ.AU
Tue Feb 4 14:07:45 AEDT 2003
On 04-Feb-2003, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> w3/download/include/old-release.inc:
> Split the files in the old-releases directory on the web site
> into separate subdirectories.
And likewise for the beta-releases directory.
(These two patches follow on from my earlier changes to split up the
corresponding directories on the ftp site.)
----------
Estimated hours taken: 0.25
Branches: main
tools/test_mercury:
w3/download/include/rotd.inc:
Split up the `beta-releases' directory on the web site
into separate subdirectories for each release.
Workspace: /home/ceres/fjh/mercury
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.233
diff -u -d -r1.233 test_mercury
--- tools/test_mercury 1 Feb 2003 01:11:31 -0000 1.233
+++ tools/test_mercury 4 Feb 2003 03:02:34 -0000
@@ -296,7 +296,7 @@
BETA_FTPHOST=ftp.mercury.cs.mu.oz.au
BETA_FTPDIR=/home/ftp/pub/mercury/beta-releases/$FTP_DIR_NAME
-BETA_WEBDIR=/home/mercury5/installed_w3/download/files/beta-releases
+BETA_WEBDIR=/home/mercury5/installed_w3/download/files/beta-releases/$FTP_DIR_NAME
BETA_WEBDIR_TOP=/home/mercury5/installed_w3/download/files
STABLE=$HOSTDIR/$INSTALL_DIR_NAME-stable
Index: w3/download/include/rotd.inc
===================================================================
RCS file: /home/mercury1/repository/w3/download/include/rotd.inc,v
retrieving revision 1.7
diff -u -d -r1.7 rotd.inc
--- w3/download/include/rotd.inc 20 Jan 2003 08:57:35 -0000 1.7
+++ w3/download/include/rotd.inc 4 Feb 2003 03:06:04 -0000
@@ -28,7 +28,7 @@
<p>
<B>Download <? echo $next_beta_version ?>:</b>
<ul>
-<li> <A HREF="<? echo $root; ?>/download/files/beta-releases/">
+<li> <A HREF="<? echo $root; ?>/download/files/beta-releases/<? echo $next_beta_version ?>/">
Mercury web site</A><br>
<li> <A HREF="ftp://ftp.mercury.cs.mu.OZ.AU/pub/mercury/beta-releases/<? echo $next_beta_version ?>">
Mercury ftp site</A>
@@ -45,7 +45,7 @@
<p>
<B>Download releases of the day:</b>
<ul>
-<li> <A HREF="<? echo $root; ?>/download/files/beta-releases/">
+<li> <A HREF="<? echo $root; ?>/download/files/beta-releases/rotd/">
Mercury web site</A><br>
<li> <A HREF="ftp://ftp.mercury.cs.mu.OZ.AU/pub/mercury/beta-releases/rotd/">
Mercury ftp site</A>
@@ -61,7 +61,7 @@
<p>
<B>Download unstable releases of the day:</b>
<ul>
-<li> <A HREF="<? echo $root; ?>/download/files/beta-releases/">
+<li> <A HREF="<? echo $root; ?>/download/files/beta-releases/rotd/">
Mercury web site</A><br>
<li> <A HREF="ftp://ftp.mercury.cs.mu.OZ.AU/pub/mercury/beta-releases/rotd/">
Mercury ftp site</A>
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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