diff options
Diffstat (limited to 'tests/rep-info.testscript')
-rw-r--r-- | tests/rep-info.testscript | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/tests/rep-info.testscript b/tests/rep-info.testscript index 2c02c8f..4b7c15a 100644 --- a/tests/rep-info.testscript +++ b/tests/rep-info.testscript @@ -116,7 +116,8 @@ $* --name $rep/testing >"pkg:build2.org/rep-info/testing ($rep/testing)" license: MIT url: http://www.example.org/foo email: foo-users@example.org - bootstrap-build:\ + bootstrap-build: + \ project = foo \ @@ -144,13 +145,15 @@ $* --name $rep/testing >"pkg:build2.org/rep-info/testing ($rep/testing)" version: 1.0.0+1 summary: libbar license: MIT - description:\ + description: + \ TODO \ description-type: text/plain %.+ - bootstrap-build:\ + bootstrap-build: + \ project = libbar using config @@ -182,13 +185,15 @@ $* --name $rep/testing >"pkg:build2.org/rep-info/testing ($rep/testing)" version: 1.0.0+1 summary: libbar license: MIT - description:\ + description: + \ TODO \ description-type: text/plain %.+ - bootstrap-build:\ + bootstrap-build: + \ project = libbar using config @@ -202,13 +207,15 @@ $* --name $rep/testing >"pkg:build2.org/rep-info/testing ($rep/testing)" version: 1.0.0 summary: libmbar license: MIT - description:\ + description: + \ TODO \ description-type: text/plain %.+ - bootstrap-build:\ + bootstrap-build: + \ project = libmbar using config @@ -245,7 +252,8 @@ $* --name $rep/testing >"pkg:build2.org/rep-info/testing ($rep/testing)" license: MIT url: http://www.example.org/foo email: foo-users@example.org - bootstrap-build:\ + bootstrap-build: + \ project = foo \ |