File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # this file is script-generated and is likely to be overwritten by boards.txt.py
2
+ # Do not create pull-requests for this file only, CI will not accept them.
3
+ # You *must* edit/modify/run boards.txt.py to regenerate boards.txt.
4
+ # All modified files after running with option "--allgen" must be included in the pull-request.
3
5
#
4
6
5
7
menu.BoardModel=Model
Original file line number Diff line number Diff line change @@ -1180,7 +1180,9 @@ def all_boards ():
1180
1180
macros .update (led (led_default , led_max ))
1181
1181
1182
1182
print '#'
1183
- print '# this file is script-generated and is likely to be overwritten by ' + os .path .basename (sys .argv [0 ])
1183
+ print '# Do not create pull-requests for this file only, CI will not accept them.'
1184
+ print '# You *must* edit/modify/run ' + os .path .basename (sys .argv [0 ]) + ' to regenerate boards.txt.'
1185
+ print '# All modified files after running with option "--allgen" must be included in the pull-request.'
1184
1186
print '#'
1185
1187
print ''
1186
1188
print 'menu.BoardModel=Model'
You can’t perform that action at this time.
0 commit comments