Commit graph

327 commits

Author SHA1 Message Date
Mike Bonnet
d6825052ec support listing archive contents for Windows build output 2010-08-04 15:14:44 -04:00
Mike Bonnet
7a6b44c4a9 handle logfiles with possibly-duplicate names 2010-07-26 12:19:46 -04:00
Mike Bonnet
fa5c7722cd support for retrieving buildrequires 2010-07-26 11:58:51 -04:00
Mike Bonnet
ff296efd25 - fill out xmlrpc api for Windows builds
- add relpath field to win_archives
2010-07-23 13:55:48 -04:00
Mike Bonnet
4aab93fe8f Windows builds working, including artifacts import 2010-07-21 13:51:42 -04:00
Mike McLean
eb5b28e220 provide example ssl config to support koji < 1.4.0 clients 2010-07-08 22:04:26 -04:00
Mike Bonnet
ebc9e7d3ac append "/ssllogin" to the hub URL when logging in via SSL, so we only need to require client certificates on that specific URL 2010-07-08 21:55:15 -04:00
Mike Bonnet
fbca81a4a2 don't allocate an arch to noarch tasks early, allow kojid to decide if it can handle a noarch task 2010-07-07 10:51:26 -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 McLean
8c5ebdb81f disable Maven features by default 2010-07-01 16:36:59 -04:00
Mike McLean
5149a4609e honor EnableMaven in repo_init, add a call to check if maven is enabled 2010-06-29 15:09:11 -04:00
Mike McLean
d4cc2223da big maven switch 2010-06-28 17:27:36 -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
b0a7add169 add a note about config syntax in sample hub.conf 2010-06-18 16:42:42 -04:00
Mike McLean
3e562c5b85 Fix defaults for ProxyDNs and ProxyPrincipals 2010-06-18 16:42:42 -04:00
Mike McLean
8c208370f6 user policy test 2010-06-18 16:42:34 -04:00
Mike McLean
159ba82013 channel policy to determine which channel a task is placed in 2010-05-26 15:19:13 -04:00
Mike McLean
b86fb67023 allow querying tasks by start_time 2010-04-28 14:53:21 -04:00
Mike McLean
e9fbc74bce Extend listTasks fields to be consistent with getTaskInfo 2010-04-28 14:53:21 -04:00
Mike McLean
be1e933b08 change where we set start_time to avoid deadlocks 2010-04-16 12:42:18 -04:00
Mike McLean
90fa5e3781 unify debuginfo rpm checks 2010-04-16 12:42:18 -04:00
Mike McLean
589a8ee481 remove extraneous newlines in logs 2010-04-16 12:42:18 -04:00
Mike McLean
858836900f fix field name in grplist_add 2010-04-16 12:42:18 -04:00
Mike McLean
9766637653 use non-strict dslice when appropriate 2010-04-16 12:42:18 -04:00
Mike McLean
4b49cd5b32 fix syntax issues with the creator/revoker changes 2010-04-16 12:42:06 -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
Mike Bonnet
ccbb742488 don't force wrapper srpms to match the build nvr 2010-04-08 14:39:11 -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
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
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
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
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 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
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
31fd8be364 avoid possible notification traceback (bz 526275) 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