From 01a0968c9772b99e6fc18e1715df4531aff59aeb Mon Sep 17 00:00:00 2001 From: Andreas Loibl Date: Mon, 27 Feb 2012 11:33:34 +0100 Subject: removed hardcoded "squeeze" in sources.list --- config/chroot_local-hooks/00-sources.list | 5 +++++ config/chroot_local-includes/etc/apt/sources.list | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100755 config/chroot_local-hooks/00-sources.list diff --git a/config/chroot_local-hooks/00-sources.list b/config/chroot_local-hooks/00-sources.list new file mode 100755 index 0000000..173258f --- /dev/null +++ b/config/chroot_local-hooks/00-sources.list @@ -0,0 +1,5 @@ +#!/bin/sh +[ -f /root/build.conf ] && . /root/build.conf + +sed -e "s|@DISTRIBUTION@|${LB_DISTRIBUTION}|g" /etc/apt/sources.list + diff --git a/config/chroot_local-includes/etc/apt/sources.list b/config/chroot_local-includes/etc/apt/sources.list index f4d8f57..be4a27a 100644 --- a/config/chroot_local-includes/etc/apt/sources.list +++ b/config/chroot_local-includes/etc/apt/sources.list @@ -3,10 +3,10 @@ # CDROMs are managed through the apt-cdrom tool. # Debian Squeeze -deb http://ftp.de.debian.org/debian squeeze main contrib non-free -deb-src http://ftp.de.debian.org/debian squeeze main contrib non-free +deb http://ftp.de.debian.org/debian @DISTRIBUTION@ main contrib non-free +deb-src http://ftp.de.debian.org/debian @DISTRIBUTION@ main contrib non-free # Debian Squeeze Updates -deb http://security.debian.org squeeze/updates main contrib non-free -deb-src http://security.debian.org squeeze/updates main contrib non-free +deb http://security.debian.org @DISTRIBUTION@/updates main contrib non-free +deb-src http://security.debian.org @DISTRIBUTION@/updates main contrib non-free -- cgit v1.0