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
bcfa0f7c
Commit
bcfa0f7c
authored
Jan 07, 2019
by
Robin Sonnabend
Browse files
Add debian security to sources
parent
4da133d9
Pipeline
#580
passed with stage
in 13 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bcfa0f7c
...
...
@@ -2,19 +2,20 @@ image: stretch_website
before_script
:
-
export LANG=en_US.UTF-8
-
id
-
echo "deb http://security.debian.org/debian-security stretch/updates main contrib non-free" >> /etc/apt/sources.list
-
sort /etc/apt/sources.list | uniq > sources.list.new
-
mv sources.list.new /etc/apt/sources.list
-
cat /etc/apt/sources.list
-
apt-get update
-
apt-get install -y dpkg-dev quilt devscripts
-
python3 -m venv venv
-
source venv/bin/activate
-
pip install wheel
-
pip install -r requirements.txt
-
cat /etc/apt/sources.list
-
ls /etc/apt/sources.list.d/
stages
:
-
test
-
build
test
:
stage
:
test
build
:
stage
:
build
script
:
scripts/build.py
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