Mike Bonnet
98ae624480
handle_call(): use arg_filter() and remove duplicate code
2010-03-10 19:35:38 -05:00
Mike McLean
889a144750
handle multiple hosts in enable/disable-host command
2010-02-01 13:13:19 -05:00
Mike McLean
a06d578023
indicate maxdepth=0 in taginfo output
2010-02-01 13:13:19 -05:00
Mike Bonnet
eedfe0a69b
- add the -J option to maven-build to pass command-line options to the JVM
...
- increase the default max. JVM memory to 2G
2010-01-26 12:26:48 -05:00
Mike Bonnet
3cba6640bb
merge master branch onto the mead branch
2010-01-20 16:48:42 -05:00
Mike McLean
a2f7c9c252
fix a spelling error (rhbz 529208)
2009-12-07 12:32:37 -05:00
Mike McLean
32837bd09d
remove stray debug output (rhbz 543067)
2009-12-01 15:33:48 -05:00
Mike Bonnet
d620309f5e
merge koji-1.3.2 changes onto the mead branch
2009-11-10 15:34:39 -05:00
Mike Bonnet
3a7aeeebe6
- add --quiet and --wait options to the build command
...
- add --quiet option to the watch-task command
- fix a corner case in watch_tasks() that would prevent the return value from getting set correctly if watching an already-completed task
Resolves: fh#133
2009-11-10 00:03:06 -05:00
Mike Bonnet
862c88ab6b
major refactoring of the artifact import process, to improve robustness and correctness
2009-11-06 21:18:55 -05:00
Mike Bonnet
49b9678d86
add -P as an alias for --profile in maven-build
2009-11-05 11:17:55 -05:00
Mike Bonnet
56cfb0187a
- reorder some maven-build options to make them more apparent
...
- allow properties to be specified with -D
2009-11-03 16:43:31 -05:00
Mike Bonnet
2d1de5038c
clean up the api, make it a little less maven-specific, and adding the type= argument to a few more methods
2009-11-03 16:26:52 -05:00
Mike Bonnet
06f940299c
- add a revoke-permission cli command
...
- clean up grant- and revoke-permission to remove duplicate work and enable better error reporting
2009-10-07 13:57:33 -04:00
Mike Bonnet
722923c484
missing hyphen
2009-10-02 17:46:28 -04:00
Mike Bonnet
82e38da8e9
enable specifying the syntax version of the kickstart file
2009-09-29 18:29:12 -04:00
Mike Bonnet
cfa34bc744
rename the spin-livecd option --scmurl to --ksurl (in case we allow specifying a --compsurl later)
2009-09-29 18:02:45 -04:00
Mike Bonnet
f39637bf2a
only pass non-null options to createLiveCD
2009-09-29 11:12:51 -04:00
Mike Bonnet
78e9e65ddf
remove the topurl option to spin-livecd
2009-09-28 14:32:19 -04:00
Mike Bonnet
f47af01a40
specify the LiveCD target first, for consistency with the build command
2009-09-28 14:23:46 -04:00
Mike Bonnet
66a86887b1
mark spin-livecd as an admin task
2009-09-28 14:09:13 -04:00
Jay Greguske
d93d05ab5f
enable creation of LiveCD/DVD images in Koji
...
Signed-off-by: Mike Bonnet <mikeb@redhat.com>
2009-09-28 14:07:01 -04:00
Mike Bonnet
bd0af58ba2
Merge branch 'master' into mead
2009-09-24 14:39:00 -04:00
Mike McLean
e1e3168c97
support event args in get-tag-inheritance
2009-09-23 15:47:05 -04:00
Mike McLean
aced7c5794
support querying package listings at an event
2009-09-23 15:47:05 -04:00
Mike Bonnet
d8055a2274
merge master onto the mead branch
2009-06-12 14:04:55 -04:00
Mike Bonnet
998fca9b4e
allow specifying one or more profiles for the Maven build
2009-06-10 12:18:43 -04:00
Mike McLean
84925bdb75
set-task-priority command ( #138 , patch by Daniel Mach)
2009-05-18 17:22:50 -04:00
Mike McLean
f273899018
Merge branch 'master' into mead
...
Conflicts:
builder/kojid
cli/koji
hub/kojihub.py
www/kojiweb/buildinfo.chtml
www/kojiweb/builds.chtml
www/kojiweb/index.py
2009-03-31 15:43:08 -04:00
Mike McLean
c8c682d48e
detect empty signature headers correctly
2009-02-18 15:19:24 -05:00
Mike McLean
deb3095363
Handle different kinds of rpm signatures [mitr]
...
see: https://fedorahosted.org/koji/ticket/127
2009-02-18 15:19:24 -05:00
Mike Bonnet
18a02ba71f
some cleanup of the koji command-line
...
- replace sys.exit(1) with return 1
- remove unnecessary limits on number of arguments
- remove some duplicate code
- ensure sessions are logged out before watching tasks
- fix typos
2009-02-17 18:20:07 -05:00
Mike Bonnet
64a90092dc
remove file as a supported search type
2009-02-17 16:26:36 -05:00
Dennis Gilmore
4e2a652dff
try again just call md5_constructor
2009-02-16 13:41:36 -06:00
Dennis Gilmore
6b4005f83a
use md5_constructor.new() not md5.new()
2009-02-16 13:29:35 -06:00
Dennis Gilmore
373fbad545
setup for python-2.6 avoid depreciation warnings
2009-02-16 11:23:12 -06:00
Mike Bonnet
0998d39f8e
add a regen-repo command, useful for when an external repo is updated and the internal copy is out of date
2009-02-13 17:59:17 -05:00
Mike McLean
46f20d36c8
show correct repo data when tag is both a build tag and destination tag
2009-02-02 22:14:37 -05:00
Mike McLean
0923de7bc8
fix typo in option help
2009-02-02 22:14:37 -05:00
Mike McLean
57c05b3a07
cli commands for external repos
2009-01-30 18:32:18 -05:00
Mike McLean
c8808cfa22
handle external rpms gracefully in cli and webui
2009-01-26 16:17:37 -05:00
Mike McLean
f86624a19f
Merge branch 'master' into mead
2008-12-04 15:31:13 -05:00
Mike McLean
a0cb74f0ab
show package filters correctly in taginfo cli command
2008-12-03 17:26:48 -05:00
Mike McLean
7350ff6293
honor topdir in cli
2008-12-03 11:28:12 -05:00
Mike Bonnet
f5f488f5ff
Merge commit 'origin/master' into mead
2008-12-02 16:58:58 -05:00
Jesse Keating
2e64be3129
Handle chain-build cases where the build tag is the same as the dest tag.
2008-12-01 16:16:43 -08:00
Mike Bonnet
dbacf4c8e8
fix merge conflicts
2008-11-25 16:56:56 -05:00
Mike McLean
17d74d3aa6
show buildroot info in rpminfo output
2008-11-25 14:52:55 -05:00
Mike McLean
d96b27ca35
return the error code from watching tasks in move-pkg
2008-11-25 14:52:55 -05:00
Mike McLean
348780bad2
allow list-tagged to query at an event (or at the event corresponding to a repo)
2008-11-25 14:52:55 -05:00