diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-09-28 11:30:53 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-09-28 11:30:53 +0200 |
commit | c82cca7831bd8e9bc65f860b38a847bb5056b5f6 (patch) | |
tree | 8bc2fef4136e1ab71bb9bdfa07eff6dc961b4a41 /dist-tools/makerelease.pl | |
parent | db0cee14b9631b608a48e06c4cf6b95cc7a05218 (diff) | |
download | fetchmail-c82cca7831bd8e9bc65f860b38a847bb5056b5f6.tar.gz fetchmail-c82cca7831bd8e9bc65f860b38a847bb5056b5f6.tar.bz2 fetchmail-c82cca7831bd8e9bc65f860b38a847bb5056b5f6.zip |
Do not unlink release notes from autobuild/README.
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 8bdba4bd..ac8f42e6 100755 --- a/dist-tools/makerelease.pl +++ b/dist-tools/makerelease.pl @@ -195,7 +195,7 @@ print "=== local\n"; 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/"); -unlink 'autobuild/README' or die "cannot unlink autobuild/README: $!"; +# unlink 'autobuild/README' or die "cannot unlink autobuild/README: $!"; print "=== Done - please review final tasks\n"; |