chore: rename api_client to api-client (#1727)

This commit is contained in:
Jonas L 2022-04-04 10:25:38 +02:00 committed by GitHub
parent e623c1f0df
commit fef38fb131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -19,7 +19,7 @@ jobs:
scopes: | scopes: |
analyzer analyzer
api api
api_client api-client
installer installer
legacy legacy
playout playout

View File

@ -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

View File

@ -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..."

View File

@ -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'}",
], ],
}, },