Skip to content
Snippets Groups Projects
Commit 740bf0f5 authored by Emanuele Aina's avatar Emanuele Aina Committed by Frédéric Dalleau
Browse files

ospack: Describe the replace-tar-coreutils-for-build.sh step


Add a description field on the step installing the GPLv3 coreutils.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 35116e29
No related branches found
No related tags found
1 merge request!106Minor cleanups
......@@ -30,6 +30,7 @@ actions:
script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs development sdk
- action: run
description: "Switch to the latest coreutils package (GPLv3)"
chroot: true
script: scripts/replace-tar-coreutils-for-build.sh
......
......@@ -38,6 +38,7 @@ actions:
script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} development
- action: run
description: "Switch to the latest coreutils package (GPLv3)"
chroot: true
script: scripts/replace-tar-coreutils-for-build.sh
......
......@@ -31,6 +31,7 @@ actions:
script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs development sdk
- action: run
description: "Switch to the latest coreutils package (GPLv3)"
chroot: true
script: scripts/replace-tar-coreutils-for-build.sh
......
......@@ -39,6 +39,7 @@ actions:
{{ end }}
- action: run
description: "Switch to the latest coreutils package (GPLv3)"
chroot: true
script: scripts/replace-tar-coreutils-for-build.sh
......
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