Peace/lib/Peace/Model
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
..
Application.pm Adding a app_id field to applications database which must remain unique. 2022-03-29 18:47:25 +02:00
Build.pm Improved the Peace::Model::Release generate_build. 2022-03-29 01:03:02 +02:00
Customer.pm Adding documentation for all models and a test to check all documentation. 2022-03-17 17:32:56 +01:00
Developer.pm Adding documentation for all models and a test to check all documentation. 2022-03-17 17:32:56 +01:00
Release.pm Fixing broken integration test and improving the build generation. 2022-03-29 19:18:17 +02:00