Mike McLean
9507c75c3f
process conf.d dirs in koji cli (based on a patch by Pavol Babincak)
2014-03-16 22:30:31 -04:00
Mike McLean
439480e008
enhancements/fixes for download-logs command
2014-03-16 22:17:06 -04:00
Pavol Babincak
ee716d7877
Add download-logs command for koji CLI
2014-03-14 16:24:13 -04:00
Jay Greguske
5446047474
non-scratch image builds require --ksurl
2014-03-13 17:06:58 -04:00
Jay Greguske
27360ff12c
support image-build config file
2014-03-13 17:06:55 -04:00
Mike McLean
70103de680
add --target option to mock-config command
2014-03-03 14:09:47 -05:00
Mike McLean
3576b2ddb1
support --latest for mock-config command
2014-02-28 18:13:12 -05:00
Mike McLean
257dd238f8
flush output when watching tasks (based on suggestion by Jan Stancek)
...
see: https://bugzilla.redhat.com/show_bug.cgi?id=1060050
2014-02-28 15:48:49 -05:00
Jay Greguske
0f4bcc5be7
add docker support
2014-02-26 12:14:11 -05:00
Jay Greguske
73199068d6
support --ova-option
2014-02-12 11:52:36 -05:00
Jay Greguske
ad8f0421e7
add image archives to buildinfo
2014-02-12 11:52:36 -05:00
Mike McLean
1367cd73a0
event args for list-groups
2013-12-16 14:45:43 -05:00
Jay Greguske
e9ae4b4ab0
rename tasks, make getImagePackages more robust
2013-09-25 17:11:07 -04:00
Jay Greguske
6863643d6e
client side changes to support ova formats
2013-09-25 17:11:07 -04:00
Jay Greguske
fd39e0f42b
implement image-build command
2013-09-25 17:11:07 -04:00
Mike McLean
8ac22e6e2f
show list of package groups in taginfo [patch from jcpunk]
2013-08-14 16:51:28 -04:00
Mike Bonnet
1d13ee6474
win-build: add the --static-mac option to win-build, which retains the original MAC address
2013-06-20 15:51:20 -04:00
Mike McLean
04430f81cb
fail if user specified config is absent
...
https://fedorahosted.org/koji/ticket/256
2013-05-16 16:13:20 -04:00
Jay Greguske
0c2b9b73a1
implement remove-pkg for the cli
2013-03-08 15:37:04 -05:00
Mike McLean
d18d03174f
a few more cli aliases
2013-03-08 15:32:15 -05:00
Jay Greguske
a27c3d0dc5
cleaner rename -pkg commands to -build
2013-03-08 15:30:15 -05:00
Mike McLean
cadb5209c0
rework PathInfo handlers for images
2012-11-29 16:53:06 -05:00
Jay Greguske
5ed044f511
images can be imported with import-archive
2012-11-29 16:53:06 -05:00
Jay Greguske
f4c44dbb72
download-build supports --type image
2012-11-29 16:53:05 -05:00
Jay Greguske
0ccc918ab7
support --specfile in image builds
2012-11-29 16:53:05 -05:00
Jay Greguske
abcc6bd8e4
list tagged supports image type
2012-11-29 16:53:05 -05:00
Jay Greguske
ec5f0a6721
client side changes to enforce an image name and version
2012-11-29 16:53:04 -05:00
Mike McLean
a87e1f2c5a
cleanup debug output
2012-11-06 20:42:56 -05:00
Mike McLean
9e9549d994
new "fast upload" mechanism
2012-11-06 14:39:49 -05:00
Mike McLean
d2dc1a1fd0
debuginfo and source options for regen-repo command
2012-10-16 17:11:21 -04:00
Mike McLean
f5bcc75a3e
handle unauthenticated case in moshimoshi
2012-08-20 11:19:36 -04:00
Mike Bonnet
58a57ea71b
add maven and win to the supported cli search types
2012-06-29 11:26:57 -04:00
Mike McLean
d2716a482a
remove useless and misleading latest-by-tag command
2012-06-19 17:19:42 -04:00
Mike McLean
f840983321
have regen-repo warn if the tag is not a build tag or has no arch list
2012-06-08 18:16:31 -04:00
Mike McLean
19de74773d
in taginfo command, avoid passing (recently added) event opts unless needed
...
(otherwise we get an error from older servers on plain taginfo commands)
2012-06-06 18:47:53 -04:00
Mike McLean
5f96a7a2cf
also add --yum-proxy option to cli mock-config command
2012-05-22 15:06:32 -04:00
Mike McLean
2c372cd5f0
use inspect module to report/check rpc args
2012-05-22 14:18:21 -04:00
John Morris
38f7d2529f
koji: small patch to fix warnings
...
After the koji.conf 'pkgurl' attribute was enabled (sigul wants this;
I'll submit a patch for that too, later), one of my scripts broke
because the "Warning: the pkgurl option is obsolete" message is printed
to stdout instead of stderr. Here's a little patch to print the warning
with the warn() function instead.
I realize some warnings from the cli might be best printed to stdout,
but for ones that might appear when using a computer-readable type of
command like 'list-* --quiet', stderr seems like the better choice.
Thanks-
John
2012-05-16 15:45:09 -04:00
Mike McLean
c902546866
avoid hard-coded references to command name
2012-05-16 15:45:08 -04:00
Mike McLean
5154d4a568
grant-permission --new
2012-05-11 11:34:42 -04:00
Mike Bonnet
0a57b22886
don't show repo information during historical taginfo queries, it may be inaccurate
2012-05-10 17:21:52 -04:00
Mike Bonnet
5141b61f49
add support for querying past information with the taginfo command
2012-05-10 16:28:06 -04:00
Mike Bonnet
e0f30b36df
add Maven information to taginfo
2012-05-10 16:23:27 -04:00
Mike McLean
4f131ef32a
--active/--revoked options for list-history
2012-01-18 14:22:35 -05:00
Mike Bonnet
b2edd9011c
add "koji wrapper-rpm --create-build" which creates a new build to contain the wrapper rpms
2011-12-12 15:36:07 -05:00
Anthony Towns
58f8fe0b78
add moshimoshi command to make automatic user creation easier
2011-11-28 16:14:11 -05:00
Mike McLean
f8516675ae
clarify build usage a bit
2011-11-28 16:14:10 -05:00
Ville Skyttä
f8c07cbd95
Clean up dead code.
2011-10-20 15:27:34 -04:00
Ville Skyttä
b00af975fc
Fix printing external rpm info.
2011-10-20 15:27:34 -04:00
Ville Skyttä
e2896c912e
Fix invalid Epoch error handling.
2011-10-20 15:27:34 -04:00