build: "make stable" emitted an invalid gnupload command
authorJim Meyering <meyering@redhat.com>
Wed, 18 Nov 2009 20:31:50 +0000 (21:31 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 20 Nov 2009 16:11:54 +0000 (17:11 +0100)
* cfg.mk (gnu_ftp_host-stable): Rename from gnu_ftp_host-major.
* README-release: Change another s/major/stable/.

README-release
cfg.mk

index 6e84bcfe72d0e827735f7722caf29dfeac568457..eea25129e9121aa9bc2d36ed2dd1090b2c1fd025 100644 (file)
@@ -44,7 +44,7 @@ Here are most of the steps we (maintainers) follow when making a release.
 
 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 2704393662bfddcb8a2dd945a31f86180e17b112..d7a0e659f9d2119e2b7dd0aa2f70890f0bb9a98a 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Use alpha.gnu.org for alpha and beta releases.
-# Use ftp.gnu.org for major releases.
+# Use ftp.gnu.org for stable 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