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
Mike Bonnet
68007995d4
rename --specfile to --winspec so we can use --specfile for wrapper rpms, for consistency with maven-build
2010-09-13 17:23:49 -04:00
Mike McLean
1893c7cd4a
support for complete history query (not just tag operations)
2010-08-16 15:52:20 -04:00
Mike Bonnet
4c7060eae2
win-build cli command
2010-08-10 17:18:01 -04:00
Mike McLean
1041f05077
resurrect import-comps command
2010-08-02 14:23:37 -04:00
Jay Greguske
e8aa28234d
added handle_win_build function
2010-07-30 16:55:01 -04:00
Mike McLean
054e5cb5fb
remove_channel command
2010-07-20 17:01:23 -04:00
Mike McLean
4f77e08b3f
rename-channel command
2010-07-20 17:01:23 -04:00
Mike McLean
33784ebd31
add-host-to-channel: option to create new channel
2010-07-20 17:01:23 -04:00
Mike Bonnet
112a27b403
respect global --quiet option in wait_repo()
2010-07-08 21:55:16 -04:00
Mike Bonnet
d5faaacbee
respect the global --quiet everywhere watch_tasks() is used
2010-07-08 21:55:16 -04:00
Mike Bonnet
99958d71e7
add a poll_interval config option which sets how long watch_tasks() and watch_logs() sleep between polling the server, defaults to 5 seconds
2010-07-08 21:55:16 -04:00
Mike Bonnet
7bc579bdd5
handle option types correctly in the cli
2010-07-08 21:55:16 -04:00
Mike Bonnet
8aee589890
support the global -q option in spin-{livecd,appliance}
2010-07-06 16:40:04 -04:00
Mike Bonnet
5824420959
- let OptionParser handle line-wrapping
...
- standardize whitespace and punctuation
2010-07-06 16:26:28 -04:00
Mike Bonnet
a7a01e7894
whitelist the command-line options to spin-{livecd,appliance} that get sent to the hub
2010-07-06 16:18:10 -04:00
Mike Bonnet
559f05ce23
allow comments to be cleared by passing an empty string to disable/enable-host
2010-07-06 14:47:57 -04:00
Mike McLean
204e939afb
workaround api variation in list-tagged/latest-pkg when a mead cli talks to a non-mead hub
2010-06-28 16:43:24 -04:00