Skip to content
Snippets Groups Projects
Commit 3e327f27 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad Committed by Ashwin Kumar Karnad
Browse files

Update after using backports

parent 936a986e
No related branches found
No related tags found
1 merge request!22Add debian packaging ci
......@@ -24,6 +24,7 @@ stages:
- cat /etc/issue
- export DEBEMAIL="gitlab_ci@domain.com"
- export DEBFULLNAME="Gitlab Runner"
- echo "deb http://deb.debian.org/debian bullseye-backports main" > /etc/apt/sources.list
- apt-get update && apt-get install -y build-essential python3-all python3-dev python3-venv python3-wheel python3-setuptools python3-pip
- apt-get install -y binutils lintian debhelper dh-make devscripts dh-python pbuilder
- apt-get install -y fakeroot dpkg-dev
......@@ -31,7 +32,7 @@ stages:
- which python3
- pwd
- ls -la
- echo "deb http://deb.debian.org/debian bullseye-backports main" > /etc/apt/sources.list
style:
......
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