Website: master 7aa2e1be

Author Committer Branch Timestamp Parent
dregad dregad master 2016-07-04 01:43 master 5d97a3c6
Changeset

Nightly builds: fix filename parsing regex

Following the switch from "old" release naming convention (e.g.
1.2.20dev) to strict SemVer style (e.g. 1.3.0-rc.1), the processing of
release file names no longer matched the correct branches.

The regex has been modified so that the filename elements are properly
broken down, resolving issues with

  • 1.3.x branch showing as "rc.3-dev-master-1.3.x (1.3.0)" instead of
    just "master-1.3.x"
  • 2.0.x branch showing as "beta.1-dev-master (2.0.0)"
  • Travis CI badges for these versions showing "build: unknown"

Fixes #21191

mod - builds.php Diff File