diff options
author | James Ennis <james.ennis@codethink.com> | 2019-01-16 17:58:41 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2019-01-16 17:58:41 +0000 |
commit | 081e842604105d27523304f2b5b0471a9b5bc540 (patch) | |
tree | b6c137053005d2a86f7af83ba9081b1856e73ba9 /setup.py | |
parent | 471af31618b1e904fd7c60c6718a26b524200b48 (diff) | |
download | buildstream-081e842604105d27523304f2b5b0471a9b5bc540.tar.gz |
setup.py: Import server main from _cas/casserver.py
Since the CAS refactor, we have not been able to execute
bst-artifact-server. This commit ensures that we can.
This fix closes #867
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ def list_man_pages(): # So screw it, lets just use an env var. bst_install_entry_points = { 'console_scripts': [ - 'bst-artifact-server = buildstream._artifactcache.casserver:server_main' + 'bst-artifact-server = buildstream._cas.casserver:server_main' ], } |