Mike McLean
bce7c414ae
more xmlrpcplus unit tests
2017-08-25 16:48:02 -04:00
Mike McLean
2925e1cf93
some unit tests for xmlrpcplus
2017-08-25 16:48:02 -04:00
Mike McLean
98f8b150aa
can't use __dump from parent class
2017-08-25 16:48:02 -04:00
Mike McLean
6835409a2b
allow_none is the default for our dumps
2017-08-25 16:48:02 -04:00
Mike McLean
a59dd67765
hub returns datetime objects as strings
2017-08-25 16:48:02 -04:00
Mike McLean
3d44e974d3
expand a bit on the xmlrpc extensions in the docs
2017-08-25 16:48:02 -04:00
Mike McLean
be2fae90ae
move custom xmlrpc marshaller to its own file
2017-08-25 16:48:02 -04:00
Tomas Kopecek
32e6eedca1
docs update for xmlrpc i8 extension
2017-08-25 16:48:02 -04:00
Mike McLean
2865f2421b
avoid using encode_int in some of the client code
2017-08-25 16:48:02 -04:00
Mike McLean
ab48fa80b2
move xmlrpc marshaller into lib and use i8 for large ints
2017-08-25 16:48:02 -04:00
Tomas Kopecek
448924e2c6
Patch xmlrpclib for 64-bit integers
...
Related: https://pagure.io/koji/issue/464
2017-08-25 16:48:02 -04:00
Mike McLean
2395ea2890
PR#538: protonmsg plugin: test mode
...
Merges #538
https://pagure.io/koji/pull-request/538
2017-08-25 00:11:13 -04:00
Mike McLean
fcfa6789c4
unit test: get protonmsg coverage back up to 100%, ensure test config is read
2017-08-25 00:10:10 -04:00
Mike McLean
bce4e28ed8
protonmsg plugin: test mode
2017-08-25 00:10:10 -04:00
Mike McLean
60774a4eb8
PR#547: update version in sphinx config
...
Merges #547
https://pagure.io/koji/pull-request/547
2017-08-24 23:38:12 -04:00
Mike McLean
60b4ede377
unit test to check that version in docs matches version in spec
2017-08-24 23:37:12 -04:00
Mike McLean
c279a2a02b
update version in sphinx config
2017-08-24 23:37:12 -04:00
Mike McLean
b8925c5fed
PR#548: set task arch for indirection image builds
...
Merges #548
https://pagure.io/koji/pull-request/548
2017-08-24 14:49:53 -04:00
Mike McLean
1e3e99184b
set task arch for indirection image builds
2017-08-24 14:48:14 -04:00
Mike McLean
7030a90141
PR#568: spec: use correct macro - rhel instead redhat for RHEL version
...
Merges #568
https://pagure.io/koji/pull-request/568
Fixes #567
https://pagure.io/koji/issue/567
2017-08-24 14:40:29 -04:00
Yuming Zhu
497734ee14
spec: use correct macro - rhel instead redhat for RHEL version
...
fix [issue#567](https://pagure.io/koji/issue/567 )
2017-08-24 15:24:45 +08:00
Mike McLean
16be245634
PR#558: cli: Fix exit code for building images
...
Merges #558
https://pagure.io/koji/pull-request/558
Fixes : #555
https://pagure.io/koji/issue/555
2017-08-23 15:42:35 -04:00
Lubomír Sedlář
4060e1c026
cli: Fix exit code for building images
...
When spin-livemedia, image-build etc. start a task and watch it, they
never return a correct exit value. Pungi relies on the exit code to
determine if the task failed or not.
Fixes: https://pagure.io/koji/issue/555
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2017-08-23 15:40:24 -04:00
Mike McLean
21b405b819
PR#559: return result status in save-failed-tree
...
Merges #559
https://pagure.io/koji/pull-request/559
2017-08-23 15:38:29 -04:00
Yuming Zhu
46bdf0535b
return result status in save-failed-tree
2017-08-23 15:35:09 -04:00
Mike McLean
1560f93bb8
PR#561: rename rpm-python to python*-rpm for EOL of F24
...
Merges #561
https://pagure.io/koji/pull-request/561
2017-08-23 15:33:04 -04:00
Yuming Zhu
dfe304bd48
rename rpm-python to python*-rpm for EOL of F24
...
Related Issue: https://pagure.io/koji/issue/454
2017-08-23 15:22:56 -04:00
Mike McLean
3634b6d9d0
PR#562: fix serverca default in kojivmd
...
Merges #562
https://pagure.io/koji/pull-request/562
2017-08-23 15:01:39 -04:00
Mike McLean
ca9bd3941b
kojivmd: fix typo in serverca path and also fix cert value
2017-08-23 15:00:02 -04:00
Mike McLean
3461e334b2
fix serverca default in kojivmd
2017-08-23 15:00:02 -04:00
Mike McLean
2f8c4ac25b
Merge #565 expose graceful reload in kojid service config and init script
2017-08-22 19:56:58 +00:00
Mike McLean
525bc5e7a8
expose graceful reload in kojid service config and init script
2017-08-22 15:06:57 -04:00
Mike McLean
31d12e9353
PR#544: incorrect parameter for error message
...
Merges #544
https://pagure.io/koji/pull-request/544
Fixes #543
https://pagure.io/koji/issue/543
2017-08-08 12:32:31 -04:00
Tomas Kopecek
bdd4d41285
incorrect parameter for error message
...
Related: https://pagure.io/koji/issue/543
2017-08-08 12:30:55 -04:00
Mike McLean
c3f6f4f0a1
PR#510: cli: change download-task to regular curl download
...
Merges #510
https://pagure.io/koji/pull-request/510
Fixes #455
https://pagure.io/koji/issue/455
2017-08-08 12:28:06 -04:00
Yuming Zhu
ba087236dd
cli: using PROGRESSFUNCTION before libcurl 7.32.0 in download_file
2017-08-08 12:26:22 -04:00
Yuming Zhu
5df1e3e6e6
cli: do not print extra blank line when noprogress passed
2017-08-08 12:26:22 -04:00
Yuming Zhu
26bd419054
cli: add noprogress argument for download_file in download_build
2017-08-08 12:26:22 -04:00
Yuming Zhu
c730f2b3aa
fix cli unittest: test_download_task.py for py3
2017-08-08 12:26:22 -04:00
Yuming Zhu
dc0e0303f2
cli: unittest for download_file
2017-08-08 12:26:22 -04:00
Yuming Zhu
2d7ceb2992
cli: add c.close() in download_file and move inner function outside
2017-08-08 12:26:22 -04:00
Yuming Zhu
25c36a8b56
unittest for cli:download-task
2017-08-08 12:26:22 -04:00
Yuming Zhu
1958a2a314
cli: remove unnecessary continue in download_task
2017-08-08 12:26:22 -04:00
Yuming Zhu
1e77866b35
cli: change download-task to regular curl download
...
also make 301/302 redirect acceptable by download-build & download-task
2017-08-08 12:26:22 -04:00
Mike McLean
b84b4fa213
PR#536: fix docs links, plus minor docs cleanup
...
Merges #536
https://pagure.io/koji/pull-request/536
2017-08-08 12:18:59 -04:00
Mike McLean
fcdd342a1d
minor docs cleanup
2017-08-08 12:18:04 -04:00
Mike McLean
83e47bf42a
update docs links in service configs
2017-08-08 12:18:04 -04:00
Mike McLean
9bda5c6bc9
PR#539: runroot: friendlier parsing of path_subs config
...
Merges #539
https://pagure.io/koji/pull-request/539
2017-08-08 12:17:12 -04:00
Mike McLean
2347aee632
runroot: friendlier parsing of path_subs config
2017-08-08 12:15:42 -04:00
Mike McLean
29f286a53c
PR#542: check RPMTAG_LONGSIZE is RPMTAG_SIZE is null
...
Merges #542
https://pagure.io/koji/pull-request/542
2017-08-08 12:14:02 -04:00