Loading
Bug 41607: Fix regression from #41373 in count-mar-downloads
Before 610da963 the _ALL\.mar in the regular expression used to parse full mar filenames was excluding the incremental\.mar. When making the _ALL part optional the regular expression incorrectly matches incremental mar filenames. To fix that we now parse the path in two steps: - we get the version number from the directory, and the mar filename - we parse the mar filename using the version number we know from the directory