summaryrefslogtreecommitdiff
path: root/README-release
Commit message (Collapse)AuthorAgeFilesLines
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
|
* maint: modernize URLsPaul Eggert2017-01-141-2/+2
| | | | | | | A lot of this is converting http: to https:. Also, gmane went away, so remove URLs that no longer work and are not easy to figure out what they were. Some of this stuff is so old that it no longer matters anyway.
* stat: report file system type for "overlayfs"Pádraig Brady2015-12-141-3/+8
| | | | | | | | | * src/stat.c (human_fstype): Add "overlayfs", and tag it as "remote" to ensure that tail continues to use the more conservative polling mode. * README-release: Remove a stale comment about updating fremote() in tail.c. Also give a link to *_SUPER_MAGIC definitions not in the standard linux/magic.h location. * NEWS: Mention that this file system is recognized.
* maint: remove stale online manual items at releasePádraig Brady2015-06-171-8/+24
| | | | | | * gnulib: Update to get the new gnu-web-doc-update with --mirror option. * README-release: Use the --mirror option in the instructions. Also clarify and update various release steps.
* maint: use gnulib styling with the online manualPádraig Brady2015-04-271-1/+0
| | | | | The equivalent styling added in v8.23-155-g3b98ee7, is now applied to gnulib using projects by default.
* maint: apply basic styling to online manualPádraig Brady2015-03-241-0/+1
| | | | | | * README-release: Reference http://www.gnu.org/s/coreutils/manual.css to apply basic styling to the online coreutils manual, consistent with the Emacs documentation.
* maint: improve make src/fs-magic-comparePádraig Brady2013-03-241-3/+4
| | | | | | | | | | | | | | * README-release: fix the `make` command, and mention how to get the latest results without requring running a system with the latest kernel. * src/local.mk (src/fs-latest-magic.h): A new target to document how/where to place the latest magic header. (src/fs-kernel-magic): Adjust to include separately downloaded header if available. (src/fs-magic): Undefine MANPAGER as it may impact the ability to pipe the output of man(1). (fs-magic-compare): Don't echo the commands run as they're distracting from the output which needs to be examined.
* doc: update README-release with process to check for new FS magicJim Meyering2011-12-221-0/+10
| | | | | * README-release: Run the Makefile rule that checks for new file system magic numbers.
* doc: describe test control variablesPádraig Brady2011-09-021-0/+4
| | | | | | | * HACKING (Add tests): Mention the variables and default values. * README-release (Pre-release testing): Mention that setting the SHELL variable may be required. Suggested by Bruno Haible.
* maint: use slightly more efficient process in README-releaseJim Meyering2011-01-191-7/+9
| | | | | * README-release: Run cheaper root-only tests first. Use half of processing units (not just 1) for the expensive tests.
* maint: add a release prerequisite: check the NixOS/Hydra autobuilderJim Meyering2010-10-031-0/+5
| | | | * README-release: Add a note to check the autobuilder.
* doc: factor hard-coded project-specific bits from README-release, ...Jim Meyering2010-05-031-8/+4
| | | | | | | | | using the new --mail-headers option to gnulib's announce-gen, and the updated maint.mk rules to connect the pieces. * README-release: Remove hard-coded To:, Cc: etc. parts, now that they're emitted automatically into the announcement template. * cfg.mk (announcement_Cc_): Override the default. * gnulib: Update to latest, to get newer announce-gen and maint.mk.
* doc: update release procedureJim Meyering2010-05-031-15/+15
| | | | | * README-release: Rearrange slightly: post the announcement to Savannah first, so you can include a link to that post in the email.
* doc: adjust a header in announcement email templateJim Meyering2010-04-081-1/+1
| | | | | * README-release: Use Mail-Followup-To: rather than Reply-To:. The former works more reliably, at least with Gnus.
* doc: synchronize parts of README-release from grep's versionJim Meyering2010-03-311-7/+11
| | | | | * README-release (FIXME): Add Reply-To, use coreutils@gnu.org for announcements. Update savannah-verbatim-announcement procedure.
* doc: rewrite part of README-releaseJim Meyering2010-02-071-9/+17
| | | | * README-release (Pre-release testing): Reorganize.
* maint: add missing "post-release push" step to release procedureJim Meyering2010-01-141-2/+2
| | | | | | | * README-release: Push the automated release and post-release NEWS-updating commits. Pádraig Brady reported that I'd pushed the tag without also pushing the followup commit.
* build: "make stable" emitted an invalid gnupload commandJim Meyering2009-11-181-1/+1
| | | | | * cfg.mk (gnu_ftp_host-stable): Rename from gnu_ftp_host-major. * README-release: Change another s/major/stable/.
* admin: automate one more part of the release processJim Meyering2009-10-311-6/+3
| | | | | | | | This script automates the process of updating NEWS, performs the resulting final commit (thus with a consistent log message), and applies a signed tag (v$VERSION) to the result. * build-aux/do-release-commit-and-tag: New script. * README-release: Document it.
* admin: fix typo in release procedureJim Meyering2009-10-311-1/+1
| | | | * README-release: s/gzip/coreutils/
* maint: make release-making instructions more genericJim Meyering2009-10-061-12/+21
| | | | * README-release: Make instructions more generic.
* maint: automate the web-doc updating procedureJim Meyering2009-09-211-11/+2
| | | | | * gnu-web-doc-update: New script, destined for gnulib. * README-release: Refer to the new script.
* maint: doc: adjust README-releaseJim Meyering2009-09-111-2/+1
| | | | | | * README-release: Remove mention of bootstrap's old --gnulib-srcdir=/gnulib option. No longer needed, and its use can lead to subtle problems.
* maint: README-release: minor improvementsJim Meyering2009-05-141-1/+3
| | | | | * 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.
* maint: tweak release-building notesJim Meyering2009-05-011-3/+3
| | | | | | * README-release: Specify -j1 on the command to run all tests. Otherwise, running some in parallel would cause failures, e.g., for rm/ext3-perf and tail-2/assert-2.
* * README-release (savannah news): Also mention the Subject: to use.Jim Meyering2009-03-311-1/+2
|
* maint: improve release-related process and documentationJim Meyering2009-03-031-4/+4
| | | | | | | | | | * README-release: Fix typo. it's "maintainer-clean". Refer to HACKING for full list of dependencies. Use cvs add's -ko option to inhibit $Id$-style keyword expansion. * maint.mk (web-manual): Factor out definition of $(manual_title). (vc-dist): Set XZ_OPT=-9ev for the final "make dist". * cfg.mk (manual_title): Define it here. Suggestions from Eric Blake.
* dist: document our release procedureJim Meyering2009-03-021-0/+95
* README-release: New file.