sync --content: Drop files from remotes that don't have them after getting them.

Need to include the uuid of the local repo in the list of belived locations
of a key after getting it, in order for the drop from remote to include it
in the numcopies calculation.
This commit is contained in:
Joey Hess 2014-02-02 22:46:55 -04:00
parent 0de879e264
commit fded408b44
2 changed files with 8 additions and 2 deletions

2
debian/changelog vendored
View file

@ -15,6 +15,8 @@ git-annex (5.20140128) UNRELEASED; urgency=medium
* sync --content: Reuse smart copy code from copy command, including
handling and repairing out of date location tracking info.
Closes: #737480
* sync --content: Drop files from remotes that don't have them after
getting them.
* Added ways to configure rsync options to be used only when uploading
or downloading from a remote. Useful to eg limit upload bandwidth.
* Document in man page that sshcaching uses ssh ControlMaster.