André Detsch wrote:
> On 8/11/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> 
>> I wasn't aware that all MANIFEST files were fetched. Aren't they all
>> mirrors? I mean in 24 hours all sites have the same packages and recipes
>> so that would make them mirrors to me. I think one MANIFEST would
>> suffice.
>> For officiall releases we could wait 24 hours after upload to anounce the
>> release to give the files time to update on all mirrors.
> 
> 
> Considering the default Compile.conf we ship, yes, they are all mirrors.
> However, one may add a custom, not official mirror, recipe store to
> the list. On a quick chat with Hisham this week, he suggested that we
> could add another list to Compile.conf, which would be empty by
> default and which would allow one to add a custom recipe store. So,
> while we could download only one MANIFEST from the existing list of
> stores, GetAvailable would force the download of all MANIFEST files
> from the second (potentially empty) list.

Or, make the lists arrays of arrays (if that's possible in zsh?) and let
each inner array be mirrors:

[
  [ "foo-mirror1", "foo-mirror2, "foo-mirror3" ]
  [ "bar-mirror1", "bar-mirror2" ]
  [ "zoo" ]
]

-- 
/Jonatan    -=( http://kymatica.com )=-
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to