From b804f8a3ccee9dc1f54fc5ae749f55f82d9a1c78 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Feb 2025 15:09:46 -0400 Subject: [PATCH] update --- doc/design/compute_special_remote_interface.mdwn | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/design/compute_special_remote_interface.mdwn b/doc/design/compute_special_remote_interface.mdwn index 707c65d742..cc03b4861f 100644 --- a/doc/design/compute_special_remote_interface.mdwn +++ b/doc/design/compute_special_remote_interface.mdwn @@ -87,11 +87,6 @@ Use "INPUT" when a file is an input to the computation, and "VALUE" for all other input values. Use "INPUT?" and "VALUE?" for optional inputs and values. -Note that the Name and Id both have to be legal git-annex metadata field -names. And should be lower cased. The user is allowed to use any case -for the names when providing inputs and values to `git-annex addcomputed` -though. - The interface can also optionally include a "REPRODUCIBLE" line. That indicates that the results of its computations are expected to be bit-for-bit reproducible.