Searched refs:LAST_RELEASE (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/bin/ |
H A D | gen_calendar_entries.py | 64 LAST_RELEASE = 'This is the last planned release of the {}.x series.' variable 161 writer.writerow([None, date.isoformat(), f'{args.series}.3', args.manager, LAST_RELEASE.format(args.series)]) 186 if in_wanted and len(row) >= 5 and row[4] in {LAST_RELEASE.format(args.series), OR_FINAL.format(args.series)}: 221 r[4] = LAST_RELEASE.format(args.series)
|
H A D | gen_calendar_entries_test.py | 298 expected.append(( '', '2021-02-17', f'21.0.3', 'Dylan Baker', gen_calendar_entries.LAST_RELEASE.format(args.series))) 315 expected.append(( '', '2021-02-24', f'21.0.3', 'Dylan Baker', gen_calendar_entries.LAST_RELEASE.format(args.series)))
|
Completed in 2 milliseconds