Commit Graph

7 Commits

Author SHA1 Message Date
sergiotarxz 3e331d7b1a Refactoring the Peace::Model::Release generate_build method. 2022-03-30 01:54:03 +02:00
sergiotarxz 5eb44406a9 Fixing broken integration test and improving the build generation.
To avoid the app_id duplicity the app now checks that the given
app_id is the same that the repo app_id and fails if it isn't (untested yet)
also if the sdk or runtime is installed at operative system level, the
installation is skipped to be able to avoid the major source of overhead
in the build.

The build system has been rethinked so a release can have multiple
builds to the same architecture if one was unsuccessful. This may
help repositories which choose to release against a branch, if
you release against a tag you will probably have to make other
release fixing the error anyway.
2022-03-29 19:18:17 +02:00
sergiotarxz cd17423eb5 Improved the Peace::Model::Release generate_build. 2022-03-29 01:03:02 +02:00
sergiotarxz a2cf90ca29 Adding a still very incomplete method to generate builds from releases. 2022-03-28 03:23:17 +02:00
sergiotarxz 898b1af4a6 Tests improvements.
release-dao integration test, fixing broken docs,
fixing broken test at t/00008-application-dao.t
2022-03-25 02:12:32 +01:00
sergiotarxz ea7c5b7471 Adding test for the recovery from uuid of application. 2022-03-24 19:06:01 +01:00
sergiotarxz 436edcef00 Adding Release Model and multiple doc improvements. 2022-03-24 18:52:35 +01:00