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

Add labels to apt sources


With the recently-merged version of flatdeb, this allows them to be
overridden by command-line arguments.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 1f9c48e8
No related branches found
No related tags found
No related merge requests found
Pipeline #785 failed
......@@ -5,5 +5,6 @@ apt_components:
debootstrap_script: 'bionic'
can_merge_usr: true
sources:
- apt_uri: 'http://archive.ubuntu.com/ubuntu'
- label: ubuntu
apt_uri: 'http://archive.ubuntu.com/ubuntu'
keyring: 'ubuntu-archive-keyring.gpg'
......@@ -12,11 +12,13 @@ debootstrap_script: 'precise'
can_merge_usr: after_debootstrap
strip_source_version_suffix: '\+srt[0-9]+'
sources:
- apt_uri: 'http://repo.steampowered.com/steamrt'
- label: steamrt
apt_uri: 'http://repo.steampowered.com/steamrt'
keyring: 'valve-archive-keyring.gpg'
apt_components:
- main
- apt_uri: 'http://repo.steampowered.com/steam'
- label: steam
apt_uri: 'http://repo.steampowered.com/steam'
apt_suite: 'precise'
keyring: 'valve-steam-keyring.gpg'
apt_components:
......
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