This commit is contained in:
Joey Hess 2025-03-18 13:00:54 -04:00
parent bcfd554a0f
commit 2466677b7b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 4 additions and 3 deletions

View file

@ -18,7 +18,7 @@ was provided to [[git-annex-addcomputed]](1).
For example: For example:
# git-annex findcomputed # git-annex findcomputed
foo.png (imageconvert) -- convert file.raw file.jpeg passes=10 foo.jpeg (imageconvert) -- convert file.raw file.jpeg passes=10
bar.gz (compressor) -- compress bar --level=9 bar.gz (compressor) -- compress bar --level=9
# OPTIONS # OPTIONS

View file

@ -15,9 +15,10 @@ compute special remote. --[[Joey]]
* annex.diskreserve can also be violated if computing a file gets source * annex.diskreserve can also be violated if computing a file gets source
files that are larger than the disk reserve. This could be checked. files that are larger than the disk reserve. This could be checked.
* Maybe add a file matching option, eg: * Maybe add a file matching options, eg:
git-annex find --inputof=remote:file git-annex find --computeinputof=remote:file
git-annex find --computeoutputof=remote:file
* allow git-annex enableremote with program= explicitly specified, * allow git-annex enableremote with program= explicitly specified,
without checking annex.security.allowed-compute-programs without checking annex.security.allowed-compute-programs