Jay Greguske
e8aa28234d
added handle_win_build function
2010-07-30 16:55:01 -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
Mike McLean
1e3a7f0fef
Merge commit 'origin/master' into mead-tmp
...
Conflicts:
builder/kojid
Resolved conflict between make_sources option and source_cmd option
2010-06-18 17:28:37 -04:00
Mike McLean
257220fdbe
fix arg handling in set-task-priority
2010-06-18 16:42:42 -04:00
Mike McLean
6c3bceb313
allow python expression syntax in 'call' handler
2010-05-19 19:12:36 -04:00
Dennis Gregorovic
41000f1839
add --wait flag to livecd and appliance commands
2010-05-18 15:16:32 -04:00
Mike Bonnet
67ab67777f
pass opts to makeTask() correctly
2010-05-12 13:40:08 -04:00
Mike McLean
59d8e1801c
fix typo in disable-user command (ticket#175)
...
https://fedorahosted.org/koji/ticket/175
2010-04-23 17:27:44 -04:00
Mike McLean
90fa5e3781
unify debuginfo rpm checks
2010-04-16 12:42:18 -04:00
Mike McLean
c742272ac6
Merge commit ' f90f6b856d' into mead
...
Conflicts:
cli/koji
docs/schema.sql
hub/kojihub.py
koji.spec
www/kojiweb/index.py
www/kojiweb/taskinfo.chtml
2010-04-08 17:12:49 -04:00
Mike Bonnet
c7a42e3991
enable --scratch builds for koji wrapper-rpm
2010-04-08 16:51:37 -04:00
Jay Greguske
005963851c
added some TODOs and comments fixed an error when viewing an incomplete appliance task in kojiweb renamed the appliance-build directive to spin-appliance
2010-03-31 15:18:18 -04:00
Jay Greguske
82b6a11d48
added a few appliance-build options to pass to appliance-creator minor usage text alterations
2010-03-31 15:18:18 -04:00
Jay Greguske
b1c8ca32f7
made livecd-specific calls in kojihub more generic for appliances added ApplianceError added appliance-specific paths to pathinfo
2010-03-31 15:18:18 -04:00
Jay Greguske
99be7f5ea3
initial changes to the cli, hub and schema to build appliances
2010-03-31 15:18:17 -04:00
Mike McLean
e78783ff8f
track start time for tasks
2010-03-26 17:02:54 -04:00
Mike McLean
547fd3c278
--krb-principal arg for add-host
2010-03-16 14:30:32 -04:00
Mike McLean
35a904ffbf
allow setting retry parameters for the cli
2010-03-16 14:30:32 -04:00
Mike McLean
6697f553d7
show user data in history output
2010-03-12 17:55:05 -05:00
Mike McLean
1a38131e63
clarify the import docstring a little
2010-03-12 17:55:04 -05:00
Mike McLean
d56ec5f826
some chain-build fixes
...
- use sane and unique subtask labels
- avoid redundant waits
2010-03-12 17:55:04 -05:00
Mike Bonnet
3210c55576
- clean up add-host-to-channel and remove-host-from-channel commands to make them a little more efficient
...
- remove redundant getAllChannels() method, use listChannels() instead
2010-03-10 19:35:39 -05:00
Mike Bonnet
e71519d5d1
- add the description and comment fields to the host table
...
- add the edit-host CLI command to allow editing of the arches, capacity, description, and comment fields of a host
- add the --comment option to the enable-host and disable-host commands, to allow specifying a reason for changing the state of a host
- display the description and comment on the hostinfo page
2010-03-10 19:35:38 -05:00
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