diff options
author | Jim Meyering <meyering@redhat.com> | 2009-05-14 09:54:22 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-05-14 09:54:22 +0200 |
commit | 42e3278f8faf915051db535bca2c8faba5e6ed34 (patch) | |
tree | 4ccd3ce39ba1a14bc09f8704777747d80164a5e3 /README-release | |
parent | 60e7332dc08eb0a52822ec192aad5dc50feca7fd (diff) | |
download | coreutils-42e3278f8faf915051db535bca2c8faba5e6ed34.tar.xz |
maint: README-release: minor improvements
* README-release: Mention gnu_ftp_host-{alpha,...} settings in cfg.mk.
Now that XZ_OPT is set via maint.mk, don't mention it here.
Diffstat (limited to 'README-release')
-rw-r--r-- | README-release | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README-release b/README-release index 6639368ad..f3241d8d6 100644 --- a/README-release +++ b/README-release @@ -39,6 +39,8 @@ FIXME: enable excluded programs like arch? to get their manual pages? * Run the following to create release tarballs. Your choice selects the corresponding upload-to destination in the emitted gnupload command. + The different destinations are specified in cfg.mk. See the definitions + of gnu_ftp_host-{alpha,beta,major}. # "TYPE" must be major, beta or alpha make TYPE @@ -51,7 +53,7 @@ FIXME: enable excluded programs like arch? to get their manual pages? Once all the builds and tests have passed, -* Run the gnupload command suggested by your "XZ_OPT=-9e make major" run above. +* Run the gnupload command that was suggested by your "make major" 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 |