From: Jim Meyering Date: Wed, 18 Nov 2009 20:04:52 +0000 (+0100) Subject: build: "make stable" emitted an invalid gnupload command X-Git-Tag: v8.2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f18eef32848e2a0d1cc4159799ddc6d652f9ba75;p=thirdparty%2Fcoreutils.git build: "make stable" emitted an invalid gnupload command * cfg.mk (gnu_ftp_host-stable): Rename from gnu_ftp_host-major. * README-release: Change another s/major/stable/. --- diff --git a/README-release b/README-release index 09b50d7a2e..9aaf3a010a 100644 --- a/README-release +++ b/README-release @@ -50,7 +50,7 @@ FIXME: enable excluded programs like arch? to get their manual pages? Once all the builds and tests have passed, -* Run the gnupload command that was suggested by your "make major" run above. +* Run the gnupload command that was suggested by your "make stable" run above. * Wait a few minutes (maybe up to 30?) and then use the release URLs to download all tarball/signature pairs and use gpg --verify to ensure diff --git a/cfg.mk b/cfg.mk index 1a75170ccc..1df608e9cd 100644 --- a/cfg.mk +++ b/cfg.mk @@ -18,7 +18,7 @@ # Use ftp.gnu.org for major releases. gnu_ftp_host-alpha = alpha.gnu.org gnu_ftp_host-beta = alpha.gnu.org -gnu_ftp_host-major = ftp.gnu.org +gnu_ftp_host-stable = ftp.gnu.org gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE)) # Used in maint.mk's web-manual rule