diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-03 13:47:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-03 13:47:14 +0300 |
commit | 273fa333112b16811d15755ebe55defb9508c073 (patch) | |
tree | 6cd353a1ecb02cff0826cd1994f69ff1d081b294 /tests/integration/testscript | |
parent | 979cc6a6740f0174570923f2d968207b8eb1e16c (diff) |
Add repository-type value to task manifest and rename repository value to repository-url
Diffstat (limited to 'tests/integration/testscript')
-rw-r--r-- | tests/integration/testscript | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index 9406c43..43f77a2 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -50,22 +50,25 @@ controller = --fake-request ../task --dump-result pkg = libhello ver = 1.0.0 -#rep = https://build2.org/pkg/1/hello/stable +#rep_url = https://build2.org/pkg/1/hello/stable #rfp = FF:DF:7D:38:67:4E:C3:82:65:7E:EE:1F:D4:80:EC:56:C4:33:5B:65:3F:9B:29:9A:30:56:B9:77:B9:F2:01:94 -rep = https://hello.stage.build2.org/1/stable/ +rep_url = https://hello.stage.build2.org/1/stable/ +rep_type = pkg rfp = yes #\ pkg = bpkg ver = 0.6.0-a.0.1499870184.53fff46c5e5fd4df -rep = https://stage.build2.org/1 +rep_url = https://stage.build2.org/1 +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 #\ #\ pkg = build2 ver = 0.6.0-a.0.1500478402.30578be48463b93f -rep = https://stage.build2.org/1 +rep_url = https://stage.build2.org/1 +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 #\ @@ -83,7 +86,8 @@ b.test-installed:--progress" : 1 name: $pkg version: $ver - repository: $rep + repository-url: $rep_url + repository-type: $rep_type trust: $rfp machine: $machine target: $target |