]> Pileus Git - ~andy/fetchmail/blobdiff - dist-tools/makerelease.pl
Remove LSM-related stuff from the distribution.
[~andy/fetchmail] / dist-tools / makerelease.pl
index 86e9ad71168f060888c32e076e36f407d9c91fbe..51b828540a8515f74123dadbe40986e95c470650 100755 (executable)
@@ -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: $!";