diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-12 08:01:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-12 08:01:06 +0000 |
commit | 49edddc1474645f70613dc8ed67c1499a9b9c731 (patch) | |
tree | bc32ba992d25ac8af76fe3b57b201ff77972e172 | |
parent | 207abf079e481e3efef7206267cd1599cb3478b0 (diff) | |
download | fetchmail-49edddc1474645f70613dc8ed67c1499a9b9c731.tar.gz fetchmail-49edddc1474645f70613dc8ed67c1499a9b9c731.tar.bz2 fetchmail-49edddc1474645f70613dc8ed67c1499a9b9c731.zip |
We upload the test server list, too.
svn path=/trunk/; revision=3081
-rwxr-xr-x | makerelease | 3 | ||||
-rwxr-xr-x | upload | 3 |
2 files changed, 5 insertions, 1 deletions
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; @@ -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 |