diff options
author | Jim Meyering <meyering@redhat.com> | 2009-11-18 21:04:52 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-11-18 21:04:52 +0100 |
commit | f18eef32848e2a0d1cc4159799ddc6d652f9ba75 (patch) | |
tree | a954a6a44fc69ce715917e814f540589bcef3c51 | |
parent | e246d654f37eee6ee8a5e87c33cde26520cd2e3d (diff) | |
download | coreutils-f18eef32848e2a0d1cc4159799ddc6d652f9ba75.tar.xz |
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/.
-rw-r--r-- | README-release | 2 | ||||
-rw-r--r-- | cfg.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README-release b/README-release index 09b50d7a2..9aaf3a010 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 @@ -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 |