The following commit has been merged in the ubuntu-master branch:
commit 82bda389256e0a447fdd2e1689b2388a6082c426
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Wed Feb 20 02:08:36 2008 +0100
[UBUNTU] Packages::Config is not very smart, don't fool it
You can't use shell features in the variables that are read by
Packages::Config. security_ftpsite is such a variable.
diff --git a/config.sh.sed.in b/config.sh.sed.in
index 3c43a3f..8ed3b68 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -25,7 +25,7 @@ cachedir=${topdir}/cache
#ftproot=/org/ftp.root
ftpsite=http://archive.ubuntu.com/ubuntu
-security_ftpsite=$ftpsite
+security_ftpsite=http://archive.ubuntu.com/ubuntu
ddtp_ftpsite=http://ddtp.debian.net/debian
wget_cmd="wget --no-verbose --tries=2 --timeout=60"
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]