From b4231b2020e89238be47ca46faa398ceffaed59f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 22 Aug 2010 23:04:02 +0100 Subject: [PATCH] Version numbers no longer in download paths --- yarrg/web/upload | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarrg/web/upload b/yarrg/web/upload index 7e90f69..e2438be 100755 --- a/yarrg/web/upload +++ b/yarrg/web/upload @@ -36,7 +36,7 @@ <& docshead &> <%perl> my $url_base_base= 'http://yarrg.chiark.net/download/jpctb'; -my $download_version= '0.9.1'; +my $download_version= 'test'; my $url_base= "$url_base_base/$download_version";

Uploading to YARRG

@@ -174,9 +174,9 @@ the MIT-style two-clause licence.

-The download directory contains some historical versions, which you -can see here: -<% $url_base_base %>/ . +The download directory can contains other versions (eg unreleased test +versions), which you can see here: + <% $url_base_base %>/ .

-- 2.30.2