From 49edddc1474645f70613dc8ed67c1499a9b9c731 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 12 Feb 2001 08:01:06 +0000 Subject: We upload the test server list, too. svn path=/trunk/; revision=3081 --- makerelease | 3 +++ upload | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/makerelease b/makerelease index 78a397ba..a8deed22 100755 --- a/makerelease +++ b/makerelease @@ -114,6 +114,9 @@ unlink("DIFFS.$$"); print "Building index page...\n"; system("rm -f index.html; indexgen.sh"); +print "Building test server list...\n"; +system("rm -f testservers.html; testservers-gen.sh >testservers.html"); + print "Making activity graph..."; growthplot; diff --git a/upload b/upload index 5a114034..f8d3f4c9 100755 --- a/upload +++ b/upload @@ -19,7 +19,8 @@ put fetchmail-features.html put NEWS put fetchmail-man.html put design-notes.html -put bugs.html +put todo.html +put testservers.html # The following things vary seldom #put funny.html #put fetchmail.png -- cgit v1.2.3