Skip to content
Snippets Groups Projects
Commit baaa32c5 authored by Martyn Welch's avatar Martyn Welch
Browse files

Temporarily drop the helper-libs APT source since it has not been set up yet


Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent 4bc0cbb6
No related branches found
No related tags found
1 merge request!119Wip/martyn/sdk fixes
...@@ -27,7 +27,7 @@ actions: ...@@ -27,7 +27,7 @@ actions:
- action: run - action: run
description: "Add extra apt sources" description: "Add extra apt sources"
chroot: true chroot: true
script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs development sdk script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi development sdk
- action: run - action: run
description: "Switch to the latest coreutils package (GPLv3)" description: "Switch to the latest coreutils package (GPLv3)"
......
...@@ -29,7 +29,7 @@ actions: ...@@ -29,7 +29,7 @@ actions:
{{ if eq $ivitools "enabled" }} {{ if eq $ivitools "enabled" }}
- action: run - action: run
chroot: true chroot: true
script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi
{{ end }} {{ end }}
# Add type-based apt sources list # Add type-based apt sources list
......
...@@ -28,7 +28,7 @@ actions: ...@@ -28,7 +28,7 @@ actions:
- action: run - action: run
description: "Add extra apt sources" description: "Add extra apt sources"
chroot: true chroot: true
script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs development sdk script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi development sdk
- action: run - action: run
description: "Switch to the latest coreutils package (GPLv3)" description: "Switch to the latest coreutils package (GPLv3)"
......
...@@ -34,7 +34,7 @@ actions: ...@@ -34,7 +34,7 @@ actions:
- action: run - action: run
description: "Add extra apt sources for IVI-specific tools" description: "Add extra apt sources for IVI-specific tools"
chroot: true chroot: true
script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi
{{ end }} {{ end }}
- action: run - action: run
......
...@@ -30,7 +30,7 @@ actions: ...@@ -30,7 +30,7 @@ actions:
- action: run - action: run
description: "Add extra apt sources for IVI-specific tools" description: "Add extra apt sources for IVI-specific tools"
chroot: true chroot: true
script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi
{{ end }} {{ end }}
- action: apt - action: apt
......
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