Commit graph

723 commits

Author SHA1 Message Date
Mike Bonnet
82d44a4dbb remove references to the archivefiles table 2009-04-09 18:00:59 -04:00
Mike McLean
e333cba838 fix getChangelogEntries 2009-03-31 17:25:21 -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
f8fdc66815 allow uploading and importing rpms larger than 2GiB 2009-03-10 16:54:48 -04:00
Dennis Gilmore
726f25b421 if you pass None to getBuildTargets you get a dict of all targets. this results in broken emails and tasks when the packages doesnt exist in the first tag in the list. 2009-03-03 02:00:30 -06:00
Mike McLean
ab02f8969a bump version 2009-02-20 18:14:01 -05:00
Mike Bonnet
3e9d2cee99 EnableFunctionDebug is defined as a boolean 2009-02-20 11:33:02 -05:00
Mike Bonnet
75225270c7 canonicalize tagarches, since get_all_arches() is canonical but non-canonical arches may be set in tag['arches'] 2009-02-20 11:29:20 -05:00
Mike Bonnet
d2a0eb5544 external repo urls will always be rewritten by mergerepos (yum) to end with /, and appear that way in the pkgorigins file, so ensure they appear that way in the database as well so we can track them properly 2009-02-19 17:52:54 -05:00
Dennis Gilmore
55ac9449b0 add schema file for upgrades from 1.2.x to 1.3 2009-02-19 14:06:57 -06:00
Dennis Gilmore
24d8b8ee63 fix up sparc arch handling 2009-02-19 12:30:36 -06:00
Mike Bonnet
c772db58ad explicitly request sha1 for backward compatibility with older yum 2009-02-18 23:25:57 -05:00
Mike McLean
282ef64e9c 1.3.0 2009-02-18 19:33:50 -05:00
Mike McLean
224d0e2529 don't start kojira by default
https://fedorahosted.org/koji/ticket/96
2009-02-18 16:18:13 -05:00
Mike McLean
ba367e9021 fix typo in RawHeader.version() 2009-02-18 15:19:24 -05: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
029cb2069f provide a default for CN (it will rarely be changed) 2009-02-18 15:06:48 -05:00
Mike Bonnet
62180c109f replace configuration in kojihub.conf with a reference to hub.conf 2009-02-18 14:56:54 -05:00
Jeffrey C. Ollie
98ae49d91a add a "sources" target to the Makefile to enable building Koji from the Koji git repo with Koji
Signed-off-by: Mike Bonnet <mikeb@redhat.com>
2009-02-18 14:51:15 -05:00
Mike Bonnet
1b8a6b4aa5 remove redundant line (pointed out by James Antill) 2009-02-18 10:27:33 -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
Mike Bonnet
4443278ccb add space to the list of valid search chars 2009-02-17 15:55:52 -05:00
Mike Bonnet
9cd70c7bab move build state above start and end times 2009-02-17 15:34:11 -05:00
Mike Bonnet
aadadae84e get the summary, description, and changelogs from the buildSRPMFromSCM task for builds that are not complete 2009-02-17 15:32:06 -05:00
Jeffrey C. Ollie
b82c811f95 use the YumBase.preconf attribute if it's available
Signed-off-by: Mike Bonnet <mikeb@redhat.com>
2009-02-17 13:36:21 -05:00
Mike Bonnet
094d97f698 make sure we reap canceled/reassigned tasks too 2009-02-17 13:21:41 -05:00
Mike Bonnet
0552072802 make the load average test a function of the number of processors 2009-02-16 18:56:29 -05:00
Mike Bonnet
88b5f07449 add the createdBefore= and createdAfter= parameters to listBuild() 2009-02-16 18:31:57 -05:00
Mike Bonnet
26d2071acd support file digests other than md5 in the api and web UI 2009-02-16 18:15:59 -05:00
Mike Bonnet
f9f5845a60 remove unused import 2009-02-16 15:26:27 -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
Mike Bonnet
d5241dbac5 check the load average before taking a task 2009-02-16 12:45:33 -05:00
Dennis Gilmore
165c5cbfc7 fix up bad characters 2009-02-16 11:27:51 -06:00
Dennis Gilmore
373fbad545 setup for python-2.6 avoid depreciation warnings 2009-02-16 11:23:12 -06:00
Mike Bonnet
821414b8ba add missing logger attribute 2009-02-13 18:26:22 -05:00
Mike Bonnet
ef659b76bc use python 2.4 compatible class syntax 2009-02-13 17:59:18 -05:00
Mike Bonnet
3f4703322d work around missing summary and description for RHEL-5 compatibility 2009-02-13 17:59:18 -05:00
Mike Bonnet
a64cd7c7cf group rpms by arch instead of canon arch on the buildinfo page (this makes the build log links correct) 2009-02-13 17:59:18 -05: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
46d8262ff4 use kojiweb.publisher 2009-02-13 15:55:55 -05:00
Mike McLean
254347e104 make publisher work in new location 2009-02-13 15:55:45 -05:00
Mike McLean
2fcc51fb48 move publisher wrapper to lib 2009-02-13 15:50:57 -05:00
Mike Bonnet
a2e419b1cd set the PythonHandler name to be compatible with Fedora and RHEL-5+ 2009-02-13 11:45:11 -05:00
Mike Bonnet
89a9311be6 reseed the hub also, because all workers are cloned from an initial interpreter with the same state 2009-02-12 19:30:03 -05:00
Mike Bonnet
4d71cce5be make the log name match the script name 2009-02-12 19:03:04 -05:00
Mike Bonnet
3a3fc7f49f expand the arches passed to mergerepos to include compatible arches that may appear in external repos 2009-02-12 19:01:31 -05:00
Mike Bonnet
d71f151ea5 bump the mock requirement to the version that includes --buildsrpm and --chroot fixes 2009-02-12 18:18:37 -05:00