Bring over fixes from manual builds
this brings over the changes we applied to the manual builds and renames the script so we can prepare for merge to master
Merge request reports
Activity
mentioned in commit ebefc499
- although not package to be uploaded is tested, the whole build environment is copied to the container to have the chance to find errors
imho a wrong architecture might be given making the change _arm64 to _source fail
but we're building on arm64 - however we can delegate that job to
pbuilder
using it's--source-only-changes
option.although not package to be uploaded is tested, the whole build environment is copied to the container to have the chance to find errors
but that only works if devs have a good chance to fix these - so at least ci on arm01 needs to run the same tests - on at least arm64 beforehand.
but we're building on arm64 - however we can delegate that job to
pbuilder
using it's--source-only-changes
option.I was not sure if e.g. platform independent packages or backward compatible architectures or build options like thumb matter in this case
but that only works if devs have a good chance to fix these - so at least ci on arm01 needs to run the same tests - on at least arm64 beforehand.
I thought that they develop the pkgautotest files and are able to test the builds locally. The tag should contain a valid signature anyway. That would allow us to report the test output directly back.
Edited by Arno Bauernoppel