Tools: added beta-4.3 to build list

This commit is contained in:
Andrew Tridgell 2023-05-25 07:13:26 +10:00
parent a5c248d7a4
commit c69f236dd3
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ parser = argparse.ArgumentParser(description='create builds.html for list of bui
parser.add_argument('basedir', default=None, help='base directory (binaries directory)') parser.add_argument('basedir', default=None, help='base directory (binaries directory)')
parser.add_argument('--outfile', default="builds.html", help='output file') parser.add_argument('--outfile', default="builds.html", help='output file')
build_dirs = ['latest', 'beta', 'stable'] build_dirs = ['latest', 'beta', 'beta-4.3', 'stable']
builds = ['Plane', 'Copter', 'Rover', 'Sub', 'Blimp', 'AntennaTracker', 'AP_Periph'] builds = ['Plane', 'Copter', 'Rover', 'Sub', 'Blimp', 'AntennaTracker', 'AP_Periph']
args = parser.parse_args() args = parser.parse_args()
@ -97,6 +97,7 @@ a {
<ul> <ul>
<li>Jump to <a href='#latest'>latest</a></li> <li>Jump to <a href='#latest'>latest</a></li>
<li>Jump to <a href='#beta'>beta</a></li> <li>Jump to <a href='#beta'>beta</a></li>
<li>Jump to <a href='#beta-4.3'>beta-4.3</a></li>
<li>Jump to <a href='#stable'>stable</a></li> <li>Jump to <a href='#stable'>stable</a></li>
</ul> </ul>
''' % datetime.now().strftime("%F %k:%M")) ''' % datetime.now().strftime("%F %k:%M"))