Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions system/Dockerfile.cross
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ RUN dpkg --add-architecture $ARCH && \
git \
zlib1g-dev && \
( if [ "$DEBIAN_RELEASE" = "stretch" ]; then \
wget http://ftp.debian.org/debian/pool/main/s/systemtap/systemtap-sdt-dev_3.1-2_$ARCH.deb -O /tmp/systemtap.deb; \
wget http://archive.debian.org/debian/pool/main/s/systemtap/systemtap-sdt-dev_3.1-2_$ARCH.deb -O /tmp/systemtap.deb; \
elif [ "$DEBIAN_RELEASE" = "buster" ]; then \
wget http://ftp.debian.org/debian/pool/main/s/systemtap/systemtap-sdt-dev_4.0-1_$ARCH.deb -O /tmp/systemtap.deb; \
wget http://archive.debian.org/debian/pool/main/s/systemtap/systemtap-sdt-dev_4.0-1_$ARCH.deb -O /tmp/systemtap.deb; \
fi ) && \
dpkg-deb -x /tmp/systemtap.deb / && \
rm -rf /tmp/systemtap.deb /var/lib/apt/lists/*
Expand Down
6 changes: 3 additions & 3 deletions system/sources.list.buster
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
deb http://deb.debian.org/debian buster main contrib non-free
deb http://deb.debian.org/debian buster-updates main contrib non-free
deb http://deb.debian.org/debian-security buster/updates main contrib non-free
deb http://archive.debian.org/debian buster main contrib non-free
# deb http://archive.debian.org/debian buster-updates main contrib non-free
deb http://archive.debian.org/debian-security buster/updates main contrib non-free
deb http://archive.ev3dev.org/debian buster main
6 changes: 3 additions & 3 deletions system/sources.list.stretch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
deb http://deb.debian.org/debian stretch main contrib non-free
deb http://deb.debian.org/debian stretch-updates main contrib non-free
deb http://deb.debian.org/debian-security stretch/updates main contrib non-free
deb http://archive.debian.org/debian stretch main contrib non-free
# deb http://archive.debian.org/debian stretch-updates main contrib non-free
deb http://archive.debian.org/debian-security stretch/updates main contrib non-free
deb http://archive.ev3dev.org/debian stretch main