From f277336772b21b7e39126b2f5cd4a1e47f7cc264 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 6 Apr 2012 14:49:08 +0200 Subject: fix build of lenny packages, Debian lenny is now only available via archive.debian.org --- home/.pbuilderrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/.pbuilderrc b/home/.pbuilderrc index f52a77f..7043228 100644 --- a/home/.pbuilderrc +++ b/home/.pbuilderrc @@ -37,6 +37,7 @@ if [ "x$ARCH" = "xarmel" ]; then MEMORY_MEGS=256 INITRD="" else + SMP="2" MEMORY_MEGS=512 INITRD=/srv/pbuilder/qemu-kernels/$ARCH/initrd.img fi @@ -44,6 +45,10 @@ fi if [ "x${DIST}" = "xubuntu" ]; then MIRRORSITE="http://localhost:3142/ubuntu" elif [ "x${DIST}" = "xdebian" ]; then - MIRRORSITE="http://localhost:3142/debian" + if [ "x${CODENAME}" = "xlenny" ]; then + MIRRORSITE="http://localhost:3142/archive.debian.org/debian" + else + MIRRORSITE="http://localhost:3142/debian" + fi fi -- cgit v1.2.3