From 358b72cbe65c780e3a63cd104f41333dffcda60c Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 21 May 2014 22:27:26 +0200 Subject: Convert most references from berlios.de to sourceforge.net. Re-sign EN and SAs because that broke signatures. --- dist-tools/makerelease.pl | 8 ++------ dist-tools/test/test-request | 3 +-- 2 files changed, 3 insertions(+), 8 deletions(-) (limited to 'dist-tools') diff --git a/dist-tools/makerelease.pl b/dist-tools/makerelease.pl index f07af094..d7a49cfc 100755 --- a/dist-tools/makerelease.pl +++ b/dist-tools/makerelease.pl @@ -6,8 +6,8 @@ # my $project = "fetchmail"; -my $website = "http://developer.berlios.de/projects/$project"; -my $mailfrom = "<$project-devel\@lists.berlios.de> (Fetchmail Development Team)"; +my $website = "http://sourceforge.net/projects/$project"; +my $mailfrom = "<$project-devel\@lists.sourceforge.net> (Fetchmail Development Team)"; my $distsufx = '.tar.bz2'; my $xzsufx = '.tar.xz'; @@ -195,10 +195,6 @@ print "=== local\n"; system("cp", "autobuild/$project-$version$xzsufx", "autobuild/$project-$version$xzsufx.asc", "$ENV{HOME}/public_html/fetchmail/") and die "Cannot upload to \$HOME/public_html/fetchmail/: $!"; -print "=== berlios\n"; - -system("lftp -e \"lcd autobuild ; mput $project-$version$distsufx $project-$version$distsufx.asc ; quit\" ftp.berlios.de:/incoming/") and warn "Upload to berlios failed: $!"; - print "=== sourceforge \n"; system("rsync -acvHP autobuild/$project-$version$xzsufx autobuild/$project-$version$xzsufx.asc autobuild/README m-a\@frs.sourceforge.net:/home/frs/project/fetchmail/branch_6.3/"); unlink 'autobuild/README' or die "cannot unlink autobuild/README: $!"; diff --git a/dist-tools/test/test-request b/dist-tools/test/test-request index 56c31be7..c25e44e9 100644 --- a/dist-tools/test/test-request +++ b/dist-tools/test/test-request @@ -1,8 +1,7 @@ I maintain an open-source POP and IMAP client called fetchmail. It is widely used in the Linux and open-source community, and is probably the single most popular remote-mail client in that world. You can -find out more about this project at -. +find out more about this project at . In order to be able to do thorough regression testing before each release, I collect test accounts on as many different kinds of POP3, IMAP, and -- cgit v1.2.3