aboutsummaryrefslogtreecommitdiffstats
path: root/dist-tools
diff options
context:
space:
mode:
Diffstat (limited to 'dist-tools')
-rwxr-xr-xdist-tools/makerelease.pl6
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: $!";