Mike McLean
25b70fe5b5
honor mock.package_manager tag setting in mock-config cli
...
Fixes: https://pagure.io/koji/issue/1167
2019-04-05 19:59:34 -04:00
Mike McLean
febc85c273
PR#1387: remove unused variable
...
Merges #1387
https://pagure.io/koji/pull-request/1387
2019-04-05 19:53:48 -04:00
Tomas Kopecek
7df16f1f51
remove unused variable
2019-04-05 19:53:43 -04:00
Mike McLean
48d2f31c8b
PR#1143: hub: document CG access method arguments
...
Merges #1143
https://pagure.io/koji/pull-request/1143
2019-04-05 15:33:22 -04:00
Mike McLean
c003a9f368
clarify create option
2019-04-05 15:33:01 -04:00
Ken Dreyer
78514f26dc
hub: document revoke_cg_access arguments
...
Describe each of the arguments to the revoke_cg_access() method.
2019-04-05 15:33:01 -04:00
Ken Dreyer
63511baa46
hub: document grant_cg_access arguments
...
Describe each of the arguments to the grant_cg_access() method.
2019-04-05 15:33:01 -04:00
Mike McLean
a894e38a91
PR#1169: docs: use systemctl enable --now for postgres and kojid
...
Merges #1169
https://pagure.io/koji/pull-request/1169
2019-04-05 15:29:36 -04:00
Ken Dreyer
52d706aa85
docs: use systemctl enable --now for kojid
...
Replace the RHEL 6-era command with the systemd equivalent.
Newer versions of systemd (RHEL 7.3+) support the --now flag to start
and enable the service in one command.
2019-04-05 15:29:27 -04:00
Ken Dreyer
b0d42dfd73
docs: use systemctl enable --now for postgres
...
Newer versions of systemd (RHEL 7.3+) support the --now flag to start
and enable the service in one command.
2019-04-05 15:29:27 -04:00
Mike McLean
5563b0c662
PR#1155: hub: document addHost and editHost arguments
...
Merges #1155
https://pagure.io/koji/pull-request/1155
2019-04-04 19:18:21 -04:00
Mike McLean
57c337686d
docstring updates
2019-04-04 19:18:17 -04:00
Ken Dreyer
da016540f6
hub: document editHost arguments
...
Describe the types of each argument to the edit_host() method.
In particular, "arches" must be a string here, whereas in addHost it is
a list.
2019-04-04 19:18:17 -04:00
Ken Dreyer
cde24fe906
hub: document addHost arguments
...
Describe each of the arguments to the add_host() method.
In particular, "arches" must be a list here, whereas in editHost it is a
string.
2019-04-04 19:18:17 -04:00
Mike McLean
7af90790a1
PR#1242: kojid.conf documentation
...
Merges #1242
https://pagure.io/koji/pull-request/1242
Fixes : #1241
https://pagure.io/koji/issue/1241
Document kojid options
2019-04-04 17:07:02 -04:00
Mike McLean
2e67147bcd
alphabetical options
2019-04-04 17:06:13 -04:00
Mike McLean
6e5cde5431
more updates to kojid.conf docs
...
- clean up grammar/typos
- pluginpath is colon-separated
- clarify several options a bit more
- pull task_avail_delay text from 1.17 relnotes
- emphasize insecure nature of password auth
- put preferred auth methods first
2019-04-04 17:06:13 -04:00
Mike McLean
f443392c4a
blank line to make sphinx happy
2019-04-04 17:06:13 -04:00
Mike McLean
efb04976dd
a few edits
2019-04-04 17:06:13 -04:00
Tomas Kopecek
29e9c87b50
kojid.conf documentation
...
Fixes: https://pagure.io/koji/issue/1241
2019-04-04 17:06:13 -04:00
Mike McLean
d2b82dcaba
PR#1340: Update server doc for newer TLS and event worker
...
Merges #1340
https://pagure.io/koji/pull-request/1340
2019-04-04 16:56:37 -04:00
Pat Riehecky
f8882edd1c
Update server doc for newer TLS and event worker
2019-04-04 16:56:29 -04:00
Mike McLean
9dcb4cbbbe
PR#1359: docs: remove "TBD" sections
...
Merges #1359
https://pagure.io/koji/pull-request/1359
2019-04-04 16:50:29 -04:00
Ken Dreyer
f8ba59401e
docs: remove "TBD" sections
...
The HOWTO documentation had a couple "TBD" sections for reporting bugs
or getting involved.
We already say how get involved in the first paragraph of the
documentation, so we do not need these "under construction" sections.
2019-04-04 16:48:20 -04:00
Mike McLean
a971484b80
PR#1360: docs: remove mod_python references
...
Merges #1360
https://pagure.io/koji/pull-request/1360
2019-04-04 16:45:18 -04:00
Ken Dreyer
f7b2579944
docs: remove mod_python references
...
koji-hub and koji-web use mod_wsgi now.
2019-04-04 16:45:09 -04:00
Mike McLean
405055e031
PR#1361: docs: kojirepod -> kojira
...
Merges #1361
https://pagure.io/koji/pull-request/1361
2019-04-04 16:43:52 -04:00
Ken Dreyer
676746e47d
docs: kojirepod -> kojira
...
"kojirepod" is not a thing - it's "kojira".
2019-04-04 16:43:43 -04:00
Mike McLean
56760dfc86
PR#1370: add vhdx archivetype
...
Merges #1370
https://pagure.io/koji/pull-request/1370
2019-03-26 10:34:21 -04:00
Mike McLean
10508a66d1
adjust schema upgrade script
2019-03-26 10:07:29 -04:00
Mike McLean
a190035862
add vhdx archivetype
2019-03-26 10:05:54 -04:00
Mike McLean
23cd092046
PR#1331: provide lower level versions of build_target functions
...
Merges #1331
https://pagure.io/koji/pull-request/1331
2019-03-22 13:11:29 -04:00
Mike McLean
9f626a169c
provide lower level versions of build_target functions
2019-03-22 13:11:17 -04:00
Mike McLean
128af617ba
PR#1348: rm old references to Mozilla
...
Merges #1348
https://pagure.io/koji/pull-request/1348
2019-03-22 13:05:21 -04:00
Ken Dreyer
7e981c15a9
rm old references to Mozilla
...
We don't need to reference Fedora 5 or Mozilla any more in our docs.
2019-03-22 13:05:00 -04:00
Mike McLean
5146e917af
PR#1297: Support tilde in search
...
Merges #1297
https://pagure.io/koji/pull-request/1297
Fixes : #1294
https://pagure.io/koji/issue/1294
Cannot search build with tilde
2019-03-22 10:18:25 -04:00
Miro Hrončok
32977881f6
Support tilde in search
...
Fixes https://pagure.io/koji/issue/1294
Signed-off-by: Miro Hrončok <miro@hroncok.cz>
2019-03-22 10:18:05 -04:00
Mike McLean
5eeb69aa31
PR#1356: kojira: fix iteration over repos in py3
...
Merges #1356
https://pagure.io/koji/pull-request/1356
Fixes : #1355
https://pagure.io/koji/issue/1355
kojira: dictionary changed size error in updateRepos()
2019-03-22 10:10:21 -04:00
Mike McLean
61068557c4
kojira: fix iteration over repos in py3
...
Multiple threads loop over this data, which changes. These loops
need to use a copy. In py2 .keys() and .values() are copied data,
but in py3 they are references to the dict data.
Fixes: https://pagure.io/koji/issue/1355
2019-03-21 17:26:51 -04:00
Mike McLean
d8e963e3b7
PR#1342: Remove python2.4 OptionParse fix
...
Merges #1342
https://pagure.io/koji/pull-request/1342
Fixes : #1341
https://pagure.io/koji/issue/1341
Drop koji_cli.lib.OptionParser
2019-03-20 16:10:04 -04:00
Tomas Kopecek
70968aba33
Remove python2.4 OptionParse fix
...
Fixes: https://pagure.io/koji/issue/1341
2019-03-20 16:09:44 -04:00
Mike McLean
58ff256604
PR#1347: Fix hub startup handling
...
Merges #1347
https://pagure.io/koji/pull-request/1347
Fixes : #875
https://pagure.io/koji/issue/875
hub plugins appear to break hub on code updates
2019-03-20 15:07:27 -04:00
Mike McLean
a7b496961c
disable mod_wsgi reloading
...
Fixes: https://pagure.io/koji/issue/875
2019-03-19 11:46:50 -04:00
Mike McLean
22c112c0b1
avoid multiple server_setup calls when multiple threads in use
2019-03-19 11:43:55 -04:00
Mike McLean
59df6eb323
PR#1346: Rely on ozif_enabled switch in BaseImageTask
...
Merges #1346
https://pagure.io/koji/pull-request/1346
Fixes : #1345
https://pagure.io/koji/issue/1345
Missed ImageFactory detection
2019-03-15 10:27:36 -04:00
Tomas Kopecek
47ed809a8a
Rely on ozif_enabled switch in BaseImageTask
...
Fixes: https://pagure.io/koji/issue/1345
2019-03-15 10:27:21 -04:00
Mike McLean
0ed215ca53
PR#1344: add .tgz to list of tar's possible extensions
...
Merges #1344
https://pagure.io/koji/pull-request/1344
Fixes : #1343
https://pagure.io/koji/issue/1343
archive extensions for tarball miss .tgz
2019-03-14 10:53:31 -04:00
Tomas Kopecek
3c56e125de
add .tgz to list of tar's possible extensions
...
Fixes: https://pagure.io/koji/issue/1343
2019-03-14 15:21:43 +01:00
Mike McLean
d6b78328a2
PR#1086: hub: unittest for get_external_repos
...
Merges #1086
https://pagure.io/koji/pull-request/1086
2019-03-12 14:27:46 -04:00
Yu Ming Zhu
2f47ed7f2d
hub: unittest for get_external_repos
2019-03-12 14:27:32 -04:00