diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2012-12-23 16:45:59 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2012-12-23 16:45:59 +0100 |
commit | 4260a265b2da01ba1a9757ffb2693db898349ecc (patch) | |
tree | d6e326fc88b261298d1c4f5f730e16e78a706cc5 /dist-tools | |
parent | 5c7da5cc729148aace14fdf4b088554bddb7447c (diff) | |
download | fetchmail-4260a265b2da01ba1a9757ffb2693db898349ecc.tar.gz fetchmail-4260a265b2da01ba1a9757ffb2693db898349ecc.tar.bz2 fetchmail-4260a265b2da01ba1a9757ffb2693db898349ecc.zip |
Remove LSM-related stuff from the distribution.
IBiblio no longer accepts submissions, and considers itself an archive.
There is no point in our carrying forward any related material, if
needed for reference purposes, it can be fetched from older versions in
the Git repository.
Diffstat (limited to 'dist-tools')
-rwxr-xr-x | dist-tools/makerelease.pl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dist-tools/makerelease.pl b/dist-tools/makerelease.pl index 86e9ad71..51b82854 100755 --- a/dist-tools/makerelease.pl +++ b/dist-tools/makerelease.pl @@ -100,7 +100,7 @@ if (system("mkdir -p autobuild && cd autobuild " print "### Test-building the software...\n"; if (system("cd autobuild && make -s clean" - . " && make " . ($verbose ? '' : '-s') . " check distcheck lsm")) { + . " && make " . ($verbose ? '' : '-s') . " check distcheck")) { die("Compilation failure\n"); } @@ -177,10 +177,6 @@ print "=== local\n"; system("cp", "autobuild/$project-$version$distsufx", "autobuild/$project-$version$distsufx.asc", "$ENV{HOME}/public_html/fetchmail/") and die "Cannot upload to \$HOME/public_html/fetchmail/: $!"; -print "=== ibiblio\n"; - -system("lftp -e \"lcd autobuild ; mput $project-$version$distsufx $project-$version$distsufx.asc $project-$version.lsm ; quit\" ibiblio.org:/incoming/linux/") and warn "Upload to ibiblio failed: $!"; - 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: $!"; |