Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
packages
Commits
f0ca326a
Commit
f0ca326a
authored
Nov 19, 2020
by
Lars Beckers
Browse files
add updates and security repos as package source sources
parent
57633042
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f0ca326a
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment