HACKING.md: move useful links from README.md

There are not of general interest, but are specific to plugin
development. Move it to HACKING.md.
This commit is contained in:
Christian Kellner 2020-09-25 14:23:57 +02:00 committed by Tom Gundersen
parent 66aebcd0d4
commit ec16d4fb14
2 changed files with 8 additions and 8 deletions

View file

@ -106,3 +106,11 @@ koji --server=http://localhost/kojihub \
--image-type qcow2 \
--release 1
```
## Useful links
- [koji source](https://pagure.io/koji/tree/master)
- [koji plugin howto](https://docs.pagure.org/koji/writing_a_plugin/)
- [koji server howto](https://docs.pagure.org/koji/server_howto/)
- [koji server bootstrap](https://docs.pagure.org/koji/server_bootstrap/)
- [osbs koji plugin](https://github.com/containerbuildsystem/koji-containerbuild/)

View file

@ -14,11 +14,3 @@ plugins:
## Development
See [`HACKING.md`](HACKING.md) for how to develop and test this project.
### Useful links
- [koji source](https://pagure.io/koji/tree/master)
- [koji plugin howto](https://docs.pagure.org/koji/writing_a_plugin/)
- [koji server howto](https://docs.pagure.org/koji/server_howto/)
- [koji server bootstrap](https://docs.pagure.org/koji/server_bootstrap/)
- [osbs koji plugin](https://github.com/containerbuildsystem/koji-containerbuild/)