diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2014-05-21 22:27:26 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2014-05-21 22:31:06 +0200 |
commit | 358b72cbe65c780e3a63cd104f41333dffcda60c (patch) | |
tree | ff7f9dffa65b32d65dc32d8b10b85b628b6cd285 /dist-tools | |
parent | f287ff471c7e08c3e94ad915540468f1b480c55d (diff) | |
download | fetchmail-358b72cbe65c780e3a63cd104f41333dffcda60c.tar.gz fetchmail-358b72cbe65c780e3a63cd104f41333dffcda60c.tar.bz2 fetchmail-358b72cbe65c780e3a63cd104f41333dffcda60c.zip |
Convert most references from berlios.de to sourceforge.net.
Re-sign EN and SAs because that broke signatures.
Diffstat (limited to 'dist-tools')
-rwxr-xr-x | dist-tools/makerelease.pl | 8 | ||||
-rw-r--r-- | dist-tools/test/test-request | 3 |
2 files changed, 3 insertions, 8 deletions
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 -<http://fetchmail.berlios.de/>. +find out more about this project at <http://fetchmail.sourceforge.net/>. 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 |