Commit graph

372 commits

Author SHA1 Message Date
djuarezg
aa26a0a8c2 Adding initial Driver Update Disk building support 2022-05-02 11:18:13 +02:00
Ken Dreyer
0ed518d014 doc: winbuild syntax and grammar updates
Trim duplicate content. Switch to active voice to explain who does what.
Break paragraphs into bullets for easier reading.

Correct the "--specfile" references to "--winspec". "--winspec" points
to the "Windows spec" .ini file, whereas the "--specfile" option creates
a wrapper RPM.
2022-04-20 18:00:11 -04:00
Tomas Kopecek
bd5d81be76 doc: better description for kiwi channel requirements
Fixes: https://pagure.io/koji/issue/3315
2022-04-19 14:15:38 +02:00
Tomas Kopecek
e720df320b doc: clarify rpm imports
Related: https://pagure.io/koji/issue/3281
2022-04-19 09:42:23 +02:00
Tomas Kopecek
8d6dbd5bce Koji 1.28.1 release notes
Related: https://pagure.io/koji/issue/3305
2022-04-07 10:07:27 +02:00
Tomas Kopecek
cdb31f8486 additional description 2022-03-28 14:00:50 +02:00
Tomas Kopecek
d6a0267571 docs: Task flow diagram
Fixes: https://pagure.io/koji/issue/3267
2022-03-28 14:00:50 +02:00
Tomas Kopecek
a9e440e725 fix typo 2022-02-10 15:45:01 +01:00
Tomas Kopecek
7081ce90db Koji 1.28.0 release notes
Fixes: https://pagure.io/koji/issue/3224
2022-02-10 15:45:01 +01:00
Tomas Kopecek
3ee95baa5f mock.module_setup_commands tag extra option
Fixes: https://pagure.io/koji/issue/2483
2022-02-07 09:33:14 +01:00
Ken Dreyer
4320316326 doc: clarify hub configuration permissions
Name the exact configuration file we want users to restrict with
filesystem permissions.
2022-02-04 14:38:54 -05:00
Ken Dreyer
94ea0a4909 doc: improve multicall documentation
Rewrite our multicall documentation to use the active voice, clarify
examples, and steer users more strongly towards the newer
MultiCallSession class.
2022-01-25 12:16:16 -05:00
Tomas Kopecek
dfc5b01c9c fix packaging 2022-01-19 15:26:32 +01:00
Tomas Kopecek
8041b6ea4c update kiwi deps 2022-01-19 15:26:32 +01:00
Ken Dreyer
7e6db4a51e docs: link to RPM cryptographic header documentation 2022-01-18 11:49:04 -05:00
Ken Dreyer
5196f73d51 docs: explain "digest" vs "signature" fields for RPMs 2022-01-18 10:55:09 -05:00
Tomas Kopecek
44378d767f Release notes 1.27.1
Related: https://pagure.io/koji/issue/3191
2022-01-13 09:44:05 +01:00
Ken Dreyer
95dfece2a0 doc: explain IMA signing vs usual RPM signing 2022-01-07 12:46:14 +01:00
Tomas Kopecek
1fbc08988d Link to overview video 2021-12-23 11:32:52 +01:00
Tomas Kopecek
b1791e1166 buildtag_inherits_from docs 2021-12-21 12:29:56 +01:00
Ken Dreyer
dbacf1f985 protonmsg: allow users to specify router-specific topic prefixes
Prior to this change, Koji would always send messages with a hard-coded
topic:// prefix.

This works fine for ActiveMQ 5 and Artemis, but RabbitMQ does not
support that syntax. Instead, RabbitMQ brokers expect clients to use
topic addresses with a "/topic/" prefix.

The RFE for RabbitMQ to support "topic://" prefixes is
https://github.com/rabbitmq/rabbitmq-server/issues/2583

In the meantime, allow users to specify "topic://" or "/topic/"
explicitly in their configuration.

For backwards-compatibility, if the user chose neither "topic://" nor
"/topic/", prepend the "topic://" string, preserving the plugin's
existing behavior.

(Note: ActiveMQ 5 advertises its expected topic:// prefix in the initial
connection properties, so we could read that value dynamically, but
RabbitMQ and Artemis do not send an expected topic prefix connection
properties, so we just make the user choose explicitly here.)
2021-12-20 08:44:27 +01:00
Jana Cupova
89d14f2093 Add all options to hub_conf.rst
Fixes: https://pagure.io/koji/issue/3073
2021-12-15 14:09:15 +01:00
Jana Cupova
74ac826a87 Add limits on name values
Fixes: https://pagure.io/koji/issue/2117
2021-12-09 07:11:57 +01:00
Jana Cupova
c310d6692d Pytest instead of nose in unittest
Fixes: https://pagure.io/koji/issue/3140
2021-12-06 12:17:29 +01:00
Ken Dreyer
e784c25541 doc: improve protonmsg SSL parameter descriptions
Explain that the "cert" is a combination of public certificate and key
file.

Explain that "cacert" is the CA that signed the amqps broker's
certificate.
2021-11-22 14:18:02 +01:00
Tomas Kopecek
cda6439a91 Koji 1.27 release notes
Fixes: https://pagure.io/koji/issue/3127
2021-11-18 11:28:33 +01:00
Tomas Kopecek
468656d8a3 fix docs 2021-11-18 11:12:48 +01:00
Tomas Kopecek
eb56f2bec4 expand docs 2021-11-18 11:12:48 +01:00
Tomas Kopecek
1e971affef fix doc typo 2021-11-18 11:12:48 +01:00
Tomas Kopecek
3c15c7a34f update docs 2021-11-18 11:12:48 +01:00
Tomas Kopecek
d07c0d400e basic kiwi docs 2021-11-18 11:12:48 +01:00
Tomas Kopecek
d5663617a3 docs: koji-gc options
Fixes: https://pagure.io/koji/issue/2812
2021-10-26 11:23:31 +02:00
Jana Cupova
32b5377392 Remove translation stub functions
Fixes: https://pagure.io/koji/issue/3072
2021-10-21 13:25:16 +02:00
Samuel Verschelde
f9312ae2d1 Update docs/source/runs_here.rst - Add XCP-ng 2021-10-04 09:41:53 +02:00
Tomas Kopecek
b8d486e637 Release notes 1.26.1
Fixes: https://pagure.io/koji/issue/3052
2021-09-29 11:06:19 +02:00
Ken Dreyer
7dabab3466 doc: update profiles documentation
Rewrite the descriptions for sections.

Use pre-formatted text for technical values or file paths.

Simplify example Python code.

Remove pyxdg TODO item, since Koji never used the xdg specification for
configurations, and this would break backwards compatibility at this
point.
2021-09-15 12:08:20 -04:00
Ken Dreyer
f6aeec9265 add warnings for remove-sig
Update all references to remove-sig to explain that admins should not
normally run this.
2021-09-10 11:13:39 -04:00
Ken Dreyer
1434835ef7 doc: add instructions for SSL DB connections
Walk through an advanced workflow of enabling SSL connections for
postgresql.
2021-08-24 12:31:43 -04:00
Ken Dreyer
7a9479a9cd doc: fix "koji" CLI command name in signing instructions
"kojidev" is a local alias I use for my dev koji instances. Use the
canonical command name instead to match the rest of the instructions.
2021-08-24 16:59:24 +02:00
Tomas Kopecek
1e5f0ef745 Release notes 1.26
Fixes: https://pagure.io/koji/issue/2983
2021-08-23 11:09:41 +02:00
Yu Ming Zhu
bc272c0532 [doc][defining_hub_policies] update the doc 2021-08-18 09:47:10 +00:00
Yu Ming Zhu
f1ba3b0ec0 update doc 2021-08-16 17:55:26 +00:00
Ken Dreyer
a1a42fbda9 doc: add signing documentation
Explain RPM signatures, how Koji handles signatures, and how to generate
repos with signed RPMs.
2021-08-16 13:39:01 +02:00
Ken Dreyer
3bba899053 doc: remove old mod_ssl instructions from server howto
RHEL 7 has httpd 2.4, so anything older than that is not relevant any
more.
2021-07-21 09:48:24 +02:00
Tomas Kopecek
bdb9f91890 Release notes 1.25.1
Fixes: https://pagure.io/koji/issue/2920
2021-07-01 08:58:46 +02:00
Tomas Kopecek
3a49ddf985 drop old ClientCA reference 2021-06-08 16:04:57 +02:00
Tomas Kopecek
d1d07c1c0c update docs 2021-06-03 15:23:56 +02:00
Tomas Kopecek
d0cd655e79 add pr 2021-05-20 12:59:39 +02:00
Mike McLean
e02e37cb98 fix code block 2021-05-20 12:59:39 +02:00
Mike McLean
5b6da358e2 misc fixes 2021-05-20 12:59:39 +02:00