XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • None
    • None

      In section_xxx.xml files (other than section_master.yml), it should be good to print a warning when "git_commit" field is set to master. Because this case is not logical and most of the time is due to an incorrect copy/paste of a yml section file coming from master.

      Here an example with section_flounder.yml file :

      url_fetch  : "GERRIT_FETCH"
      git_commit : "flounder"
      
      name: Developers Guides
      template: generated_index.html
      books:
      -
          id: meta-agl-developer-guides-flounder
          git_name: AGL/meta-agl
          path: docs/devguides-book.yml
      -
          id: meta-agl-demo-guides-flounder
          git_name: AGL/meta-agl-demo
          git_commit : "master"                                      <<<< should generate a warning 
          path: docs/devguides-book.yml
      ...
      
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            benierc Clément Bénier
            SebD Sebastien Douheret
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: