#71 closed enhancement (fixed)
chicken-install should try all mirrors
| Reported by: | Ivan Raikov | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | core tools | Version: | 4.1.x |
| Keywords: | chicken-install mirror | Cc: | |
| Estimated difficulty: |
Description
The Chicken extension repository at chicken.kitten-technologies.co.uk often reports that requested eggs do not exist, even though they are in the SVN repository and can be installed from the extension repository at chicken.wiki.br. Therefore, if a mirror reports that an egg does not exist, chicken-install should try chicken.wiki.br before giving up.
Change History (3)
comment:1 Changed 16 years ago by
| Owner: | set to felix winkelmann |
|---|---|
| Status: | new → accepted |
comment:2 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Has been added in r15660: if a server responds with an error, the next server in the list is tried.
Note: See
TracTickets for help on using
tickets.

Quite correct - I'll try to add this.