]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
cs-adjust-flight: Correct pseudo-BNF synopsys for runvar-build-set
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 1 Dec 2017 11:11:38 +0000 (11:11 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 1 Dec 2017 11:11:38 +0000 (11:11 +0000)
In 497b2c6c933d13a05b01c6a654ce470be16dd78a
  cs-adjust-flight: Rework runvar-build-set new value handling
the interpretation of this parameter was changed completely, but the
synopsis was not updated and thus became wrong.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
cs-adjust-flight

index f443cfd8a59fc58f2ccfcc5e156e410a4234d0fc..afb81cbebeacacc1eefd4b3aab10a934f187a4d7 100755 (executable)
@@ -14,7 +14,7 @@
 #   runvar-del <job-spec> <var-spec>
 #   runvar-change <job-spec> <var-spec> <old-value> <new-value>
 #   runvar-perlop <job-spec> <var-spec> <perl-expr>
-#   runvar-build-set <job-spec> <var-spec> <old-value> <flight>[.<job>]
+#   runvar-build-set <job-spec> <var-spec> <old-meaning> <new-value>|<flight>.
 #   recipe-set <job-spec> <new-value>
 #   intended-blessing <intended-blessing>
 #   branch-set <new-branch>
 #
 # runvar-build-set  always only affects runvars m/buildjob$/
 #                    and may be further limited by <var-spec>;
-#                   and, <old-value> is matched against a value
-#                    containing the being-manipulated flight name
-#                    even if the actual runvar value omits it
+#                   and, <old-meaning> is the old value but matches
+#                    against values containing the being-manipulated
+#                    flight name even if the actual runvar values
+#                    omits it
 #                   and, if <new-value> ends in ., it is
 #                    completed with the <old-value>'s job name
 #