Commit graph

2630 commits

Author SHA1 Message Date
Mike McLean
b245136c50 use alabaster theme for docs 2017-03-02 11:57:23 -05:00
Mike McLean
b3dbc66b26 PR#333 Fix README link to mash project
Merges #333
2017-03-02 11:36:37 -05:00
Robert Marshall
06f28189de Fix README link to mash project
The mash project has moved to pagure.io. Corrected the link to mash in
the README that points to the now defunct fedorahosted server.

Signed-off-by: Robert Marshall <rmarshall@redhat.com>
2017-03-02 11:36:10 -05:00
Mike McLean
6a3078c06a PR#331 use new exception syntax
Merges #331
2017-03-02 11:09:28 -05:00
Mike McLean
ed0e45e12b a few more exceptions 2017-03-02 11:09:00 -05:00
Tomas Kopecek
1494301465 use new exception syntax 2017-03-02 10:52:30 -05:00
Mike McLean
9b9a8f32a1 PR#330 formatting typo
Merges #330
2017-03-02 10:49:55 -05:00
Tomas Kopecek
20f5c4a83f formatting typo 2017-03-01 11:37:53 +01:00
Mike McLean
cd42fbb549 PR#226 print statement -> print function
Merges #226
2017-02-28 11:26:11 -05:00
Mike McLean
53875831df a couple more prints 2017-02-28 11:06:09 -05:00
Tomas Kopecek
c143d0b88f print statement -> print function 2017-02-28 10:55:56 -05:00
Mike McLean
ef043e2c14 PR#319 Added support for CG provided owner
Merges #319
Fixes #299
2017-02-28 10:48:29 -05:00
Brendan Reilly
8a966ee630 Added support for CG provided owner 2017-02-28 10:47:14 -05:00
Mike McLean
c772eed526 PR#324 jenkins' docs
Merges #324
Fixes # 320
2017-02-28 10:44:17 -05:00
Tomas Kopecek
7cbe835b2f fixed typo 2017-02-28 10:43:48 -05:00
Tomas Kopecek
5ad5fc9ad2 jenkins' docs 2017-02-28 10:43:48 -05:00
Mike McLean
ff57095e70 PR#326 use multicall for clone tag
Merges #326
Fixes #314
2017-02-22 16:55:49 -05:00
Mike McLean
868212af98 also use multicall for setting the package list 2017-02-22 16:55:39 -05:00
Tomas Kopecek
1857271ea8 use multicall for clone tag 2017-02-22 16:33:42 -05:00
Mike McLean
ed1d443ab6 PR#283 wrap sending email in try except
Merges #283
Fixes #282
2017-02-22 11:28:26 -05:00
Dennis Gilmore
60f0859591 wrap sending email in try except
Sometimes the recipient email may no longer be valid due to many
reasons.  Handle the failure to send email gracefully.

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-02-22 11:27:46 -05:00
Mike McLean
55d57495d3 PR#323 Honor excludearch and exclusivearch for noarch builds
Merges #323
https://pagure.io/koji/pull-request/323

Fixes #19
2017-02-20 10:51:07 -05:00
Mike McLean
e4b8a39eb0 rework logic and extend unit tests 2017-02-20 10:50:39 -05:00
Mike McLean
63a358b260 add comment and docstring to choose_taskarch() 2017-02-20 10:50:39 -05:00
Mike McLean
2062515663 more choose_taskarch testing 2017-02-20 10:50:39 -05:00
Mike McLean
695ded30c8 stub kojid tests 2017-02-20 10:50:39 -05:00
Xibo Ning
144a4f1b30 add method choose_taskarch 2017-02-20 10:50:39 -05:00
Xibo Ning
8d5118b5f9 choose an arch for noarch package with ExcludeArch or ExclusiveArch tag 2017-02-20 10:50:39 -05:00
Mike McLean
12f7db5791 Merge #322 fix encoding when parsing json data on the hub 2017-02-17 19:57:51 +00:00
Mike McLean
c59333ab70 test cases for fixEncoding 2017-02-16 16:26:42 -05:00
Mike McLean
e10d2ddccb fix encoding of loaded json data 2017-02-16 16:26:42 -05:00
Mike McLean
6f45b92ac5 fixEncodingRecurse function 2017-02-16 16:26:42 -05:00
Mike McLean
9ccb66d199 PR#278 mock_output.log not included with logs when importing rpm builds
Merges #278
https://pagure.io/koji/pull-request/278

Fixes #207
2017-02-16 14:56:43 -05:00
Mike McLean
ad6a220398 fix mocklog path 2017-02-16 14:52:40 -05:00
Xibo Ning
d1a55c245c add mockout.log to log_files 2017-02-16 14:41:46 -05:00
Mike McLean
3a5908e57c Merge #321 hub: enforce strict in get_user() 2017-02-16 17:11:22 +00:00
Mike McLean
18dd342474 hub: enforce strict in get_user() 2017-02-16 11:39:52 -05:00
Mike McLean
2dc5d4ae71 PR#309 Make --can-fail option working for make-image
Merges #309
https://pagure.io/koji/pull-request/309
2017-02-15 13:08:32 -05:00
Tomas Kopecek
f609d8bc1f Make --can-fail option working for make-image
There are two issues:
1) --can-fail option was ignored when passing to hub
2) when using config, can_fail was ignored as internal variable has
different name
2017-02-15 12:54:37 -05:00
Mike McLean
acf8133ec5 Merge #243 add TrustForwardedIP and CheckClientIP for hubs behind proxies 2017-02-14 18:27:40 +00:00
Mike McLean
1088e5f4fb new hub CheckClientIP option 2017-02-14 11:27:55 -05:00
Mike McLean
3035701062 PR#307 Fix options.force in import_comps
Merges #307
https://pagure.io/koji/pull-request/307
2017-02-14 11:25:33 -05:00
Tomas Kopecek
43fb086f97 Fix options.force in import_comps
Change from opts.force to opts['force'] was introduced in
434bfb86f4, but this one is not working
now.
2017-02-14 11:24:56 -05:00
Mike McLean
ad633967c8 PR#308 fix a syntax error introduced by commit 6f4c576
Merges #308
https://pagure.io/koji/pull-request/308

Fixes #305
2017-02-14 11:22:39 -05:00
Matt Jia
aa20e03e8d fix a syntax error introduced by commit 6f4c576 2017-02-14 11:22:28 -05:00
Mike McLean
eb414518c1 PR#303 check http request status before attempting to decode response
Merges #303
https://pagure.io/koji/pull-request/303
2017-02-14 11:20:08 -05:00
Mike McLean
e144cee104 include raise_for_status in unit test 2017-02-14 11:19:15 -05:00
Mike McLean
eb7a1e369f check http request status before attempting to decode response 2017-02-14 11:19:15 -05:00
Mike McLean
b1537a73ba PR#317 docs update - krbV configuration
Merges #317
https://pagure.io/koji/pull-request/317
2017-02-14 11:16:24 -05:00
Tomas Kopecek
b7cef3a29e docs update - krbV configuration 2017-02-14 11:15:38 -05:00