Uploaded image for project: 'Moodle Community Sites'
  1. Moodle Community Sites
  2. MDLSITE-7871

Publish a LATEST_STABLE branch on GitHub

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Duplicate
    • Icon: Low Low
    • git.moodle.org
    • None

      Please publish and maintain a `LATEST_STABLE` branch on GitHub. (And/or upstream if GitHub all syncs branches from upstream).

      Currently for everybody looking to document how to install Moodle from source it is necessary for us to say:

      # Visit https://moodledev.io/general/releases to find the latest release, like X.Y.
       
      export BRANCH=MOODLE_X0Y_STABLE # update X and Y here to match the latest release version
      git clone --depth=1 --branch $BRANCH git://git.moodle.org/moodle.git
      

      Or it is necessary for us to put a literal branch name in the documentation which then requires us to update it daily for eternity.

      After this issue is fixed, instead we can replace this documentation with:

      git clone --depth=1 --branch LATEST_STABLE git://git.moodle.org/moodle.git
      

            Unassigned Unassigned
            fulldecent William Entriken
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.