Hello Philippe,

On Wed, May 09, 2007 at 03:49:51PM +0200, Philippe BAQUÉ/CICT wrote:
> Simon Paillard a écrit :
> > http://debian.cict.fr/project/trace/anubis.cict.fr (that should be named
> > debian.cict.fr)
> 
> I need in fact modify to put "debian" in place of "hostname" (the
> primary name is "anubis", "debian" is only an alias).

Actually, it should be the site name of the mirror, so here
debian.cict.fr

> > Do you think you can make the mirror also available under the debian/
> > directory ?
> > Having a common path for both ftp and http access is quite convenient.
> 
> http://mirror.cict.fr/debian/ is also OK

The problem is that mirror.cict.fr does http redirection that is not
handled by APT.
Moreoever, we need a single hostname, not mirror.cict.fr and debian.cict.fr.

Adding "Alias /debian/ /" in your debian.cict.fr virtualhost should be
enough if you can (but if you can't we will keep Archive-http: /).

> >> Archive-architecture: amd64 arm i386 
> > 
> > It seems you also mirror hurd-i386 (the mirror scripts do exclusion, not 
> > inclusion)
> > http://debian.cict.fr/pool/main/b/base-files/ 
> 
> yes hurd-i386 too

Oh sorry, it seems this architecture was not proposed by the submit form.

> > Moreover, http://debian.cict.fr/dists/unstable/ should list only the
> > architectures your mirror provides. (the same for other directories under 
> > dists/)
> [..]
> Do you you think all is OK now?

Upgrading the script prevents from updating the not necessary stuff, but
that doesn't delete them.

You have to delete them by hand :
for arch in alpha hppa ia64 m68k mips mipsel powerpc s390 sparc
do find /path/debian/dists/. -name *$arch* -exec rm -r {} \;
done

With these details fixed, your mirror can be added to the list.

Best regards,

-- 
Simon Paillard, some kilometers away in Escalquens :)

Reply via email to