You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Joe Ocaba (JIRA)" <ji...@apache.org> on 2011/04/20 08:48:05 UTC

[jira] [Assigned] (NPANDAY-387) Improve the checking of the mirror repos in Reference.cs for artifact resync

     [ https://issues.apache.org/jira/browse/NPANDAY-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Ocaba reassigned NPANDAY-387:
---------------------------------

    Assignee: Joe Ocaba

> Improve the checking of the mirror repos in Reference.cs for artifact resync
> ----------------------------------------------------------------------------
>
>                 Key: NPANDAY-387
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-387
>             Project: NPanday
>          Issue Type: Improvement
>          Components: Project Importer
>    Affects Versions: 1.2.1
>            Reporter: Joe Ocaba
>            Assignee: Joe Ocaba
>             Fix For: 1.3.1-incubating
>
>
>  foreach (Mirror mirror in settings.mirrors)
>  {
>                    string id = mirror.mirrorOf;
>          ----->>>  if (id == "external:*") 
>                         id = "*";
>                    // TODO: support '!' syntax
>                    mirrors.Add(id, mirror.url);
>  }
>  change the condition to start of instead of exact match

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira