Skip to content
Snippets Groups Projects
Commit 1f1e4791 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

remove source repository because it is in the docker image

parent edfa450c
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,6 @@
ADCLI_VERSION=$(rmadison adcli --architecture=amd64 -s stretch| cut -d\| -f2 | sed s"/ //g" | sed s"/\-.*$//g")
echo "deb-src http://ftp.halifax.rwth-aachen.de/debian/ stretch main" > /etc/apt/sources.list.d/stretch_src.list
apt-get update
apt-get source --only-source adcli
TARGET_DIR=adcli-$ADCLI_VERSION
......
......@@ -4,9 +4,6 @@
GANETI_VERSION=$(rmadison ganeti -s stretch| cut -d\| -f2 | sed s"/ //g" | sed s"/\-.*$//g")
echo "deb-src http://ftp.halifax.rwth-aachen.de/debian/ stretch main" > /etc/apt/sources.list.d/stretch_src.list
apt-get update
apt-get source --only-source ganeti
TARGET_DIR=ganeti-$GANETI_VERSION
......
......@@ -4,9 +4,6 @@
NGINX_VERSION=$(rmadison nginx -s stretch| cut -d\| -f2 | sed s"/ //g" | sed s"/\-.*$//g")
echo "deb-src http://ftp.halifax.rwth-aachen.de/debian/ stretch main" > /etc/apt/sources.list.d/stretch_src.list
apt-get update
apt-get source --only-source nginx
TARGET_DIR=nginx-$NGINX_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment