|
827464ed
|
2025-06-28T12:04:50
|
|
gnupload: adjust commentary regarding gnupg versions
Suggested by Bruno Haible in:
<https://lists.gnu.org/archive/html/bug-gnulib/2025-06/msg00310.html>.
* build-aux/gnupload: Remove misleading year comment. Mention that
Slackware requires 'gpg2' instead of 'gpg' instead of Ubuntu where they
are now the same.
|
|
9a1a6385
|
2025-06-09T19:50:35
|
|
Silence 'time-stamp' warnings with bleeding-edge Emacs.
* build-aux/announce-gen: Use "%Y" instead of "%:y" for the
'time-stamp-format' local variable.
* build-aux/do-release-commit-and-tag: Likewise.
* build-aux/gendocs.sh: Likewise.
* build-aux/git-version-gen: Likewise.
* build-aux/gitlog-to-changelog: Likewise.
* build-aux/gnu-web-doc-update: Likewise.
* build-aux/gnupload: Likewise.
* build-aux/move-if-change: Likewise.
* build-aux/prefix-gnulib-mk: Likewise.
* build-aux/update-copyright: Likewise.
* build-aux/useless-if-before-free: Likewise.
* build-aux/vc-list-files: Likewise.
* top/bootstrap: Likewise.
* top/bootstrap-funclib.sh: Likewise.
* build-aux/bootstrap: Regenerate.
|
|
7b089321
|
2025-01-01T09:24:36
|
|
maint: run 'make update-copyright'
|
|
568e3cb1
|
2024-12-09T00:04:57
|
|
gnupload: mention GPG_TTY
* build-aux/gnupload (usage): Mention GPG_TTY and gpg-agent.
|
|
71dd87c3
|
2024-07-04T04:04:11
|
|
Make time-stamp after-save-hooks buffer-local.
* build-aux/announce-gen: Pass optional arguments to 'add-hook'.
* build-aux/bootstrap: Likewise.
* build-aux/do-release-commit-and-tag: Likewise.
* build-aux/gendocs.sh: Likewise.
* build-aux/git-version-gen: Likewise.
* build-aux/gitlog-to-changelog: Likewise.
* build-aux/gnu-web-doc-update: Likewise.
* build-aux/gnupload: Likewise.
* build-aux/move-if-change: Likewise.
* build-aux/prefix-gnulib-mk: Likewise.
* build-aux/update-copyright: Likewise.
* build-aux/useless-if-before-free: Likewise.
* build-aux/vc-list-files: Likewise.
* top/bootstrap: Likewise.
* top/bootstrap-funclib.sh: Likewise.
|
|
5b92dd0a
|
2024-01-01T10:31:48
|
|
maint: run 'make update-copyright'
|
|
2ccec72d
|
2023-03-20T07:21:27
|
|
gnupload: correct SFTP connection URL
Approved by Sergey Poznyakoff in
<https://lists.gnu.org/archive/html/bug-gnulib/2023-03/msg00078.html>.
* build-aux/gnupload: fix gnu.org.ua SFTP connection URL:
puszcza.gnu.org.ua -> download.gnu.org.ua
|
|
32a72f45
|
2023-01-01T01:14:21
|
|
maint: run 'make update-copyright'
|
|
b5a3c17d
|
2022-01-27T10:57:02
|
|
maint: Update copyright notices
* build-aux/announce-gen, build-aux/declared.sh:
* build-aux/git-version-gen, build-aux/gitlog-to-changelog:
* build-aux/gnu-web-doc-update, build-aux/gnupload:
* build-aux/increment-serial, build-aux/libtool-next-version:
* build-aux/useless-if-before-free:
Update some copyright notices by hand, that were not
updated automatically.
|
|
eec12c00
|
2022-01-01T09:43:19
|
|
maint: run 'make update-copyright'
|
|
8bd125ff
|
2021-04-11T14:25:56
|
|
gnupload: Implement --version option according to GCS.
* build-aux/gnupload (copyright_year, copyright): New variables.
(--version): Print also a short copyright and license notice.
|
|
4b948321
|
2021-01-01T07:28:52
|
|
maint: run 'make update-copyright'
|
|
2cdc1baf
|
2020-01-01T00:00:18
|
|
maint: Run 'make update-copyright'
|
|
d654989d
|
2019-05-11T20:49:22
|
|
gnupload: Explain how to create symlinks.
* build-aux/gnupload (usage): Add an example that creates symlinks.
|
|
e6633650
|
2019-01-01T00:25:11
|
|
maint: Run 'make update-copyright'
|
|
ef499218
|
2018-12-01T16:28:17
|
|
gnupload: Document short options.
* build-aux/gnupload (usage): Document the short options.
|
|
5e9a8b60
|
2018-11-28T18:00:51
|
|
gnupload: Support option -h as alias of --help.
The first time I ran gnupload, I used -h and got an error. ;-) This
patch adds -h as an alias for --help.
* build-aux/gnupload: Support -h.
|
|
8fc7a7c0
|
2018-05-19T12:01:06
|
|
gnupload: adjust comment
* build-aux/gnupload: Add FIXME-2020 comment, to make it slightly
more likely we'll remove the just-added code in a year or two.
|
|
065e118c
|
2018-05-19T13:00:16
|
|
gnupload: Fix "gpg-agent is not available in this session" error.
* build-aux/gnupload (GPG): Pick the right GNUPG executable to use.
|
|
db0b059a
|
2018-03-07T00:29:38
|
|
maint: write-file-hooks -> before-save-hook
write-file-hooks is obsolete since Emacs 22.1 (released June 2007) and
it's time to use the recommended replacement.
Problem reported by Glenn Morris in:
https://lists.gnu.org/r/bug-gnulib/2018-03/msg00008.html
* build-aux/announce-gen, build-aux/bootstrap:
* build-aux/do-release-commit-and-tag, build-aux/gendocs.sh:
* build-aux/git-version-gen, build-aux/gitlog-to-changelog:
* build-aux/gnu-web-doc-update, build-aux/gnupload:
* build-aux/move-if-change, build-aux/prefix-gnulib-mk:
* build-aux/update-copyright, build-aux/useless-if-before-free:
* build-aux/vc-list-files:
Update hook usage for files where Gnulib is the canonical source.
|
|
281b825e
|
2018-01-01T00:57:25
|
|
maint: Run 'make update-copyright'
|
|
ca35d468
|
2017-09-13T00:48:18
|
|
all: prefer https: URLs
|
|
a3fd683d
|
2017-01-01T02:59:23
|
|
version-etc: new year
* build-aux/gendocs.sh (version):
* doc/gendocs_template:
* doc/gendocs_template_min:
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR):
Update copyright dates by hand in templates and the like.
* all files: Run 'make update-copyright'.
|
|
6118065a
|
2016-01-12T09:29:40
|
|
Port Universal Time settings to strict POSIX
* build-aux/announce-gen, build-aux/bootstrap:
* build-aux/do-release-commit-and-tag, build-aux/git-version-gen:
* build-aux/gitlog-to-changelog, build-aux/gnu-web-doc-update:
* build-aux/gnupload, build-aux/mkinstalldirs:
* build-aux/move-if-change, build-aux/prefix-gnulib-mk:
* build-aux/update-copyright, build-aux/useless-if-before-free:
* build-aux/vc-list-files, tests/test-strftime.c:
Use TZ="UTC0", not TZ="UTC". Either works on GNU platforms,
but POSIX says the behavior of TZ="UTC" is undefined.
|
|
71090a2a
|
2016-01-01T00:56:19
|
|
version-etc: new year
* build-aux/gendocs.sh (version):
* doc/gendocs_template:
* doc/gendocs_template_min:
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR):
Update copyright dates by hand in templates and the like.
* all files: Run 'make update-copyright'.
|
|
b9bfe784
|
2015-01-01T01:38:23
|
|
version-etc: new year
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date.
* all files: Run 'make update-copyright'.
|
|
1276a2c5
|
2014-01-01T00:04:40
|
|
maint: update copyright
I ran 'make update-copyright'.
Signed-off-by: Eric Blake <eblake@redhat.com>
|
|
db9cad7b
|
2013-03-19T10:47:12
|
|
check for (erroneous) ftp-upload.gnu.org
|
|
9fc81090
|
2013-01-01T00:50:58
|
|
maint: update all copyright year number ranges
Run "make update-copyright". Compare to commit 1602f0a from last year.
Signed-off-by: Eric Blake <eblake@redhat.com>
|
|
0efa0d15
|
2012-12-11T17:14:34
|
|
gnupload: Work with GnuPG using gpg-agent (for smartcards).
* build-aux/gnupload: If GnuPG is configured to use gpg-agent,
let it handle password prompting.
|
|
ddc74a78
|
2012-06-10T17:07:44
|
|
do not ask for gpg pw with --dry-run
|
|
0023eb36
|
2012-06-10T17:05:27
|
|
implement --replace for ftp-upload protocol v1.2
|
|
a27cef6c
|
2012-03-12T12:45:42
|
|
Collapse list of copyright years to ranges. See
<https://lists.gnu.org/archive/html/bug-gnulib/2012-03/msg00051.html>.
* build-aux/bootstrap.conf, build-aux/csharpcomp.sh.in,
build-aux/csharpexec.sh.in, build-aux/gnupload,
build-aux/install-reloc, build-aux/javacomp.sh.in,
build-aux/javaexec.sh.in, build-aux/ldd.sh.in,
build-aux/move-if-change, build-aux/reloc-ldflags,
build-aux/relocatable.sh.in, build-aux/x-to-1.in: Fix copyright.
|
|
f8b71202
|
2012-01-15T16:49:11
|
|
gnupload: we hold the master copy of this script now
For motivation and more information, see:
<http://lists.gnu.org/archive/html/bug-gnulib/2012-01/msg00222.html>
* build-aux/gnupload: Make it clear in the heading comments that the
master copy of this file is maintained by gnulib. Since we are at
it, bump its copyright year and ...
($scriptversion): ... the date in its version.
($usage): Patches and bug reports should be sent to the gnulib list,
not the automake one.
* config/srclist.txt: Don't try to sync 'gnupload' from automake
anymore.
|
|
60224129
|
2012-01-07T08:49:48
|
|
autoupdate
|
|
6257c6cf
|
2010-05-24T06:56:22
|
|
autoupdate
|
|
f1a5e518
|
2010-04-27T07:17:44
|
|
autoupdate
|
|
1463045d
|
2010-02-08T08:48:22
|
|
-mautoupdate
|
|
c8acf2dc
|
2010-02-07T06:46:52
|
|
-mautoupdate
|
|
fb4a9aa8
|
2010-01-27T17:12:30
|
|
maint: normalize copyright notices
Normalize some copyright comments: change the two spaces before
"Free Software..." to one:
git grep -l -E '[0-9]{4} *Free Software' \
| xargs perl -pi -e 's/ +(Free Software)/ $1/'
|
|
ff867baa
|
2010-01-27T16:13:04
|
|
Fix copyright statement.
|
|
4b93a257
|
2009-12-25T07:02:05
|
|
autoupdate
|
|
563c7796
|
2009-12-01T06:38:45
|
|
autoupdate
|
|
cb75dc5b
|
2009-05-18T06:38:50
|
|
autoupdate
|
|
a556453c
|
2009-05-05T05:40:15
|
|
autoupdate
|
|
f56df0d9
|
2009-03-06T07:02:56
|
|
autoupdate
|
|
c6162b39
|
2009-03-05T06:10:01
|
|
autoupdate
|
|
a19c3865
|
2009-01-30T06:17:28
|
|
autoupdate
|
|
381fa193
|
2008-11-13T08:11:30
|
|
autoupdate
|
|
5f0d8cd1
|
2008-08-03T13:28:46
|
|
gnupload: restore lost executable bit
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
d4dcb232
|
2008-08-03T07:02:43
|
|
autoupdate
|
|
d757f9a9
|
2008-04-03T07:58:16
|
|
Fix mode change
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
357e7208
|
2008-04-03T06:19:48
|
|
autoupdate
|
|
1533e652
|
2008-01-24T06:51:43
|
|
autoupdate
|
|
9375b5de
|
2007-12-15T10:21:05
|
|
* build-aux/gnupload (GPG): Don't hard-code patch to gpg binary.
|
|
0759f9fc
|
2007-07-08T12:51:58
|
|
autoupdate
|
|
986fe506
|
2007-06-30T09:23:46
|
|
Sync from Automake.
* build-aux/gnupload: Fix shell portability issues with for loops.
Report by Karl Berry.
|
|
45429381
|
2006-11-12T09:50:10
|
|
Sync from Automake.
* build-aux/gnupload: Revert last change. Add pointer to upload
instructions of the GNU Maintenance Instructions.
Suggestion by Karl Berry.
|
|
8f9119f3
|
2006-11-08T18:58:42
|
|
Sync from Automake.
* build-aux/gnupload: Add missing 'gnu' to example URL.
Report by Karl Berry.
|
|
6d9e72fc
|
2006-10-16T21:05:39
|
|
(Imported from Automake.)
* build-aux/gnupload: Update to version 1.1 of directive file.
|
|
c95f0f87
|
2006-10-16T13:59:29
|
|
autoupdate
|
|
4294e577
|
2006-08-22T13:23:55
|
|
Add gnupload module.
|