Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-2419

AGL online doc website still contains old documentation page

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • None
    • None
    • None
    • None

      Online AGL doc website (http://docs.automotivelinux.org) still contains old documentation pages.

      For example this page must not longer exist :

      http://docs.automotivelinux.org/master/docs/getting_started/en/dev/

      Regarding docs-gh-pages I think that it's because directories master; flounder and guppy are still present (those directories contains old doc, knowing that the new doc is not under docs/en/...)

      If I'm correct, it's script include-doc-upload.sh (jjb/daily-jjb-doc-update/include-doc-upload.sh) of ci-management that it is used to upload doc into github pages repo.
      And in this script, we always add files/directories (using cp -ar command) without deleting files/directories that have been removed from the doc.

      So a potential fix should be :

      {{ git clone -b gh-pages git@github.com:automotive-grade-linux/docs-agl.git upload-gh-pages }}
      {{  git rm -r upload-gh-pages/* }}
      {{ cp -ar build-dev/* upload-gh-pages/ }}
      {{  pushd upload-gh-pages}}
      {{ ... }}

      Note that I didn't tested this proposal and maybe you know a better way to handle that problem using for example a git command.

       

       

       

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

            jsmoeller Jan-Simon Moeller
            SebD Sebastien Douheret
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: