Commit graph

472 commits

Author SHA1 Message Date
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
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
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
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
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
Tomas Kopecek
919d8b23fb make optional_arches optional 2017-01-30 11:20:46 +01:00
Tomas Kopecek
5cd8ce8bae Don't fail on unimported krbV 2017-01-19 17:10:37 -05:00
Patrick Uiterwijk
253161f229 Allow principal and keytab in cli config
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-01-17 14:12:19 -05:00
Tomas Kopecek
43859db56f fix default value for --can-fail 2017-01-12 14:28:22 -05:00
Tomas Kopecek
ec2b8370f0 CLI options for failing arches 2017-01-12 14:28:22 -05:00
Tomas Kopecek
6a72638fd3 unify CLI parsing of multiple architectures 2017-01-12 10:20:50 -05:00
Mike McLean
66a80fef1a fix poll_interval ref in list-history cmd 2017-01-12 10:00:46 -05:00
Tomas Kopecek
347eaf5305 Extended clone-tag
Added possibility to clone tag from specific time (event) and limit type
of information which will be cloned.
2016-12-19 13:22:07 +01:00
Yuming Zhu
e083ddf058 cli: [rpminfo]rename "Payload" to "SIGMD5" 2016-12-08 09:39:41 -05:00
Tomas Kopecek
e9625f8240 missing check on number of arguments 2016-11-23 12:52:01 -05:00
Patrick Uiterwijk
480cdfb540 Implement GSSAPI login
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-11-22 16:45:31 -05:00