Uploaded image for project: 'IT: Release Engineering'
  1. IT: Release Engineering
  2. RELENG-2932

Global-jjb script rtd-verify.sh does not find missing submodules

Issue XMLXMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • None
    • None
    • Global JJB

      From what I can tell, the issue here is that "git submodule update" does not cause any error if the repo for a submodule is missing. However, once the bad .gitmodules change is merged, Jenkins will attempt to check that submodule out using
      git config --get submodule.sub/module/path.url
      Since thisĀ will cause an error on a missing path, the verify job needs to test this condition in order to prevent job-breaking merges.

              eball Eric Ball
              eball Eric Ball
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: