We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa2b4e commit 52efb29Copy full SHA for 52efb29
fabfile.py
@@ -150,7 +150,7 @@ def compile_firmware(build_name, target_path):
150
with lcd("src"):
151
for board_name, board in env.boards.iteritems():
152
env.board = board_name
153
- build(capture=True, clean=True)
+ build(capture=True, do_clean=True)
154
local("cp build/%s/vi-firmware-%s.%s %s/vi-%s-firmware-%s-ct%s.%s"
155
% (board['name'], board['name'], board['extension'],
156
target_path, build_name, board['name'],
0 commit comments