Commit graph

1018 commits

Author SHA1 Message Date
Mike Bonnet
ccbb742488 don't force wrapper srpms to match the build nvr 2010-04-08 14:39:11 -04:00
Mike Bonnet
53212ed857 make additional information about the build available to the wrapper rpm 2010-04-08 10:33:41 -04:00
Jay Greguske
f90f6b856d isoname now impacts the iso fs label 2010-04-06 15:25:26 -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
a90f0d1b03 fixed --scratch appliance output uploading xml description file treated as output rather than a log 2010-03-31 15:18:18 -04:00
Jay Greguske
78cfd378a7 None values in options map are no longer passed to the Handler 2010-03-31 15:18:18 -04:00
Jay Greguske
8a97304349 taskinfo extensions for createAppliance 2010-03-31 15:18:18 -04:00
Jay Greguske
d927628677 minor kojiweb enhancements fixed results upload 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
6d4f601f79 initial revision of kojid appliance creation 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
e0116c6867 refactored LiveCDTask: added ImageTask which keeps methods of common image-generating code, and LiveCDTask inherits from it 2010-03-31 15:18:17 -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
7d52e6d204 fix typo from commit a08442f5 2010-03-31 15:18:17 -04:00
Mike McLean
8f18de6e6d fix a typo in the creator/revoker work 2010-03-26 17:02:55 -04:00
Mike McLean
e78783ff8f track start time for tasks 2010-03-26 17:02:54 -04:00
Mike McLean
ee5423221f rhel builder requires 2010-03-26 17:02:54 -04:00
Mike McLean
a08442f505 list_rpms function to match mead branch 2010-03-18 16:32:54 -04:00
Mike McLean
188efe45eb small fix from mead branch 2010-03-18 16:32:54 -04:00
Mike Bonnet
7da99c1479 make the (tail) link show the last 4000 characters of the file, which seems to be a more useful amount 2010-03-17 15:34:45 -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
2e7cad8e46 remove misplaced commit 2010-03-12 17:55:05 -05:00
Mike McLean
6697f553d7 show user data in history output 2010-03-12 17:55:05 -05:00
Mike McLean
fa12519679 set creator/revoker data for all versioned tables
latter accomplished using InsertProcessor and UpdateProcessor classes
2010-03-12 17:55:05 -05:00
Mike McLean
c277121f14 InsertProcessor and UpdateProcessor for cleaner dml operations
Somewhat analogous to QueryProcessor.
Each has special code for dealing with versioned tables
2010-03-12 17:55:05 -05:00
Mike McLean
00b86b236d rearrange some test conditions for clarity 2010-03-12 17:55:05 -05:00
Mike McLean
94760fbebd remove unnecessary function 2010-03-12 17:55:05 -05:00
Mike McLean
e1c2586102 add user data (creator/revoker) to versioned tables
also updated schema upgrade script
2010-03-12 17:55:04 -05:00
Mike McLean
4ee3a12890 avoid ugly errors if connection fails to close 2010-03-12 17:55:04 -05:00
Mike McLean
f91027c02d avoid duplicate log messages 2010-03-12 17:55:04 -05:00
Mike McLean
f2a6dc2f47 log regen ordering data 2010-03-12 17:55:04 -05:00
Mike McLean
1a38131e63 clarify the import docstring a little 2010-03-12 17:55:04 -05:00
Mike McLean
04042ce4de log db connection errors 2010-03-12 17:55:04 -05:00
Mike McLean
31fd8be364 avoid possible notification traceback (bz 526275) 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 McLean
061df3ccb9 no more _opt_bool 2010-03-12 17:55:04 -05:00
Mike McLean
3570390cf8 more hub logging work 2010-03-12 17:54:55 -05:00
Mike McLean
0abc999e6c more logging config in hub 2010-03-12 15:34:02 -05:00
Mike McLean
487ccdb2e3 clean up hub logging a bit 2010-03-12 15:34:02 -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
50e08644e2 - report when a builder is in no channels
- improve formatting when there are no active buildroots
2010-03-10 19:35:39 -05:00
Mike Bonnet
eb469f3ae5 enable editing the channel mappings for a host from the web UI 2010-03-10 19:35:39 -05:00
Mike Bonnet
b0946a5c44 enable editing a host via the web UI 2010-03-10 19:35:38 -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
59bde48e43 package list policy 2010-03-09 16:03:59 -05:00
Mike Bonnet
ea6c283ba5 fix Kerberos authentication for modern python: e.message is deprecated, and e.err_code no longer exists 2010-03-09 13:46:54 -05:00
Mike Bonnet
5ab3868150 default the Builds and Tasks page to ordering by descending id, which provides almost the same ordering as -completion_time but is faster due to indexes 2010-03-05 15:27:22 -05:00
Mike Bonnet
4fb4b55ac4 show the build and task owners if not logged in 2010-03-05 15:20:43 -05:00