Home
last modified time | relevance | path

Searched refs:OR_FINAL (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/bin/
H A Dgen_calendar_entries.py65 OR_FINAL = 'Or {}.0 final.' variable
117 writer.writerow([None, date.isoformat(), f'{major}.{minor}.0-rc4', args.manager, OR_FINAL.format(f'{major}.{minor}')])
186 if in_wanted and len(row) >= 5 and row[4] in {LAST_RELEASE.format(args.series), OR_FINAL.format(args.series)}:
223 r[4] = OR_FINAL.format(args.series)
H A Dgen_calendar_entries_test.py245 ('', '2021-01-20', '21.0.0-rc2', 'Dylan Baker', gen_calendar_entries.OR_FINAL.format('21.0')),
262 ('', '2021-02-03', '21.0.0-rc4', 'Dylan Baker', gen_calendar_entries.OR_FINAL.format('21.0')),

Completed in 2 milliseconds