diff options
author | Jim Meyering <jim@meyering.net> | 2007-09-02 09:38:39 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-09-02 09:38:50 +0200 |
commit | 2c57c49cc39e8e7250495d4d7ce713ba06272a46 (patch) | |
tree | f790cd9fe3ab445ccade223c8d47ad4a4b4ce6d1 /ChangeLog | |
parent | 5fabec7fb6b21b4c86e00d1a69f73d236c1f2991 (diff) | |
download | coreutils-2c57c49cc39e8e7250495d4d7ce713ba06272a46.tar.xz |
bootstrap: uses rsync to download the .po files
* bootstrap (po_download_command_format): New global.
(download_po_files): Use rsync.
(update_po_files): Don't remove .po files after download,
so future rsync runs can take advantage of the copies.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-09-02 Jim Meyering <jim@meyering.net> + + bootstrap: uses rsync to download the .po files + * bootstrap (po_download_command_format): New global. + (download_po_files): Use rsync. + (update_po_files): Don't remove .po files after download, + so future rsync runs can take advantage of the copies. + 2007-09-01 Jim Meyering <jim@meyering.net> * bootstrap (gnulib_tool): Make sha1sum check quietly. |