diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-08-24 17:59:14 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-08-24 17:59:14 +0200 |
commit | d706dd92c0455e8f7580eeca8a72269b5faa77e0 (patch) | |
tree | d91dd8e29b8c55df1d3198a115b11425877e802f /dist-tools/makerelease.pl | |
parent | 7c7279e44b899de450e3a1566e55822af29125e1 (diff) | |
download | fetchmail-d706dd92c0455e8f7580eeca8a72269b5faa77e0.tar.gz fetchmail-d706dd92c0455e8f7580eeca8a72269b5faa77e0.tar.bz2 fetchmail-d706dd92c0455e8f7580eeca8a72269b5faa77e0.zip |
Suspend pushing to local public_html.
Diffstat (limited to 'dist-tools/makerelease.pl')
-rwxr-xr-x | dist-tools/makerelease.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist-tools/makerelease.pl b/dist-tools/makerelease.pl index f270f3de..48482376 100755 --- a/dist-tools/makerelease.pl +++ b/dist-tools/makerelease.pl @@ -191,7 +191,7 @@ makerelnotes('NEWS', 'autobuild/README'); print "### Uploading\n"; 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/: $!"; +#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 "=== 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.4/"); |