From 4260a265b2da01ba1a9757ffb2693db898349ecc Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 23 Dec 2012 16:45:59 +0100 Subject: 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. --- dist-tools/makerelease.pl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'dist-tools/makerelease.pl') 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: $!"; -- cgit v1.2.3