diff options
author | Jürg Billeter <j@bitron.ch> | 2018-05-11 17:14:33 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2018-07-17 07:56:40 +0200 |
commit | ff8703c908552bd79c4e7d7ed0345b0c3fe0d126 (patch) | |
tree | 9e9adf55df2a0dfb4b5ae78f6f3468ba39493d87 /setup.py | |
parent | 72284b59ce49d89363903d90ffb53af72e5ef5ea (diff) | |
download | buildstream-ff8703c908552bd79c4e7d7ed0345b0c3fe0d126.tar.gz |
_artifactcache: Add CAS artifact server
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -155,7 +155,8 @@ def list_man_pages(): # So screw it, lets just use an env var. bst_install_entry_points = { 'console_scripts': [ - 'bst-artifact-receive = buildstream._artifactcache.pushreceive:receive_main' + 'bst-artifact-receive = buildstream._artifactcache.pushreceive:receive_main', + 'bst-artifact-server = buildstream._artifactcache.casserver:server_main' ], } |