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
Mike McLean
b54ca80623
verbose option for list-buildroot command
2011-10-20 15:27:34 -04:00
Mike McLean
2038dc1cd6
make topurl options in cli consistent
2011-04-21 09:45:38 -04:00
Mike Bonnet
fa977579ba
accept properties without values in maven-build, the same way Maven does
2011-04-04 11:52:21 -04:00
Mike Bonnet
29d7d550e8
add the --env option to maven-build, to set environment variables in the build environment
2011-04-04 11:52:21 -04:00
Mike Bonnet
3483700817
add the --package option to maven-build, to enable installation of additional packages into the chroot
2011-04-04 11:52:21 -04:00
Mike Bonnet
a6c16232a7
make the wait-repo command wait for the specified build(s) to be the latest in the tag, rather than just being present in the tag
2011-04-04 11:52:21 -04:00
Mike Bonnet
91f0ed12b4
store Maven build output under the standard build directory
2011-04-04 11:52:20 -04:00
Mike McLean
35d2276e29
cli handlers for volume calls
2011-03-18 13:57:38 -04:00
Mike McLean
73d44e199a
support for split storage
2011-03-18 13:57:38 -04:00
Mike McLean
919716b8be
show help on blank search command
2011-03-17 14:13:54 -04:00
Mike McLean
49c9881591
add --buildroots option for rpminfo command
2011-03-10 16:05:02 -05:00
Mike McLean
17bf017ea9
allow setting maxdepth back to none
2011-03-03 15:38:50 -05:00
Mike Bonnet
ca7bc0a4ae
maven-build: allow additional goals to be specified, which will be called before "deploy"
2011-01-10 11:39:56 -05:00
Mike Bonnet
eea730300a
- enable use of a Kerberos service name other than host/ on the hub
...
- get the Kerberos realm from the client principal, rather than assuming the last two components of the domain name
2011-01-06 15:54:53 -05:00
Mike Bonnet
7343204914
add a --mine option to list-permissions
2010-12-16 15:25:11 -05:00
Mike Bonnet
39bcde6466
enable passing options to Maven
2010-12-16 12:00:13 -05:00
Mike McLean
c53fd4f0aa
more sanity checks on wait-repo arguments (ticket#192)
2010-12-08 16:23:13 -05:00
Mike McLean
6d7eb96ba3
restart-hosts cli handler
2010-12-03 11:31:52 -05:00
Jesse Keating
bcf2a793ea
Fix a bug where we could traceback on ^c
...
If a user ^cs a build before a task gets created, we could wind up
trying to get a status out of it and tracing back. We already check for
this in is_done, do the same in display_state.
2010-12-02 15:24:48 -08:00
Mike McLean
66271a29d8
fix search help text
2010-11-11 11:33:08 -05:00
Mike Bonnet
5815c9b1bc
fix typos in add_external_repo()
2010-11-03 13:24:49 -04:00
Mike Bonnet
63722c56bc
cleanup archive import
2010-10-28 17:22:23 -04:00
Mike Bonnet
2f2a7d0379
support downloading non-rpm archives via download-build --type
2010-10-21 16:48:55 -04:00
Mike McLean
4979c16937
Merge branch 'vm'
...
Conflicts:
cli/koji
2010-10-20 17:36:24 -04:00
Mike Bonnet
3dc4cc8235
show multi-platform information in "koji buildinfo"
2010-09-23 12:13:20 -04:00
Mike Bonnet
1f2bb7c7e9
add detailed info about more task types to "koji taskinfo"
2010-09-23 12:13:20 -04:00
Mike Bonnet
64df809ab6
add support for wrapping win-build output in rpms
2010-09-17 11:27:33 -04:00