Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<div align="center">
<img src="https://gitlab.com/Linaro/tuxlava/raw/main/tuxlava_logo.png" alt="TuxLAVA Logo" width="40%" />
<img src="https://raw.githubusercontent.com/kernelci/tuxlava/main/tuxlava_logo.png" alt="TuxLAVA Logo" width="40%" />
</div>

[![Pipeline Status](https://gitlab.com/Linaro/tuxlava/badges/main/pipeline.svg)](https://gitlab.com/Linaro/tuxlava/pipelines)
[![coverage report](https://gitlab.com/Linaro/tuxlava/badges/main/coverage.svg)](https://gitlab.com/Linaro/tuxlava/commits/main)
[![PyPI version](https://badge.fury.io/py/tuxlava.svg)](https://pypi.org/project/tuxlava/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![PyPI - License](https://img.shields.io/pypi/l/tuxlava)](https://gitlab.com/Linaro/tuxlava/blob/main/LICENSE)
[![PyPI - License](https://img.shields.io/pypi/l/tuxlava)](https://github.com/kernelci/tuxlava/blob/main/LICENSE)

[Documentation](https://tuxlava.org/) - [Repository](https://gitlab.com/Linaro/tuxlava) - [Issues](https://gitlab.com/Linaro/tuxlava/-/issues)
[Documentation](https://tuxlava.org/) - [Repository](https://github.com/kernelci/tuxlava) - [Issues](https://github.com/kernelci/tuxlava/issues)

TuxLAVA is a command-line tool and Python library that simplifies
creating LAVA job definitions for various device types. Developed by
Expand Down Expand Up @@ -102,5 +100,5 @@ print(job.render())
## Contributing

Contributions, bug reports and feature requests are welcome!
Please see the [issues](https://gitlab.com/Linaro/tuxlava/-/issues)
or open a [merge request](https://gitlab.com/Linaro/tuxlava/-/merge_requests).
Please see the [issues](https://github.com/kernelci/tuxlava/issues)
or open a [pull request](https://github.com/kernelci/tuxlava/pulls).
12 changes: 6 additions & 6 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
## Source code

The TuxLAVA source code is available in the
[tuxlava gitlab repository](https://gitlab.com/Linaro/tuxlava). To clone the
[tuxlava GitHub repository](https://github.com/kernelci/tuxlava). To clone the
repository, run:

```console
git clone git@gitlab.com:Linaro/tuxlava.git
git clone git@github.com:kernelci/tuxlava.git
```

or if you don't (want to) have a gitlab account:
or if you don't (want to) have a GitHub account:

```console
git clone https://gitlab.com/Linaro/tuxlava.git
git clone https://github.com/kernelci/tuxlava.git
```

## Issue tracker

The TuxLAVA issue tracker is also on Gitlab:
<https://gitlab.com/Linaro/tuxlava/-/issues>.
The TuxLAVA issue tracker is also on GitHub:
<https://github.com/kernelci/tuxlava/issues>.

## Development dependencies

Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<img src="tuxlava_full.svg" alt="TuxLAVA Logo" width="40%" />
</div>

[![Pipeline Status](https://gitlab.com/Linaro/tuxlava/badges/main/pipeline.svg)](https://gitlab.com/Linaro/tuxlava/pipelines)
[![coverage report](https://gitlab.com/Linaro/tuxlava/badges/main/coverage.svg)](https://gitlab.com/Linaro/tuxlava/commits/main)
[![Pipeline Status](https://github.com/kernelci/tuxlava/badges/main/pipeline.svg)](https://github.com/kernelci/tuxlava/pipelines)
[![coverage report](https://github.com/kernelci/tuxlava/badges/main/coverage.svg)](https://github.com/kernelci/tuxlava/commits/main)
[![PyPI version](https://badge.fury.io/py/tuxlava.svg)](https://pypi.org/project/tuxlava/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![PyPI - License](https://img.shields.io/pypi/l/tuxlava)](https://gitlab.com/Linaro/tuxlava/blob/main/LICENSE)
[![PyPI - License](https://img.shields.io/pypi/l/tuxlava)](https://github.com/kernelci/tuxlava/blob/main/LICENSE)

[Documentation](https://tuxlava.org/) - [Repository](https://gitlab.com/Linaro/tuxlava) - [Issues](https://gitlab.com/Linaro/tuxlava/-/issues)
[Documentation](https://tuxlava.org/) - [Repository](https://github.com/kernelci/tuxlava) - [Issues](https://github.com/kernelci/tuxlava/issues)

TuxLAVA, by [Linaro](https://www.linaro.org/), is a python library and
a command line tool to generate Linaro Automated Validation
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ site_description: |
LAVA jobs for devices of type avh, fastboot, fvp, nfs, qemu, and ssh. TuxLAVA
has a standard list of devices that are supported along with tests that
could be run on these devices.
repo_url: https://gitlab.com/Linaro/tuxlava/
repo_url: https://github.com/kernelci/tuxlava/

theme:
name: material
Expand Down