Commit graph

489 commits

Author SHA1 Message Date
Brendan Reilly
6c69a6f5cb Added hostinfo command to cli 2017-05-01 14:30:54 -04:00
Andrew Jorgensen
619a101e73 Optional JSON output for 'koji call'
Python pprint is easy enough for a developer to read, but harder to parse.
2017-04-25 11:29:24 -04:00
Tomas Kopecek
ae8adfc4e7 backward-compatible try/except 2017-04-10 16:38:52 +02:00
Mike McLean
df416f7c3c missed one listTaskOutput call 2017-04-04 17:48:59 -04:00
Mike McLean
2009780198 fall back to old behavior if hub doesn't understand all_volumes option
Fixes #366
2017-04-04 13:45:53 -04:00
Mike McLean
96d5d0f73b rename some options for clarity 2017-03-30 09:49:58 -04:00
Mike McLean
63029e3d37 fix arg sanity check 2017-03-30 09:49:58 -04:00
Mike McLean
3bdd64f4ff Don't require specifying a key if --allow-unsigned is given 2017-03-30 09:49:58 -04:00
Mike McLean
dc58f50fc6 print('') is more 2.4 friendly 2017-03-30 09:49:58 -04:00
Mike McLean
884a20c0cd propagate the full name of the skip_unsigned option 2017-03-30 09:49:58 -04:00
Mike McLean
dda2549d9c handle case where tag archlist is None 2017-03-30 09:49:58 -04:00
Mike McLean
33e1c3ac4f cleanup: has_key and print
2to3 -pvwn --fix has_key
2to3 -pvwn --fix print
2017-03-30 09:49:58 -04:00
Mike McLean
8346a60976 more renaming 2017-03-30 09:47:20 -04:00
Mike McLean
c86b5c3ac0 first stab at renaming signed repos to dist repos
sed -i -e 's/signed\(.\?[Rr]epo\)/dist\1/g'
sed -i -e 's/Signed\(.\?[Rr]epo\)/Dist\1/g'
2017-03-30 09:47:20 -04:00
Mike McLean
3d551dae5e command help adjustments 2017-03-30 09:45:59 -04:00
Mike McLean
528cef065f adjust cli handling of --delta-rpms arg 2017-03-30 09:45:59 -04:00
Mike McLean
d301fa964b first stab at fixing delta rpm behavior for signed repos 2017-03-30 09:45:59 -04:00
Mike McLean
b79f90eda4 avoid print statement 2017-03-30 09:45:59 -04:00
Mike McLean
f5707043a5 option to write signed copy when importing signature 2017-03-30 09:45:59 -04:00
Mike McLean
d161a1b4a3 support nvra as well as nvr in write-signed-rpm 2017-03-30 09:45:59 -04:00
Mike McLean
cc19dfb122 fix default arches for signed-repo cli 2017-03-30 09:45:59 -04:00
Mike McLean
7c22cf4825 clean up strings in signed-repo cli 2017-03-30 09:37:56 -04:00
Jay Greguske
47daa0aad8 add --non-latest 2017-03-30 09:37:56 -04:00
Jay Greguske
4f4c7e3d4e implement multilib 2017-03-30 09:37:56 -04:00
Jay Greguske
8f638935b6 move package addition logic to builder from hub 2017-03-30 09:37:56 -04:00
Jay Greguske
e0e1dc15ee implement comps 2017-03-30 09:37:56 -04:00
Jay Greguske
77bdd1e239 implement --delta-rpms 2017-03-30 09:37:56 -04:00
Jay Greguske
e611febbcd implement --event 2017-03-30 09:37:56 -04:00
Jay Greguske
08259b426e implement --allow-unsigned and --skip-unsigned 2017-03-30 09:37:56 -04:00
Jay Greguske
53c379b6f8 initial hub implementation for signed-repos 2017-03-30 09:37:56 -04:00
Jay Greguske
0a06ec1318 implement CLI for signed-repos 2017-03-30 09:37:56 -04:00
Mike McLean
d1ab4ed287 refactor 2017-03-30 09:25:51 -04:00
Tomas Kopecek
182c8feb29 handle unknown exception in main 2017-03-30 09:25:51 -04:00
Tomas Kopecek
f023a7d636 remove unnecessary code 2017-03-30 09:25:51 -04:00
Tomas Kopecek
08beabe847 use print function everywhere 2017-03-30 09:25:51 -04:00
Tomas Kopecek
7b8fcd989f permissions 2017-03-30 09:25:51 -04:00
Tomas Kopecek
437afbb720 CLI for save_failed_tree 2017-03-30 09:25:51 -04:00
Tomas Kopecek
24ed63a74d extend CLI multi-volume support 2017-03-28 11:46:47 +02:00
Tomas Kopecek
4ef0bc2051 use only relative paths + volumes in downloadTaskOutput 2017-03-28 11:46:47 +02:00
Mike McLean
51148408cc cli: clarify some "mismatch" warnings 2017-03-28 02:09:42 -04:00
Mike McLean
b9400055ea cli: check # of args in handle_set_build_volume() 2017-03-28 02:08:39 -04:00
Mike McLean
2c9264e726 remove defaults from --debug and --debug-xmlrpc so configuration can supply 2017-03-20 15:34:12 -04:00
Tomas Kopecek
df1996d79e fix return value for watch_tasks 2017-03-20 15:19:11 -04:00
Tomas Kopecek
badf0e3be3 unify KeyboardInterrupt behaviour for watch commands 2017-03-20 15:19:11 -04:00
Yuming Zhu
75d07f6d01 make cli and hub to support remove-extra for edit-tag 2017-03-16 16:48:13 -04:00
Mike McLean
f9a30b90e6 fix traceback uploading empty file 2017-03-13 18:43:07 -04:00
Yuming Zhu
6641eb0510 cli: move list-permissions to info category 2017-03-07 10:22:41 -05:00
Tomas Kopecek
cc9fff9840 remove has_key (not working in python3) 2017-03-07 08:15:20 -05:00
Tomas Kopecek
1494301465 use new exception syntax 2017-03-02 10:52:30 -05:00
Tomas Kopecek
20f5c4a83f formatting typo 2017-03-01 11:37:53 +01:00