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:
parent
32f66bb539
commit
555934e303
6 changed files with 9 additions and 6 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue