From f0ca326a7c68803625a5c7741dd2bbbbe16ce544 Mon Sep 17 00:00:00 2001 From: Lars Beckers <lars.beckers@rwth-aachen.de> Date: Thu, 19 Nov 2020 19:42:07 +0100 Subject: [PATCH] add updates and security repos as package source sources --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6796b16..bedf9c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,11 @@ variables: QUILT_PATCHES: "debian/patches" before_script: - # yamllint disable-line rule:line-length + # yamllint disable rule:line-length - echo "deb-src http://ftp.halifax.rwth-aachen.de/debian/ buster main" > /etc/apt/sources.list.d/buster_src.list + - echo "deb-src http://ftp.halifax.rwth-aachen.de/debian/ buster-updates main" >> /etc/apt/sources.list.d/buster_src.list + - echo "deb-src http://security.debian.org/ buster/updates main" >> /etc/apt/sources.list.d/buster_src.list + # yamllint enable rule:line-length - apt-get update - apt-get install -y apt-utils -- GitLab