debian-forge-composer/internal
Ondřej Budai 189b2b4547 crypt: fix gcc warning
Newer gcc doesn't really like strncpy producing following warnings:
warning: ‘strncpy’ specified bound depends on the length of the source argument

I switched the function to the plain old strcpy as strncpy is not necessary anyway
because we allocate the destination buffer using size returned from strlen.
2019-10-31 21:46:39 +01:00
..
blueprint test: move image-info tests to test/ 2019-10-30 01:25:44 +01:00
crypt crypt: fix gcc warning 2019-10-31 21:46:39 +01:00
jobqueue worker: move Job type to the jobqueue package 2019-10-29 16:08:54 +01:00
pipeline pipeline/stages: Add support for various stages defined in osbuild 2019-10-24 15:13:47 +02:00
rpmmd Remove process termination in case of error from runDNF function 2019-10-14 23:43:04 +02:00
store store: add image size to compose status response 2019-10-28 02:02:16 +01:00
target pipeline/target: implement as variant types 2019-09-28 17:49:07 +02:00
weldr weldr/tests: update tests to specify ignored fields 2019-10-31 19:08:34 +01:00