#80459 apt-move: 'apt-move mirror' is downloading i386 when ARCHS="sparc"

Package:
apt-move
Source:
apt-move
Description:
maintain Debian packages in a package pool
Submitter:
Debian Administrator
Date:
2014-10-03 23:12:05 UTC
Severity:
wishlist
#80459#5
Date:
2000-12-25 05:43:46 UTC
From:
To:
Cross-arch mirroring doesn't seem to be working. I run apt-move mirror
with this configuration and it still downloads i386 packages into
/var/cache/apt/archives.
--- Begin /etc/apt-move.conf (modified conffile)
APTSITES="http.us.debian.org non-us.debian.org"
ARCHS="sparc"
LOCALDIR=/var/local/debian-mirror
DIST=potato
PKGTYPE=binary
FILECACHE=/var/cache/apt/archives
LISTSTATE=/var/state/apt/lists
DELETE=yes
MAXDELETE=20
STRICTMOVE=no
--- End /etc/apt-move.conf
#80459#10
Date:
2001-01-22 05:11:49 UTC
From:
To:
There's no way around this unless apt-get starts supporting cross-arch
downloads.

#80459#19
Date:
2014-10-03 23:03:16 UTC
From:
To:
Well it does, if your system is multiarch.

I just tried to apt-move my amd64 and i386 packages, and lo and behold,
it only moves amd64 ones. Actually, the code looks as if it only expects
one architecture at most.

Cheers
Seegras