From 273fa333112b16811d15755ebe55defb9508c073 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 3 Sep 2018 13:47:14 +0300 Subject: Add repository-type value to task manifest and rename repository value to repository-url --- tests/machine/testscript | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/machine/testscript') diff --git a/tests/machine/testscript b/tests/machine/testscript index 1dcf5d7..52373bd 100644 --- a/tests/machine/testscript +++ b/tests/machine/testscript @@ -18,7 +18,8 @@ toolchain_trust = 37:CE:2C:A5:1D:CF:93:81:D7:07:46:AD:66:B3:C3:90:83:B8:96:9E:34 pkg = hello ver = 1.0.0 -rep = https://hello.stage.build2.org/1/stable +rep_url = https://hello.stage.build2.org/1/stable +rep_type = pkg rfp = 37:CE:2C:A5:1D:CF:93:81:D7:07:46:AD:66:B3:C3:90:83:B8:96:9E:34:F0:E7:B3:A2:B0:6C:EF:66:A4:BE:65 # @@ There is currently no way to obtain a valid (default?) target for the @@ -88,7 +89,8 @@ test.options += --machines $machines --toolchain-id $checksum : 1 name: $pkg version: $ver - repository: $rep + repository-url: $rep_url + repository-type: $rep_type trust: $rfp machine: $machine target: $target -- cgit v1.1