Skip to content
Snippets Groups Projects
Commit def1da1d authored by Walter Lozano's avatar Walter Lozano
Browse files

Update download_command to work with latest LAVA

LAVA version 2021.11 introduces a change in the way paths in compressed
overlays are handled breaking Apertis tests.

Fix the issue by specifying the path to be use to extract the compressed
overlay.

Additional information:

https://gitlab.collabora.com/lava/lava/-/commit/07048f042c65202eb75ac874cc93eabd2d96cd54



Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent 352f3639
No related branches found
No related tags found
1 merge request!432Backport v2021 <- v2022 Update download_command to work with latest LAVA
Pipeline #348503 passed
Pipeline: apertis-test-cases-web

#348505

    ......@@ -18,5 +18,5 @@
    {% if tar_additional_options is not defined -%}
    {% set tar_additional_options = "-v" -%}
    {% endif -%}
    tar {{tar_additional_options}} -C / -z -x
    tar {{tar_additional_options}} -C /var/lib -z -x
    {%- endmacro %}
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment