Ken Dreyer
ec032a2cfc
docs: align "Hub" text in diagram
...
Prior to this change, Google Chrome's SVG renderer did not display "Hub"
centered in the Koji structure diagram.
Re-do the "Hub" text in the diagram so that it is centered in Inkscape,
Firefox, and Chrome.
2020-06-23 12:44:43 +02:00
Tomas Kopecek
baa14dd38e
update docs
2020-06-19 13:21:53 +02:00
Tomas Kopecek
196ee64f58
extend docs
2020-06-16 13:28:26 +02:00
Tomas Kopecek
089bc38320
document merge modes
...
Fixes: https://pagure.io/koji/issue/2099
2020-06-16 13:28:26 +02:00
Tomas Kopecek
47210e44bf
hub: default policy allow packagelist changes with 'tag' permission
...
Fixes: https://pagure.io/koji/issue/2011
2020-06-16 11:04:14 +02:00
Tomas Kopecek
1169f4be83
fix option name
2020-06-09 14:38:23 +02:00
Tomas Kopecek
bed10814eb
use global option to enable bootstrap-image
2020-06-09 14:38:23 +02:00
Tomas Kopecek
d1cf0040c8
extend to allow also boostrap-image
...
Fixes: https://pagure.io/koji/issue/1017
2020-06-09 14:38:23 +02:00
Aron Parsons
1f1da58ec2
builder: add bootstrap-chroot support for mock
...
fixes https://pagure.io/koji/issue/1017
2020-06-09 14:38:23 +02:00
Tomas Kopecek
a54047b737
grammar fix
2020-06-09 11:18:10 +02:00
Tomas Kopecek
bbd378db61
Koji 1.21.1 release notes
...
Fixes: https://pagure.io/koji/issue/2294
2020-06-09 11:18:10 +02:00
Tom Stellard
afc0efb122
Support tag specific environment variables
...
This makes it possible to specify an environment variable for a tag
that will be used during builds. e.g.
koji edit-tag -x rpm.env.CC=clang
2020-05-27 14:28:39 +02:00
Tomas Kopecek
932e03e652
doc: links to copr builds
...
Fixes: https://pagure.io/koji/issue/2247
2020-05-18 09:26:52 +02:00
Ken Dreyer
b47f94a09a
doc: update postgresql-setup command for el8 and Fedora
...
Fedora and RHEL 8 use a newer syntax for postgresql-setup's initdb
command. Provide the older command and the newer command in the Server
Howto documentation.
(We can remove the RHEL 7 version when we drop RHEL 7 support.)
2020-05-13 10:03:59 +02:00
Ken Dreyer
9bdb0687d4
doc: fix koji-sweep-db filename typo
...
"sweepd" -> "sweep"
2020-04-29 10:15:44 +02:00
Ken Dreyer
aa17d743bc
doc: indent SQL query for user ID discovery
...
Prior to this change, Sphinx rendered the SQL query outside of the
"Note" box.
Indent the query further so that Sphinx renders it inside the "Note"
border.
2020-04-29 10:14:37 +02:00
Tomas Kopecek
9f6e273774
docs: remove obsoleted recommendation to restart kojira
...
Fixes: https://pagure.io/koji/issue/2170
2020-04-28 09:35:25 +02:00
Tomas Kopecek
b4c1169da8
kojira: queue_file docs
2020-04-22 13:53:47 +02:00
Ken Dreyer
c932f4cdbc
doc: use newer configuration boilerplate for kojira
...
The Server Howto documentation describes how to configure Kerberos
authentication in kojira.conf.
Prior to this change, the Server Howto documentation's boilerplate
configuration copied the older stale format.
eea730300a added a dedicated section for
Kerberos authentication to kojira.conf. Copy this newer format into the
Server Howto documentation.
This also updates our Server Howto document to use the default
/etc/kojira/kojira.keytab file path, which we added in
f232e49194 .
2020-04-22 09:51:28 +02:00
Ken Dreyer
fbcc6bb43e
doc: "koji build" requires a target
...
The "koji build" command requires a target, not a tag.
2020-04-22 09:44:59 +02:00
Igor Raits
f5349cafa4
docs: Fix sidetag enablement typo
...
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
2020-04-22 09:43:57 +02:00
Tomas Kopecek
8864fd7961
fix docs
2020-04-22 09:31:49 +02:00
Tomas Kopecek
9a805733c4
missing file from 1.21 docs
2020-04-22 09:29:58 +02:00
Tomas Kopecek
94b3b432ed
Release notes 1.21
...
Fixes: https://pagure.io/koji/issue/2118
2020-04-21 14:50:01 +02:00
Mike McLean
08e52da156
adjust grammar
2020-04-21 08:25:04 -04:00
Tomas Kopecek
3aca7b43a6
turn off checking external repos by default
...
Fixes: https://pagure.io/koji/issue/2159
2020-04-21 10:31:24 +02:00
Mike McLean
b5f1737ccb
Make the docs more in line with our example configs
2020-04-14 09:12:59 +02:00
Tomas Kopecek
672e367263
update docs on httpd configuration
...
Fixes: https://pagure.io/koji/issue/1878
2020-04-14 09:12:59 +02:00
Tomas Kopecek
f603231450
simplify checks
2020-04-08 12:48:51 +02:00
Yuming Zhu
944d105571
hub: editTagExternalRepo is able to set merge_mode
...
fixes : #1857
2020-03-25 13:39:30 +01:00
Tomas Kopecek
b54c32af1a
use real time for events
...
NOW() is time of transaction start. For long transaction, there could be
race and some other transactions which ended earlier can have newer
events. clock_timestamp returns real time (changes during transaction),
so it should be better for this case.
Fixes: https://pagure.io/koji/issue/1747
2020-03-19 14:30:24 +01:00
Mike McLean
76c3df7650
include example spec
2020-03-16 14:44:34 +01:00
Mike McLean
250b4a80da
Adapt older win-build docs
...
Fixes https://pagure.io/koji/issue/1836
2020-03-16 14:44:34 +01:00
Tomas Kopecek
f505d6bb1a
make xz options configurable
...
Fixes: https://pagure.io/koji/issue/1901
2020-03-16 10:30:16 +01:00
Tomas Kopecek
77edc71aac
prune old docs about interaction with Fedora's koji
...
Fixes: https://pagure.io/koji/issue/2062
2020-03-12 12:36:07 +01:00
Tomas Kopecek
f59257ef13
fix typo
2020-03-05 14:02:47 +01:00
Tomas Kopecek
e4fa53f8ea
1.20.1 release notes
...
Fixes: https://pagure.io/koji/issue/2031
2020-03-05 14:02:47 +01:00
Yuming Zhu
a3d3604416
flake8: update contribution guide for flake8
2020-03-03 21:38:22 +08:00
Tomas Kopecek
d86273e39d
update docs to current jenkins setup
...
Fixes: https://pagure.io/koji/issue/1871
2020-02-25 10:31:45 +01:00
Tomas Kopecek
b9e0597ccd
Merge sidetag plugin
...
Originally living in https://pagure.io/sidetag-koji-plugin
Fixes: https://pagure.io/koji/issue/1955
2020-02-12 13:16:28 +01:00
Tomas Kopecek
f9190657d9
Add 'target' policy
...
Fixes: https://pagure.io/koji/issue/1040
2020-02-11 14:30:25 +01:00
Mike McLean
51c5c9715a
outdated comment
2020-02-05 11:36:34 +01:00
Tomas Kopecek
8e80c627eb
docs for kojira and koji-gc
...
Fixes: https://pagure.io/koji/issue/1927
2020-02-04 10:31:47 +01:00
Ben Morrice
b308e386b3
update runs_here.rst: correcting usage of koji at CERN
2020-01-29 12:53:30 +00:00
Tomas Kopecek
8251f9ed30
prune less important changes
2020-01-20 09:38:10 +01:00
Mike McLean
046d6a80ea
partial edits
2020-01-20 09:38:10 +01:00
Mike McLean
42fc5b0006
a little cleanup
2020-01-20 09:38:10 +01:00
Mike McLean
d85259d39e
missing closing markup
2020-01-20 09:38:10 +01:00
Tomas Kopecek
6821560362
koji 1.20 release
...
Fixes: https://pagure.io/koji/issue/1898
2020-01-20 09:38:10 +01:00
Athos Ribeiro
9016a17f87
Update typeinfo metadata documentation
...
The build.extra.typeinfo build metadata has a strong relation with koji
BTypes. Here we update the documentation to make it clearer that the
typeinfo entries must hold the build types used in build for a given
content generator.
2020-01-07 09:19:29 +01:00