On Sat, 31 Mar 2007, peter green wrote:
afaict you currently use symlinks to point at the current version of daily/weekly builds. This means that users who resume adownload after anew release will most likely get a mixed (and therefore broken) image. changing that to a http redirect would mean that users would get a directory listings page with non update dependent links to the image that was current at the time they visited the cdimage server considerablly reducing the risk of this happening.Doing http redirects would not mirror well
None of the mirrors i looked at seem to carry the daily/weekly images and the d-i site doesn't link to any form of mirror selection page
There are at least 2 mirrors that I know of, and I can probably find several more by digging in logs.
, not work for rsync/ftp accesstrue but the only users using theese access methods for daily/weekly images would be those browsing the server manually anyway
root@tutankhamon:/var/log/fifologger# grep 'cdimage/.*arch-latest' rsyncd_2007-04-01 | wc -l
23root@tutankhamon:/var/log/fifologger# grep 'cdimage/.*current' ftpd_2007-04-01 | wc -l
3root@tutankhamon:/var/log/fifologger# grep 'cdimage/.*arch-latest' ftpd_2007-04-01 | wc -l
So yes, these symlinks are used by both rsync and ftp users.Anyway, I can look at what kind of http redirects we can offer, and how they would interfer with the cache redirect stuff we use. Chances are that the updates would require superuser privilleges on half a dozen machines not involved in the cd building. So most likely, no.
/Mattias Wadenstein