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
Mike McLean
810d2b1c74
PR#1170: docs: koji package provides schema.sql file
...
Merges #1170
https://pagure.io/koji/pull-request/1170
2019-03-12 13:52:59 -04:00
Ken Dreyer
5ae5ba651c
docs: koji package provides schema.sql file
...
Point administrators to the "koji" package for the schema.sql file.
2019-03-12 13:52:48 -04:00
Mike McLean
797b26127c
PR#1281: remove urlescape from package name
...
Merges #1281
https://pagure.io/koji/pull-request/1281
Fixes : #1224
https://pagure.io/koji/issue/1224
Web search page doesn't like unicode results
2019-03-12 11:00:52 -04:00
Tomas Kopecek
a2892a9b24
remove urlescape from package name
...
urlescape fails for unicode strings. On the other hand, 'name' attribute
is not used anywhere in infoURLs, so it is safe to just drop it.
Fixes: https://pagure.io/koji/issue/1224
2019-03-12 10:59:20 -04:00
Mike McLean
29c894419d
PR#1304: hub: document setInheritanceData arguments
...
Merges #1304
https://pagure.io/koji/pull-request/1304
2019-03-12 10:54:27 -04:00
Ken Dreyer
365d4e2448
hub: document setInheritanceData arguments
...
Describe each of the arguments to the setInheritanceData() method.
2019-03-12 10:54:11 -04:00
Mike McLean
92c111ee9b
PR#1277: Remove 'keepalive' option
...
Merges #1277
https://pagure.io/koji/pull-request/1277
Fixes : #1239
https://pagure.io/koji/issue/1239
Deprecate keepalive
2019-03-12 10:34:50 -04:00
Tomas Kopecek
12cabb0f2c
Remove 'keepalive' option
...
keepalive is not used anymore anywhere in koji
Fixes: https://pagure.io/koji/issue/1239
2019-03-12 10:34:36 -04:00
Mike McLean
d1ebcbbc40
PR#1330: fix docs typos
...
Merges #1330
https://pagure.io/koji/pull-request/1330
2019-03-12 10:29:57 -04:00
Mike McLean
aa4439bbad
fix docs typos
2019-03-12 10:29:46 -04:00
Mike McLean
6bfcfc42f1
PR#1339: fix typo in usage of six's import of MIMEText
...
Merges #1339
https://pagure.io/koji/pull-request/1339
Fixes : #1338
https://pagure.io/koji/issue/1338
koji-gc has wrong six import
2019-03-12 10:27:12 -04:00
Tomas Kopecek
e612310fcc
fix typo in usage of six's import of MIMEText
...
Fixes: https://pagure.io/koji/issue/1338
2019-03-12 10:26:58 -04:00
Mike McLean
abda6b9f85
PR#1337: minor gc optimizations
...
Merges #1337
https://pagure.io/koji/pull-request/1337
2019-03-12 10:23:35 -04:00
Mike McLean
24e4b93d8e
build_references: honor limit more thoroughly
2019-03-11 18:45:02 -04:00
Mike McLean
e23b15af33
build_references: use IN check for finding buildroot refs
2019-03-11 18:22:30 -04:00