master -> main
This commit is contained in:
parent
aa05cfa296
commit
7557183a3a
2 changed files with 5 additions and 5 deletions
|
@ -123,7 +123,7 @@ build_archlinux:
|
||||||
# Copy license
|
# Copy license
|
||||||
- install -m0644 LICENSE package/archlinux/spaceapi-server/usr/share/licenses/spaceapi-server/LICENSE
|
- install -m0644 LICENSE package/archlinux/spaceapi-server/usr/share/licenses/spaceapi-server/LICENSE
|
||||||
# Install spaceapi-server into pkgdir
|
# Install spaceapi-server into pkgdir
|
||||||
- python setup.py egg_info -d -b +master install --root=package/archlinux/spaceapi-server/ --prefix=/usr --optimize=1
|
- python setup.py egg_info -d -b +main install --root=package/archlinux/spaceapi-server/ --prefix=/usr --optimize=1
|
||||||
- cd package/archlinux
|
- cd package/archlinux
|
||||||
# Remove spaceapi-server script
|
# Remove spaceapi-server script
|
||||||
- rm -rf spaceapi-server/usr/bin
|
- rm -rf spaceapi-server/usr/bin
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# SpaceAPI Server
|
# SpaceAPI Server
|
||||||
|
|
||||||
[![pipeline status](https://gitlab.com/s3lph/spaceapi-server/badges/master/pipeline.svg)][master]
|
[![pipeline status](https://gitlab.com/s3lph/spaceapi-server/badges/main/pipeline.svg)][main]
|
||||||
[![coverage report](https://gitlab.com/s3lph/spaceapi-server/badges/master/coverage.svg)][master]
|
[![coverage report](https://gitlab.com/s3lph/spaceapi-server/badges/main/coverage.svg)][main]
|
||||||
|
|
||||||
A lightweight server for [SpaceAPI][spaceapi] endpoints. Includes
|
A lightweight server for [SpaceAPI][spaceapi] endpoints. Includes
|
||||||
support for pluggable templating, so dynamic content, like sensor
|
support for pluggable templating, so dynamic content, like sensor
|
||||||
|
@ -303,12 +303,12 @@ state: !lookup_sensor
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
[master]: https://gitlab.com/s3lph/spaceapi-server/commits/master
|
[main]: https://gitlab.com/s3lph/spaceapi-server/commits/main
|
||||||
[releases]: https://gitlab.com/s3lph/spaceapi-server/-/releases
|
[releases]: https://gitlab.com/s3lph/spaceapi-server/-/releases
|
||||||
[spaceapi]: https://spaceapi.io/
|
[spaceapi]: https://spaceapi.io/
|
||||||
[pypi-bottle]: https://pypi.org/project/bottle/
|
[pypi-bottle]: https://pypi.org/project/bottle/
|
||||||
[pypi-yaml]: https://pypi.org/project/PyYAML/
|
[pypi-yaml]: https://pypi.org/project/PyYAML/
|
||||||
[mit]: https://gitlab.com/s3lph/spaceapi-server/blob/master/LICENSE
|
[mit]: https://gitlab.com/s3lph/spaceapi-server/blob/main/LICENSE
|
||||||
[spaceapi-getting-started]: https://spaceapi.io/getting-started/
|
[spaceapi-getting-started]: https://spaceapi.io/getting-started/
|
||||||
[jinja]: https://jinja.palletsprojects.com/
|
[jinja]: https://jinja.palletsprojects.com/
|
||||||
[registry]: https://gitlab.com/s3lph/spaceapi-server/container_registry
|
[registry]: https://gitlab.com/s3lph/spaceapi-server/container_registry
|
||||||
|
|
Loading…
Reference in a new issue