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---------------