sim: implement dropunwantedfrom
This commit is contained in:
parent
eb5fad4e79
commit
b85965cb3c
4 changed files with 63 additions and 51 deletions
|
@ -192,7 +192,7 @@ as passed to "git annex sim" while a simulation is running.
|
|||
Simulate the repository dropping files it does not want,
|
||||
when it is able to verify enough copies exist on remotes.
|
||||
|
||||
* `action repo dropunwanted remote`
|
||||
* `action repo dropunwantedfrom remote`
|
||||
|
||||
Simulate the repository dropping files from the remote that the remote
|
||||
does not want, when it is able to verify enouh copies exist.
|
||||
|
@ -217,7 +217,7 @@ as passed to "git annex sim" while a simulation is running.
|
|||
* `action repo push remote`
|
||||
|
||||
Simulate the equivilant of [[git-annex-push]](1) by combining
|
||||
the actions sendwanted, dropunwanted, and gitpush.
|
||||
the actions sendwanted, dropunwantedfrom, and gitpush.
|
||||
|
||||
* `action repo sync remote`
|
||||
|
||||
|
|
|
@ -34,8 +34,6 @@ Planned schedule of work:
|
|||
|
||||
* sim: implement addtree
|
||||
|
||||
* sim: implement ActionDropUnwanted
|
||||
|
||||
## items deferred until later for balanced preferred content and maxsize tracking
|
||||
|
||||
* `git-annex assist --rebalance` of `balanced=foo:2`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue