From fd94a6d510303d96f7a6d5d3d92a233658aa33bc Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Oct 12 2023 12:49:52 +0000 Subject: Update `tmt` urls with the `teemtee` organization Git and Copr repositories are now hosted under the `teemtee` org. --- diff --git a/modules/ROOT/pages/tmt.adoc b/modules/ROOT/pages/tmt.adoc index e40f1a1..1ce2db7 100644 --- a/modules/ROOT/pages/tmt.adoc +++ b/modules/ROOT/pages/tmt.adoc @@ -34,7 +34,7 @@ Check out the desired dist git branch using fedpkg: Or clone your GitHub project repository: - git clone https://github.com/psss/tmt/ + git clone https://github.com/teemtee/tmt/ cd tmt git checkout -b enable-tests @@ -114,7 +114,7 @@ Install additional packages on the guest: Get the latest package from provided copr repository: - tmt run --all prepare --how install --copr psss/tmt --package tmt + tmt run --all prepare --how install --copr @teemtee/tmt --package tmt Use the freshly build local rpm or all rpms from provided local directory: @@ -270,7 +270,7 @@ Update the repository url to point to the right place: Essential command line features discover: how: fmf - url: https://github.com/psss/tmt + url: https://github.com/teemtee/tmt execute: how: tmt @@ -321,7 +321,7 @@ In this way you can for example easily execute both upstream and fedora tests as how: fmf url: https://github.com/SELinuxProject/selinux-testsuite -See also https://github.com/psss/tmt/blob/master/examples/multiple/basic.fmf[multiple config] example in tmt repo to get a better idea. +See also https://github.com/teemtee/tmt/blob/main/examples/multiple/basic.fmf[multiple config] example in tmt repo to get a better idea. === Multiple Plans === @@ -394,8 +394,8 @@ See the upstream https://tmt.readthedocs.io/en/stable/questions.html#virtualizat Example projects with tmt tests: * https://github.com/InfrastructureServices/bind-tests - * https://github.com/psss/tmt - * https://github.com/psss/fmf + * https://github.com/teemtee/tmt + * https://github.com/teemtee/fmf * https://github.com/psss/did See the tmt https://tmt.readthedocs.io/en/latest/examples.html[examples] page for more inspiration.