Skip to content

Commit 4e5c53f

Browse files
committed
Update README.md to reference GitHub instead of GitLab
Update repository and issue tracker URLs to github.com/kernelci, Update license link. Remove GitLab/CI cover badges and Remove [[TOC]] which is gitlab specific syntax. Signed-off-by: Ben Copeland <ben.copeland@linaro.org>
1 parent 3b38701 commit 4e5c53f

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
<img src="docs/tuxrun_full.svg" alt="TuxRun Logo" width="40%" />
33
</div>
44

5-
[![Pipeline Status](https://gitlab.com/Linaro/tuxrun/badges/master/pipeline.svg)](https://gitlab.com/Linaro/tuxrun/pipelines)
6-
[![coverage report](https://gitlab.com/Linaro/tuxrun/badges/master/coverage.svg)](https://gitlab.com/Linaro/tuxrun/commits/master)
75
[![PyPI version](https://badge.fury.io/py/tuxrun.svg)](https://pypi.org/project/tuxrun/)
86
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
9-
[![PyPI - License](https://img.shields.io/pypi/l/tuxrun)](https://gitlab.com/Linaro/tuxrun/blob/master/LICENSE)
7+
[![PyPI - License](https://img.shields.io/pypi/l/tuxrun)](https://github.com/kernelci/tuxrun/blob/master/LICENSE)
108

11-
[Documentation](https://tuxrun.org/) - [Repository](https://gitlab.com/Linaro/tuxrun) - [Issues](https://gitlab.com/Linaro/tuxrun/-/issues)
9+
[Documentation](https://tuxrun.org/) - [Repository](https://github.com/kernelci/tuxrun) - [Issues](https://github.com/kernelci/tuxrun/issues)
1210

1311
TuxRun, by [Linaro](https://www.linaro.org/), is a command line tool for
1412
testing Linux on the following virtual devices, using curated test suites.
@@ -20,8 +18,6 @@ testing Linux on the following virtual devices, using curated test suites.
2018
TuxRun is a part of [TuxSuite](https://tuxsuite.com), a suite of tools and
2119
services to help with Linux kernel development.
2220

23-
[[_TOC_]]
24-
2521
# About TuxRun
2622

2723
Testing the Linux kernel is as simple as using QEMU but it gets complicated

docs/run-fvp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Build the container containing the Morello FVP model:
2222
=== "podman"
2323

2424
```shell
25-
git clone https://gitlab.com/Linaro/tuxrun
25+
git clone https://github.com/kernelci/tuxrun
2626
cd tuxrun/share/fvp
2727
make fvp-morello
2828
```
2929

3030
=== "docker"
3131

3232
```shell
33-
git clone https://gitlab.com/Linaro/tuxrun
33+
git clone https://github.com/kernelci/tuxrun
3434
cd tuxrun/share/fvp
3535
make fvp-morello RUNTIME=docker
3636
```

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ site_description: |
66
TuxRun, by Linaro, is a command line tool for testing Linux on QEMU, using
77
curated test suites. TuxRun is a part of TuxSuite, a suite of tools and
88
services to help with Linux kernel development.
9-
repo_url: https://gitlab.com/Linaro/tuxrun/
9+
repo_url: https://github.com/kernelci/tuxrun/
1010

1111
theme:
1212
name: material

0 commit comments

Comments
 (0)