diff options
author | Bruno Haible <bruno@clisp.org> | 2010-05-26 23:20:23 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-06-03 15:09:44 +0200 |
commit | 72e56e45d54bc705a604a4657dbdf1c6d2f83ba1 (patch) | |
tree | 02fead57044ce23c508091442b387dd4941a669d /gettext-tools/misc | |
parent | ae943bcc1a5a0600d81c736980ad5d2018637217 (diff) | |
download | external_gettext-72e56e45d54bc705a604a4657dbdf1c6d2f83ba1.zip external_gettext-72e56e45d54bc705a604a4657dbdf1c6d2f83ba1.tar.gz external_gettext-72e56e45d54bc705a604a4657dbdf1c6d2f83ba1.tar.bz2 |
Interoperability with newer versions of 'cvs'.
Diffstat (limited to 'gettext-tools/misc')
-rw-r--r-- | gettext-tools/misc/ChangeLog | 7 | ||||
-rw-r--r-- | gettext-tools/misc/autopoint.in | 9 | ||||
-rw-r--r-- | gettext-tools/misc/convert-archive.in | 9 |
3 files changed, 25 insertions, 0 deletions
diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 194199d..b76c287 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,10 @@ +2010-05-26 Bruno Haible <bruno@clisp.org> + + Interoperability with newer versions of 'cvs'. + * autopoint.in: Unset some more environment variables. Set + CVS_SIGN_COMMITS to empty. + * convert-archive.in: Likewise. + 2010-05-16 Bruno Haible <bruno@clisp.org> convert-archive: Don't publicize the builder's name and email. diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 195fc04..e048d20 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -461,14 +461,23 @@ case "@ARCHIVE_FORMAT@" in unset CVS_CLIENT_LOG unset CVS_CLIENT_PORT unset CVS_IGNORE_REMOTE_ROOT + unset CVS_LOCAL_BRANCH_NUM + unset CVS_NOBASES unset CVS_PASSFILE unset CVS_PASSWORD + unset CVS_PROXY_PORT unset CVS_RCMD_PORT unset CVS_RSH unset CVS_SERVER unset CVS_SERVER_SLEEP + CVS_SIGN_COMMITS= + export CVS_SIGN_COMMITS + unset CVS_SSH + unset CVS_VERIFY_CHECKOUTS + unset CVS_VERIFY_TEMPLATE unset CVSIGNORE unset CVSREAD + unset CVSREADONLYFS unset CVSUMASK unset CVSWRAPPERS diff --git a/gettext-tools/misc/convert-archive.in b/gettext-tools/misc/convert-archive.in index 9b00607..03877bd 100644 --- a/gettext-tools/misc/convert-archive.in +++ b/gettext-tools/misc/convert-archive.in @@ -122,14 +122,23 @@ case "$from" in unset CVS_CLIENT_LOG unset CVS_CLIENT_PORT unset CVS_IGNORE_REMOTE_ROOT + unset CVS_LOCAL_BRANCH_NUM + unset CVS_NOBASES unset CVS_PASSFILE unset CVS_PASSWORD + unset CVS_PROXY_PORT unset CVS_RCMD_PORT unset CVS_RSH unset CVS_SERVER unset CVS_SERVER_SLEEP + CVS_SIGN_COMMITS= + export CVS_SIGN_COMMITS + unset CVS_SSH + unset CVS_VERIFY_CHECKOUTS + unset CVS_VERIFY_TEMPLATE unset CVSIGNORE unset CVSREAD + unset CVSREADONLYFS unset CVSUMASK unset CVSWRAPPERS |