[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST v4 1/7] cs-adjust-flight: `branch' command ought to be `branch-set'
Also add a doc string and since this op is not a change adjust the doc comment accordingly. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- v3: New patch. --- cs-adjust-flight | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cs-adjust-flight b/cs-adjust-flight index 834e2c8..a94ed5f 100755 --- a/cs-adjust-flight +++ b/cs-adjust-flight @@ -3,9 +3,9 @@ # destination flight must already exist # # args: -# <dst-flight> [<change> ...] +# <dst-flight> [<op> ...] # -# <change>: +# <op>: # copy <flight> # copy-jobs <flight> <job-spec> # jobs-list <job-spec> @@ -16,6 +16,7 @@ # runvar-perlop <job-spec> <var-spec> <perl-expr> # recipe-set <job-spec> <new-value> # intended-blessing <intended-blessing> +# branch-set <new-branch> # # <foo-spec>: # <foo-name> @@ -330,7 +331,7 @@ sub change__intended_blessing { verbose "$dstflight blessing set to $blessing\n"; } -sub change__branch { +sub change__branch_set { die unless @changes >= 1; my $branch = shift @changes; -- 2.5.3 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |