> My script does this: > > ... > MIRROR=http://localhost:9999/debian > ... > curl -s > $MIRROR/dists/$dist/main/installer-$arch/current/images/netboot/netboot.tar.gz > \ > | tar -zxf - > ... > > The extracted installer is outdated. I looked into cache and yes: > > -rw-r--r-- 1 approx approx 13688418 Jun 13 2013 > /var/cache/approx/debian/dists/stable/main/installer-amd64/current/images/netboot/netboot.tar.gz
Yes, this is a bug. Approx currently assumes that files ending in .tar.gz (and similar) must be source tarballs being retrieved by "apt-get source ...". And since source tarballs are versioned, they're immutable and there's no need to check whether they're up-to-date. I'll have to make it smarter about which tarballs are truly immutable and which aren't (probably by looking for a Debian-style version number in the filename). Thanks for finding this, and sorry for the inconvenience. -- Eric Cooper e c c @ c m u . e d u -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org