chore: rename api_client to api-client (#1727)
This commit is contained in:
parent
e623c1f0df
commit
fef38fb131
|
@ -47,7 +47,7 @@ updates:
|
||||||
- dependencies
|
- dependencies
|
||||||
|
|
||||||
- package-ecosystem: "pip"
|
- package-ecosystem: "pip"
|
||||||
directory: "/api_client"
|
directory: "/api-client"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
labels:
|
labels:
|
||||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
scopes: |
|
scopes: |
|
||||||
analyzer
|
analyzer
|
||||||
api
|
api
|
||||||
api_client
|
api-client
|
||||||
installer
|
installer
|
||||||
legacy
|
legacy
|
||||||
playout
|
playout
|
||||||
|
|
|
@ -115,7 +115,7 @@ jobs:
|
||||||
context:
|
context:
|
||||||
- analyzer
|
- analyzer
|
||||||
- api
|
- api
|
||||||
- api_client
|
- api-client
|
||||||
- playout
|
- playout
|
||||||
- shared
|
- shared
|
||||||
- worker
|
- worker
|
||||||
|
@ -145,7 +145,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
context:
|
context:
|
||||||
- analyzer
|
- analyzer
|
||||||
- api_client
|
- api-client
|
||||||
- shared
|
- shared
|
||||||
release:
|
release:
|
||||||
- buster
|
- buster
|
||||||
|
|
2
install
2
install
|
@ -1045,7 +1045,7 @@ loudCmd "$pip_install ${AIRTIMEROOT}/shared"
|
||||||
verbose "...Done"
|
verbose "...Done"
|
||||||
|
|
||||||
verbose "\n * Installing API client..."
|
verbose "\n * Installing API client..."
|
||||||
loudCmd "$pip_install ${AIRTIMEROOT}/api_client"
|
loudCmd "$pip_install ${AIRTIMEROOT}/api-client"
|
||||||
verbose "...Done"
|
verbose "...Done"
|
||||||
|
|
||||||
verbose "\n * Installing playout and liquidsoap..."
|
verbose "\n * Installing playout and liquidsoap..."
|
||||||
|
|
|
@ -46,7 +46,7 @@ setup(
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
"dev": [
|
"dev": [
|
||||||
f"libretime-api-client @ file://localhost{here.parent / 'api_client'}",
|
f"libretime-api-client @ file://localhost{here.parent / 'api-client'}",
|
||||||
f"libretime-shared @ file://localhost{here.parent / 'shared'}",
|
f"libretime-shared @ file://localhost{here.parent / 'shared'}",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue