koji: move run-koji-containers.sh to tools

Also install it is part of he tests subpackage. This a helper-tool, not
golang code, so should not live in `internal`. We need access to this
from the integration tests, so install it onto the tests system.

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2020-10-03 14:09:29 +01:00 committed by Ondřej Budai
parent 32f66bb539
commit 555934e303
6 changed files with 9 additions and 6 deletions

View file

@ -3,7 +3,7 @@
Firstly, you need to start the koji container:
```
sudo ./internal/upload/koji/run-koji-container.sh start
sudo ./tools/run-koji-container.sh start
```
This command starts a kojihub instance available at
@ -24,5 +24,5 @@ for more details.
To stop and remove the koji container, use the following command:
```
sudo ./internal/upload/koji/run-koji-container.sh stop
sudo ./tools/koji/run-koji-container.sh stop
```