mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Tools: added beta-4.3 to build list
This commit is contained in:
parent
a5c248d7a4
commit
c69f236dd3
@ -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('--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']
|
||||
|
||||
args = parser.parse_args()
|
||||
@ -97,6 +97,7 @@ a {
|
||||
<ul>
|
||||
<li>Jump to <a href='#latest'>latest</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>
|
||||
</ul>
|
||||
''' % datetime.now().strftime("%F %k:%M"))
|
||||
|
Loading…
Reference in New Issue
Block a user