From 0deca1f56bf5c1cdb90d0e38950ed8000ebf491e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 4 Jul 2024 19:42:38 +0300 Subject: Fix test packages.manifest files by adding bootstrap-build values --- tests/load/1/basics/packages.manifest | 4 ++++ tests/load/1/misc/packages.manifest | 20 ++++++++++++++++++++ tests/load/1/staging/packages.manifest | 12 ++++++++++++ tests/load/1/testing/packages.manifest | 8 ++++++++ 4 files changed, 44 insertions(+) diff --git a/tests/load/1/basics/packages.manifest b/tests/load/1/basics/packages.manifest index d422df5..95bfedb 100644 --- a/tests/load/1/basics/packages.manifest +++ b/tests/load/1/basics/packages.manifest @@ -7,5 +7,9 @@ summary: The Expat Library license: MIT url: http://www.example.com/expat/ email: expat-users@example.com +bootstrap-build: +\ +project = libexpat +\ location: libexpat-5.1.tar.gz sha256sum: 75ccba3da34dd0296866027a26b6bacf08cacc80f54516d3b8d8eeccbe31ab93 diff --git a/tests/load/1/misc/packages.manifest b/tests/load/1/misc/packages.manifest index 86620dd..bab35c4 100644 --- a/tests/load/1/misc/packages.manifest +++ b/tests/load/1/misc/packages.manifest @@ -16,6 +16,10 @@ depends: libmath >= 2.0.0 requires: linux | windows | macosx changes: some changes changes-type: text/plain +bootstrap-build: +\ +project = libbar +\ location: libbar-2.4.0+3.tar.gz sha256sum: 70ccba3da34dd0296866027a26b6bacf08cacc80f54516d3b8d8eeccbe31ab93 : @@ -25,6 +29,10 @@ summary: Foo Library license: MIT url: http://www.example.com/foo/ email: foo-users@example.com +bootstrap-build: +\ +project = libfoo +\ location: libfoo-1.0.tar.gz sha256sum: e89c6d746f8b1ea3ec58d294946d2f683d133438d2ac8c88549ba24c19627e76 : @@ -34,6 +42,10 @@ summary: Foo license: MIT url: http://www.example.com/foo/ email: foo-users@example.com +bootstrap-build: +\ +project = libfoo +\ location: libfoo-0.1.tar.gz sha256sum: 72ccba3da34dd0296866027a26b6bacf08cacc80f54516d3b8d8eeccbe31ab93 : @@ -43,6 +55,10 @@ summary: Foo Library license: MIT url: http://www.example.com/foo/ email: foo-users@example.com +bootstrap-build: +\ +project = libfoo +\ location: libfoo-1.2.4+1.tar.gz sha256sum: 6692a487e0908598e36bdeb9c25ed1e4a35bb99587dbc475807d314fa0719ac6 : @@ -52,5 +68,9 @@ summary: Foo Library license: MIT url: http://www.example.com/foo/ email: foo-users@example.com +bootstrap-build: +\ +project = libfoo +\ location: libfoo-1.2.4+2.tar.gz sha256sum: 74ccba3da34dd0296866027a26b6bacf08cacc80f54516d3b8d8eeccbe31ab93 diff --git a/tests/load/1/staging/packages.manifest b/tests/load/1/staging/packages.manifest index 97c252a..e42fe43 100644 --- a/tests/load/1/staging/packages.manifest +++ b/tests/load/1/staging/packages.manifest @@ -7,6 +7,10 @@ summary: The Expat Library license: MIT url: http://www.example.com/expat/ email: expat-users@example.com +bootstrap-build: +\ +project = libexpat +\ location: libexpat-5.1.tar.gz sha256sum: 75c0ba3da34dd0296866027a26b6bacf08cacc80f54516d3b8d8eeccbe31ab93 : @@ -16,6 +20,10 @@ summary: The Genx Library license: MIT url: http://www.example.com/genx/ email: genx-users@example.com +bootstrap-build: +\ +project = libgenx +\ location: libgenx-1.0.tar.gz sha256sum: 75c1ba3da34dd0296866027a26b6bacf08cacc80f54516d3b8d8eeccbe31ab93 : @@ -26,5 +34,9 @@ license: MIT url: http://www.example.com/misc/ email: misc-users@example.com depends: libexpat >= 5.0 +bootstrap-build: +\ +project = libmisc +\ location: libmisc-1.0.tar.gz sha256sum: 75c2ba3da34dd0296866027a26b6bacf08cacc80f54516d3b8d8eeccbe31ab93 diff --git a/tests/load/1/testing/packages.manifest b/tests/load/1/testing/packages.manifest index 2d458f0..2606d0e 100644 --- a/tests/load/1/testing/packages.manifest +++ b/tests/load/1/testing/packages.manifest @@ -8,6 +8,10 @@ license: MIT url: http://www.example.com/misc/ email: misc-users@example.com depends: libexpat >= 5.0 +bootstrap-build: +\ +project = libmisc +\ location: libmisc-2.4.0.tar.gz sha256sum: 75ccba3da34dd0296866027a26b6bacf08cacc80f54516d3b8d8eeccbe31ab94 : @@ -18,5 +22,9 @@ license: MIT url: http://www.example.com/misc/ email: misc-users@example.com depends: libexpat >= 5.0 +bootstrap-build: +\ +project = libmisc +\ location: libmisc-2.3.0+1.tar.gz sha256sum: 11ccba3da34dd0296866027a26b6bacf08cacc80f54516d3b8d8eeccbe31ab94 -- cgit v1.1