summaryrefslogtreecommitdiff
path: root/build-aux/announce-gen
Commit message (Collapse)AuthorAgeFilesLines
...
* maint.mk, announce-gen: allow project-specific announcement mail headersJim Meyering2010-05-031-2/+13
| | | | | | | * top/maint.mk (translation_project_): Define default. (announcement_Cc_, announcement_mail_headers_): Likewise. (announcement): Invoke announce-gen with new --mail-headers option. * build-aux/announce-gen: New option: --mail-headers=HEADERS.
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
| | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
* build: mention ftp redirector in release announcementsEric Blake2009-11-201-1/+6
| | | | | | | | | | | | | Now that http://ftpmirror.gnu.org/PACKAGE/ redirects to a nearby mirror, we should promote its use in release announcements. Meanwhile, mention the mirror list. * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for values that used to come from cfg.mk; mention FTP redirect URL. * build-aux/announce-gen: Mention the mirror list. Suggested by Karl Berry. Signed-off-by: Eric Blake <ebb9@byu.net>
* perl scripts: remove #!/usr/bin/perl in favor of more portable...Jim Meyering2009-10-301-9/+7
| | | | | | | | | | | | | Rather than putting #!/usr/bin/perl on the first line, start with a variant of what's recommended by "man perlrun" that invokes the first "perl" program from your shell's search path. * build-aux/gitlog-to-changelog: Replace #!... as above. Add a "Local Variables" perl mode setting. Prompted by a patch from Ludovic Courtès. Improved by Eric Blake. * build-aux/useless-if-before-free: Likewise. * build-aux/announce-gen: Likewise. * build-aux/update-copyright: Likewise.
* maint.mk: requiring "make major" was annoying, for a "minor" release.Jim Meyering2009-10-011-2/+2
| | | | | | | | What is intended is "stable", to contrast with alpha and beta, so require "make stable", not "make major". * build-aux/announce-gen (%valid_release_types): s/major/stable/. (get_tool_versions): Likewise. * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
* announce-gen: include [$release_type] in emitted Subject:Jim Meyering2009-09-111-2/+2
| | | | | * build-aux/announce-gen (get_tool_versions): Include [$release_type], e.g., [stable] in the emitted Subject: line.
* announce-gen: correct formatting in --help outputJim Meyering2009-09-011-3/+2
| | | | | * build-aux/announce-gen (usage): Move the one-line description in --help output "up", to where it belongs, just after Usage:.
* announce-gen: remove now-duplicate code at topJim Meyering2009-08-221-34/+1
| | | | * build-aux/announce-gen: Remove equivalent-but-more-verbose block.
* announce-gen: detect write failureJim Meyering2009-08-221-1/+9
| | | | * build-aux/announce-gen: Add Coda.
* Specify archive suffixes to announce-gen (the --archive-suffix option)Sergey Poznyakoff2009-03-051-8/+9
|
* announce-gen: new option: --no-print-checksumsJim Meyering2009-03-021-6/+8
| | | | | | * build-aux/announce-gen (usage): Describe it. (print_checksums): Print a newline here, not in the [*] footnote. (main): Honor it.
* announce-gen (get_tool_versions): Accept .xz tarballs.Jim Meyering2008-12-081-3/+5
|
* Accept Bison's NEWS format.Paolo Bonzini2008-11-051-1/+1
| | | | * build-aux/announce-gen (print_news_deltas): Tweak $re_prefix.
* Improve announce-gen user messages.Ben Pfaff2008-10-101-5/+7
|
* announce-gen: use a better key-server host nameJim Meyering2008-06-021-2/+2
| | | | | | * build-aux/announce-gen (main): Recommend keys.gnupg.net, since it may be more consistently reliable. Suggested by Werner Koch in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
* Use "git COMMAND", not "git-COMMAND".Jim Meyering2008-02-081-2/+2
| | | | | * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/. * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
* announce-gen: emit Gnulib's git-based version string.Jim Meyering2008-01-121-15/+18
| | | | | | | | | * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S. New option --gnulib-version=V, where V is expected to be the output of running git describe in the gnulib directory. (get_tool_versions): Request feedback on xdelta. I suspect it's not useful, and plan to stop publishing an xdelta file with each coreutils release.
* * build-aux/announce-gen: Also check for lzma-compressed files.Jim Meyering2008-01-121-3/+4
|
* * build-aux/announce-gen: Update to GPLv3.Paul Eggert2007-07-221-6/+5
|
* * build-aux/announce-gen: When complaining about excess arguments,Jim Meyering2007-02-271-3/+4
| | | | list them.
* * build-aux/announce-gen: Do not assume that the packageJim Meyering2006-12-281-9/+13
| | | | | builds any of tar.gz, tar.bz2, and .xdelta files. Suggestion from Simon Josefsson.
* * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.Jim Meyering2006-12-081-3/+11
| | | | Instead, use Emacs' time-stamp write hook.
* * build-aux/announce-gen: Add two new options, both optional:Jim Meyering2006-12-081-3/+66
| | | | | | | | | | | --bootstrap-tools=TOOL_LIST a comma-separated list of tools, e.g., autoconf,automake,bison,gnulib --gnulib-snapshot-date=DATE if gnulib is in the bootstrap tool list, then report this as the snapshot date. If not specified, use the current date/time. If you specify a date here, be sure it's UTC.
* * build-aux/announce-gen: New file. From coreutils.Jim Meyering2006-11-231-0/+437