diff options
author | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2019-04-11 10:49:32 +0100 |
---|---|---|
committer | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2019-06-12 16:18:44 +0100 |
commit | b150ce6a179d8c50f0c6abdeb916d67c9226787e (patch) | |
tree | 8bfcd8b372703b7a0a0d14262d26ff2346c885f2 /setup.py | |
parent | 9f08529b581d9ec697286e04bce29e8a15ddbe0c (diff) | |
download | buildstream-aevri/picklable_jobs2.tar.gz |
WIP: bst-job-replayaevri/picklable_jobs2
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -152,7 +152,8 @@ bst_install_entry_points = { if not os.environ.get('BST_ARTIFACTS_ONLY', ''): check_for_bwrap() bst_install_entry_points['console_scripts'] += [ - 'bst = buildstream._frontend:cli' + 'bst = buildstream._frontend:cli', + 'bst-job-replay = buildstream._jobreplay:cli', ] ##################################################### |