Commit graph

14 commits

Author SHA1 Message Date
Stephen Coady
ce0e79b115 docs: fix error in hacking.md
Signed-off-by: Stephen Coady <scoady@redhat.com>
2022-03-24 09:35:59 +01:00
Christian Kellner
54c59cc41c builder: use cloud api
Composer now[1] has integrated the koji API into the "cloud API"
and thus we can use this more general purpose and powerful API
instead of using the specialized koji API endpoint.
Adapt the request and response structures as well as the unit
tests to use that.

[1] PR #2214, commit 11e2ae45284bfb0d89ef1c1e0d2aa4ae230ea573
2022-02-11 16:36:07 +01:00
Chloe Kaubisch
cdfc041293 hacking.md: add contributing section
Add Contributing section to hacking.md with link to developer guide.
2022-02-08 17:03:56 +01:00
Christian Kellner
c56bcba78c README.md,HACKING.md: update for SSO/OAuth2
Add documentation how to properly configure and use OAuth2.
2022-02-02 17:47:44 +01:00
Ondřej Budai
3ceeb47333 tests: change all mentions of Fedora 32 to Fedora 33
Fedora 32 is EOL, let's use Fedora 33. (Fedora 34 is not yet
100% supported in composer).
2021-07-23 15:24:05 +02:00
Christian Kellner
51bda2671d HACKING.md: fix client plugin install instructions
Make the destination of the link be an absolute path, but more
importantly fix the actual path the plugin gets installed in.
2020-11-03 19:40:54 +01:00
Christian Kellner
b625f96c2b test: move run-builder into test/
Move the run-builder.sh helper into the `test/` sub-directory. It
is mainly needed for testing together with the other test scripts.
2020-09-29 21:40:25 +01:00
Christian Kellner
660f0f2700 test: move run-koji-container.sh to test/
Move the run-koji-container.sh helper into the `test/` sub-directory.
It is mainly needed for testing together with the other test scripts.
2020-09-29 21:40:25 +01:00
Christian Kellner
05f1ecac8e test: move make-tags.sh into test/
Move the make-tags.sh helper into the `test/` sub-directory. It is
mainly needed for testing together with the other test scripts.
2020-09-29 21:40:25 +01:00
Christian Kellner
3ee5966b79 HACKING.md: add Patches, Coding Style sections
Small hint where to file patches and what the coding style is.
2020-09-26 11:37:02 +01:00
Christian Kellner
01de94bc44 HACKING.md: small formatting adjustmensts
Declare code blocks to be shell, add a newline here and there.
2020-09-26 11:37:02 +01:00
Christian Kellner
b2a62d4dcf HACKING.md: troubleshooting and cleanup sections
Some more help if stuff goes wrong and some cleanup instructions.
2020-09-25 22:33:31 +01:00
Christian Kellner
ec16d4fb14 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.
2020-09-25 15:26:36 +01:00
Christian Kellner
3be53c1849 HACKING.md: added with testing instructions
Add instructions how to run the unit tests as well as the full
local test environment.
2020-09-25 15:26:36 +01:00