Commit graph

875 commits

Author SHA1 Message Date
Mike Bonnet
0ae723eaaf actually handle whitespace correctly 2007-05-07 16:38:05 -04:00
Mike Bonnet
426ffffa05 remove extra whitespace from tag notification email 2007-05-07 13:26:43 -04:00
Mike Bonnet
655f29dd44 encode email notifications in UTF-8 2007-05-07 12:51:24 -04:00
Mike Bonnet
da065e9845 set a default for from_addr in kojid.conf 2007-05-02 02:08:58 -04:00
Mike Bonnet
8d71d63f77 make email notifications work
- always send notifications to the build submitter and the package owner
  - default smtphost in kojid.conf
2007-04-30 17:57:18 -04:00
Mike Bonnet
24b357de76 fix typo in BuildNotificationTask (patch provided by Michael Schwendt) 2007-04-23 10:00:32 -04:00
Mike Bonnet
0cc8bf97e4 re-enable use of --update in createrepo 2007-04-17 15:38:05 -04:00
Michael McLean
cba71af73f fix a typo in the code for accepting assigned tasks 2007-04-17 15:26:52 -04:00
Mike Bonnet
2ee038ba60 expect the hub to return raw XML-RPC data 2007-04-02 13:08:02 -04:00
Mike Bonnet
6ae04b1a32 support for sparc builds (patch by Dennis Gilmore) 2007-03-29 11:35:31 -04:00
Mike Bonnet
e96a8687a0 - fix koji mock-config to use sensible defaults for **opts
- add --topurl option to koji mock-config
- upload in 64k chunks in incrementalUpload
- best-effort to check when mock has truncated a file and started writing from 0 in BuildRoot.mock()
- improvements to cmdline parsing in koji call
2007-03-27 18:56:17 -04:00
Mike Bonnet
6f6491faa5 guard against mock switching log files under us, so we don't lose important log information 2007-03-23 14:16:40 -04:00
Mike Bonnet
1de3c501b1 set a default for mockhost so kojid can (hopefully) work out-of-the-box 2007-03-23 11:51:53 -04:00
Mike Bonnet
b877fbe5eb update the buildSRPMFromCVS task to be consistent with Extras CVS 2007-03-23 11:19:59 -04:00
Mike Bonnet
54cd667959 copy opts in ClientSession.__init__() because we modify it in setSession()
undo state changes by ssl_login() in setSession(None)
remove some extraneous session options
2007-03-22 18:27:46 -04:00
Michael McLean
83b602979f debug message for downloads 2007-03-21 17:47:55 -04:00
Mike McLean
906534cd86 option to use http instead of nfs in kojid (except createrepo handler) 2007-03-20 14:21:37 -04:00
Michael Bonnet
6578e852a8 Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/koji 2007-03-16 21:45:14 -04:00
Michael Bonnet
20ca1a8f84 - don't try to guess what kind of authentication we want to use in ClientSession.login() - allow clients to call login() (for user/password), krb_login() (for Kerberos), or ssl_login() (for client certificates)
- update all clients to call ssl_login() directly when appropriate
- rename references to NotAllowed -> ActionNotAllowed, because NotAllowed had already been renamed
- raise an error in CreateSSLContext instead of immediately exiting
2007-03-16 21:39:02 -04:00
Michael Bonnet
4283a3ba8f enable SSL client certificate authentication for kojid 2007-03-16 21:39:01 -04:00
Mike Bonnet
aaff4a0a1f - fix some typos
- disable support for non-standard createrepo options
2007-03-15 16:58:23 -04:00
Mike Bonnet
d1ceff82c9 - handle inserting and displaying utf-8 data in the database
- allow options to be specified in the config file but not on the cmdline
2007-03-15 11:40:05 -04:00
Jesse Keating
9f3c4b9830 Set vendor, packager and _host for mock config. 2007-03-14 17:35:06 -04:00
Jesse Keating
d802163348 Use -p with install to preserve timestamps, etc... 2007-02-20 10:01:29 -05:00
Jesse Keating
5d7e66a17e Initial code drop 2007-02-14 11:25:01 -05:00