Masatake YAMATO <[EMAIL PROTECTED]> writes: >> I've also updated the ANNOUNCEMENTS file. Please, check that I haven't >> forgotten anything. > > Has anyone worked on multiple-mirrors?
With bazaar, yes. The new archive registration system of bazaar makes the ...-MIRROR and ...-SOURCE names obsolete. Instead, you have one file per archive name with something like this in it: ,----[ ~/.arch-params/archives/[EMAIL PROTECTED] ] | # This ini file controls the configuration for one archive - | # The archive is named by the same name as the name of this file | url=https://[EMAIL PROTECTED] master | url=https://www-verimag.imag.fr/~moy/arch/public readonly | url=/home/moy/WWW/arch/public `---- (first is my archive, accessible through WebDAV, second is the address you are using, and third is the NFS mount of the second one, which I'm using to mirror the master) In the *baz-archives* buffer, I get this: [...] https://[EMAIL PROTECTED] * [EMAIL PROTECTED] /home/moy/WWW/arch/public https://www-verimag.imag.fr/~moy/arch/public https://[EMAIL PROTECTED] [EMAIL PROTECTED] [...] Writting this, I realized that the code of `tla-mirror-archive' and `tla-archive-synchronize-archive' had to be adapted (don't ask or provide a -MIRROR registered name anymore, use --all-mirrors for archive-mirror). This is done and will be in my next patch. -- Matthieu
