chiark / gitweb /
Version numbers no longer in download paths
[ypp-sc-tools.main.git] / yarrg / web / upload
index 0f678b16161aadc9c7a4966633db9c78b9e3475c..e2438be481cd8650e4f695b89abe4064127bab4c 100755 (executable)
@@ -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";
 </%perl>
 <h1>Uploading to YARRG</h1>
@@ -174,9 +174,9 @@ the MIT-style two-clause licence.
 
 <p>
 
-The download directory contains some historical versions, which you
-can see here:
-<a href="<% $url_base_base %>/"><% $url_base_base %>/</a> .
+The download directory can contains other versions (eg unreleased test
+versions), which you can see here:
+ <a href="<% $url_base_base %>/"><% $url_base_base %>/</a> .
 
 <p>
 
@@ -184,7 +184,8 @@ The source code for the downloadable released binaries is in the
 <a href="<% $url_base %>/jpctb.tar.gz">Linux
 tarball</a>.  We maintain YARRG JPCTB in git, and you can get
 source code for recent and perhaps unreleased versions from
-<code>git://git.yarrg.chiark.net/jpctb.git</code>.
+<code>git://git.yarrg.chiark.net/jpctb.git</code> and/or
+<code>git://git.chiark.greenend.org.uk/~ijackson/jpctb.git</code> .
 
 
 </div>