diff options
author | Jim Meyering <meyering@redhat.com> | 2007-12-15 09:43:43 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-12-15 09:43:43 +0100 |
commit | e657807596d9ee4a286661c68ac00640fe5ae8df (patch) | |
tree | 6c631079181679a71003adfdd70b6e0494b3663c | |
parent | d11bfb04549d89a439aa5018baa83718e4b73e00 (diff) | |
download | coreutils-e657807596d9ee4a286661c68ac00640fe5ae8df.tar.xz |
* Makefile.cfg (gpg_key_ID): Use new, longer signing subkey.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.cfg | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-12-15 Jim Meyering <meyering@redhat.com> + + * Makefile.cfg (gpg_key_ID): Use new, longer signing subkey. + 2007-12-12 Jim Meyering <meyering@redhat.com> * tests/mv/part-symlink: Redirect diff output to stderr. diff --git a/Makefile.cfg b/Makefile.cfg index 34812068e..d1116bc66 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -25,7 +25,7 @@ url_dir_list = \ ftp://$(gnu_rel_host)/gnu/coreutils # The GnuPG ID of the key used to sign the tarballs. -gpg_key_ID = D333CBA1 +gpg_key_ID = B9AB9A16 # Tests not to run as part of "make distcheck". # Exclude changelog-check here so that there's less churn in ChangeLog |