#136979 apt-move: DIST setting is ignored

Package:
apt-move
Source:
apt-move
Description:
maintain Debian packages in a package pool
Submitter:
Date:
2005-07-18 03:43:11 UTC
Severity:
wishlist
#136979#5
Date:
2002-03-05 19:52:19 UTC
From:
To:
Although my setting in /etc/apt-move.conf is
DIST=woody
apt-move mirror wants to fetch packages from unstable. This happens
even if I use different servers for woody and unstable.

my /etc/apt/sources.list says:
-------------------sources.list----------------
deb file:/var/debs/debian woody main contrib non-free non-US/main\
  non-US/contrib non-US/non-free
deb ftp://ftp.de.debian.org/debian unstable main contrib non-free
deb ftp://ftp.de.debian.org/debian-non-US unstable/non-US main\
  contrib non-free
deb ftp://ftp.fu-berlin.de/pub/unix/linux/mirrors/debian woody main\
  contrib non-free
deb ftp://ftp.fu-berlin.de/pub/unix/linux/mirrors/debian-non-US\
  woody/non-US main contrib non-free
-------------------sources.list----------------
-------------------apt-move.conf---------------
APTSITES="ftp.fu-berlin.de"
ARCHS="i386"
LOCALDIR=/var/debs/debian
DIST=woody
PKGTYPE=binary
FILECACHE=/var/cache/apt/archives
LISTSTATE=/var/lib/apt/lists
DELETE=yes
MAXDELETE=20
STRICTMOVE=no
-------------------apt-move.conf---------------