Some renaming and comments to try to clarify builder and jobserver.
The code is still a bit spaghetti-like, especialy when it comes to redo-unlocked, but at least the new names are slightly more comprehensible.
This commit is contained in:
parent
4d2b4cfccb
commit
2b4fe812e2
4 changed files with 189 additions and 70 deletions
|
|
@ -42,7 +42,7 @@ def main():
|
|||
f.add_dep('m', t)
|
||||
f.save()
|
||||
state.commit()
|
||||
rv = builder.main(targets, should_build)
|
||||
rv = builder.run(targets, should_build)
|
||||
finally:
|
||||
try:
|
||||
state.rollback()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue