chore: Update mender-artifact arguments to match latest version#1939
chore: Update mender-artifact arguments to match latest version#1939elkoniu wants to merge 1 commit into
Conversation
|
@elkoniu, start a full client pipeline with:
my commands and optionsYou can prevent me from automatically starting CI pipelines:
You can trigger a client pipeline on multiple prs with:
You can trigger a client pipeline for a specific Mender Client release with:
You can trigger GitHub->GitLab branch sync with:
You can print PR statistics for a repository with:
You can cherry pick to a given branch or branches with:
|
|
@mender-test-bot start client pipeline |
|
Hello 😺 I created a pipeline for you here: Pipeline-2472581725 Build Configuration Matrix
|
There was a problem hiding this comment.
The change in the single-file-artifact-gen looks good to me. Please do the same in directory-artifact-gen.
A quick grep returned:
Documentation/automatic-bootstrap-artifact.md
tests/src/artifact/v3/header/header_test.cpp
tests/src/mender-update/update_module/v3/update_module_test.cpp
tests/src/mender-update/daemon/state_test.cpp
tests/src/mender-update/cli/cli_test.cpp
tests/Dockerfile.daemon
support/modules-artifact-gen/directory-artifact-gen
please check this and update where necessary
Please also check for -t, e.g. in
mender/tests/src/artifact/parser_test.cpp
Line 58 in a1052d3
a806fc2 to
cc7b06d
Compare
In the latest version of mender-artifact parameter `--device-type` has been replaced with `--compatible-types`. This requires update all mender-artifact calls which still use old version of argument name. Ticket: MEN-9344 Signed-off-by: Paweł Poławski <pawel.polawski@northern.tech>
|
@mender-test-bot start client pipeline |
|
Hello 😺 I created a pipeline for you here: Pipeline-2539957077 Build Configuration Matrix
|
In the latest version of mender-artifact parameter
--device-typehas been replaced with--compatible-types. This requires update all mender-artifact calls which still use old version of argument name.Ticket: MEN-9344