]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed a bug: files that no longer exist remotely would never be
authorGuido van Rossum <guido@python.org>
Thu, 14 Nov 1996 18:24:47 +0000 (18:24 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 Nov 1996 18:24:47 +0000 (18:24 +0000)
commite41d00bb6a503023ee1fe95bfb8ffe9a53b22ca9
tree2390097d08a1fe047a9fc2af76819ac6612d3d47
parentc59120ba1730b65d1f4b475ebd11f5ecf7780e03
Fixed a bug: files that no longer exist remotely would never be
removed from .mirrorinfo.  Now they are (even if -r is not specified
-- the files are not removed, just their .mirrorinfo entry).

Added a feature: the -s pattern option is also used to skip local
files when removing (i.e. -r won't remove local files matching the -s
patterns).
Tools/scripts/ftpmirror.py