Skip to content
Snippets Groups Projects
Commit 929ea568 authored by Simon McVittie's avatar Simon McVittie
Browse files

scout, spy: Configure Ubuntu apt sources in final build products


We don't want to take packages from Ubuntu while building these images,
but we do want to make it easy to install additional packages from
Ubuntu afterwards.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 60de88d0
No related branches found
No related tags found
No related merge requests found
Pipeline #829 failed
......@@ -25,8 +25,21 @@ sources:
deb: true
deb-src: false
- label: steam
for_build: false
for_final: true
apt_uri: 'http://repo.steampowered.com/steam'
apt_suite: 'precise'
keyring: 'valve-steam-keyring.gpg'
apt_components:
- steam
- label: ubuntu
for_build: false
for_final: true
apt_uri: 'http://archive.ubuntu.com/ubuntu'
apt_suite: 'precise'
keyring: 'ubuntu-archive-keyring.gpg'
apt_components:
- main
- restricted
- universe
- multiverse
......@@ -9,3 +9,14 @@ sources:
- label: steamrt
apt_uri: 'http://repo.steampowered.com/steamrt-spy'
keyring: 'valve-archive-keyring.gpg'
- label: ubuntu
for_build: false
for_final: true
apt_uri: 'http://archive.ubuntu.com/ubuntu'
apt_suite: 'bionic'
keyring: 'ubuntu-archive-keyring.gpg'
apt_components:
- main
- restricted
- universe
- multiverse
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