Uploaded image for project: 'NPanday'
  1. NPanday
  2. NPANDAY-387

Improve the checking of the mirror repos in Reference.cs for artifact resync

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.2.1
    • 1.4-incubating
    • Project Importer
    • None

    Description

      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

      Attachments

        Activity

          People

            jocaba Josimpson Ocaba
            jocaba Josimpson Ocaba
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: