James Ennis pushed to branch jennis/fix_bst_artifact_server at BuildStream / buildstream
Commits:
-
081e8426
by James Ennis at 2019-01-16T17:58:41Z
1 changed file:
Changes:
| ... | ... | @@ -124,7 +124,7 @@ def list_man_pages(): |
| 124 | 124 |
# So screw it, lets just use an env var.
|
| 125 | 125 |
bst_install_entry_points = {
|
| 126 | 126 |
'console_scripts': [
|
| 127 |
- 'bst-artifact-server = buildstream._artifactcache.casserver:server_main'
|
|
| 127 |
+ 'bst-artifact-server = buildstream._cas.casserver:server_main'
|
|
| 128 | 128 |
],
|
| 129 | 129 |
}
|
| 130 | 130 |
|
