Commit graph

416 commits

Author SHA1 Message Date
Yuming Zhu
2aec75f476 ut: cli - test_chain_build
cli.handle_chain_build: remove unused '--noprogress'
                            add '--quiet'
2016-10-26 13:41:12 -04:00
Yuming Zhu
56e955819b ut: cli - test_running_in_bg 2016-10-26 13:41:12 -04:00
Yuming Zhu
ebf4e88d7d ut: cli - test_build 2016-10-26 13:41:12 -04:00
Yuming Zhu
dcb2d2336e ut: cli - test_upload_progress_callback 2016-10-26 13:41:12 -04:00
Mike McLean
b4be256abd no coverage for unreached code 2016-10-25 17:16:12 -04:00
Mike McLean
a1c8808544 ImportErrors are uncovered 2016-10-25 17:16:12 -04:00
Yuming Zhu
d36d908795 remove renaming in cli 2016-10-13 00:48:59 -04:00
Yuming Zhu
aede0d752f change handle_remove_pkg to multicall 2016-10-13 00:48:59 -04:00
Yuming Zhu
f5d070384f change handle_block_pkg to multicall 2016-10-13 00:48:59 -04:00
Yuming Zhu
afe91cd3d3 ut: cli - test_add_group 2016-10-13 00:48:58 -04:00
Yuming Zhu
cab2b2ee69 ut: cli - watch_tasks with KeyboardInterrupt
change display_tasklist_status() to _display_tasklist_status()
               display_task_results() to _display_task_results()
2016-10-13 00:48:48 -04:00
Mike McLean
f6f6f17466 remove stale comment 2016-10-13 00:16:15 -04:00
Yuming Zhu
434bfb86f4 check if tag exists and refine some code 2016-10-13 00:16:15 -04:00
Mike McLean
9440f9bcb7 drop debug code 2016-10-13 00:16:15 -04:00
Mike McLean
6fcc1190eb partial - mostly working 2016-10-13 00:16:15 -04:00
Mike McLean
6ee65b14d0 use dateutil to parse timestamp args in list-history
Fixes: #181
2016-10-11 09:26:00 -04:00
Tomas Kopecek
439f77272b always encode hello to utf-8 2016-10-11 14:09:50 +02:00
Mike McLean
a10aa2c326 handle values containing "=" in add-tag and edit-tag 2016-10-04 11:13:06 -04:00
Tomas Kopecek
dcf8f52e8f add extra data option to create_tag
related https://pagure.io/koji/issue/166
2016-10-04 11:13:06 -04:00
Mike McLean
9103efe6ea fix up cli buildinfo 2016-09-28 18:20:09 -04:00
Mike McLean
f98c102722 fix up archiveinfo page 2016-09-28 18:20:09 -04:00
Mike McLean
7ee28e0e14 fix cli display for generic archives 2016-09-28 18:20:09 -04:00
Ian McLeod
bb07c4b9cb Slight improvement to new-chroot to make the cli change less likely to confuse older builders 2016-09-28 18:02:59 -04:00
Ian McLeod
0273b77682 A stab at --new-chroot support for rhe runroot plugin 2016-09-28 18:02:59 -04:00
Xibo Ning
a1b5f3ce67 Expose assignTask via CLI 2016-09-28 14:52:43 -04:00
Xibo Ning
1bcc8c6433 have koji to gracefully hanle noneexistent tasks 2016-09-21 09:57:57 -04:00
Jakub Dorňák
ff52d4e19e cli: fixed download-logs with nvr 2016-08-29 14:58:33 -04:00
Mike McLean
4250d9a67a make yum.comps a soft dep
Merges #133
2016-08-26 09:47:09 -04:00
Ian McLeod
5b80c0777f show hyperv support in CLI help 2016-06-08 09:11:52 -05:00
Mike McLean
c9f78235f5 cli support for querying by cg 2016-05-18 18:29:58 -04:00
Mike McLean
175f047288 s/LiveMEDIA/LiveMedia 2016-05-16 14:02:08 -04:00
Mike McLean
1112db1ee1 remove stray colon in option display 2016-05-16 14:02:07 -04:00
Mike McLean
b561e2a77d inject install tree url for livemedia spins 2016-05-16 14:02:07 -04:00
Mike McLean
918f081ae5 parse task params for createLiveMedia 2016-05-16 14:02:07 -04:00
Mike McLean
c1d309e78c fixing up cli task display 2016-05-16 14:02:07 -04:00
Mike McLean
0a4eabf9ce fix arch splitting 2016-05-16 14:02:07 -04:00
Mike McLean
71bee265e5 allow multiple arches on spin-livemedia command line 2016-05-16 14:02:07 -04:00
Mike McLean
7dcc65ee29 refactor lmc args. only making live isos for now 2016-05-16 14:02:06 -04:00
Mike McLean
08d17d953d make sure livemedia options are passed through to task 2016-05-16 14:02:06 -04:00
Mike McLean
cbd6ca9ced misc fixes 2016-05-16 14:02:06 -04:00
Adam Miller
44f02cd254 - fix whitespace issues with tab characters vs spaces
- fix invalid variable names in livemediacreator handler
- add parser for ostree pxe2live to cli
2016-05-16 14:02:05 -04:00
Jon Disnard
622e22d22f Optparsing for LMC
Initial LMC optparsing post for koji cli, and probably needs improvement as
backside arguments are fleshed out. Code taken iand modified slightly
from handle_spin_appliance() by Jay Greguski.

Signed-off-by: Jon Disnard <jdisnard@redhat.com>
2016-05-16 14:02:05 -04:00
Dennis Gilmore
e9c8891c4c deprecate spin-livecd with spin-livemedia
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-13 22:02:50 -05:00
Mike McLean
32160aa47e show source in buildinfo display, if available 2016-05-11 17:00:21 -04:00
Mike McLean
b0cdd312ec add krb_rdns option. see https://fedorahosted.org/koji/ticket/328 2016-05-11 16:58:41 -04:00
Xibo Ning
57ad5fee82 structural help, categorize commands into groups 2016-04-28 09:33:30 -04:00
Mike McLean
0f5c155784 use correct epoch when recycling nvr 2016-04-26 13:32:52 -04:00
Mike McLean
e3c23f0bed reworking cli import a bit. support importing over a failed/canceled nvr 2016-04-26 13:32:51 -04:00
Mike McLean
498714a2cc honor --test in import-cg command 2016-04-21 11:59:34 -04:00
Mike McLean
5bcfe7034a clean up the tar-gz patch a bit
remove the temp hardlink
don't really need format arg
hook tar-gz format in a bit
2016-04-11 12:05:03 -04:00