Mike McLean
4c44f7fec2
avoid duplicate waits on mock
2009-09-23 15:47:05 -04:00
Mike Bonnet
f4416e63c5
remove unnecessary stat() that causes a huge slowdown when accessing files via nfs
2009-09-18 16:34:04 -04:00
Mike Bonnet
279418adf1
remove ugly hacks from mergerepos now that fixes to yum have been checked in upstream
2009-09-18 16:32:12 -04:00
Mike McLean
a75ddac324
support large file uploads, take two
2009-08-18 17:10:21 -04:00
Mike Bonnet
035dbeef4e
use the proper escape syntax
2009-08-13 12:24:47 -04:00
Dennis Gilmore
47603127b5
commit the footer.chtml and koji.css changes needed for the powered by koji icon
2009-08-10 09:38:46 -05:00
Dennis Gilmore
1a97c5fdbc
add powered by koji logo to the footer. it links back to https://fedorahosted.org/koji
2009-08-10 09:38:46 -05:00
Dennis Gilmore
08e911dac7
if we are scanning a build we can not use prefer new so make sure we dont.
2009-08-10 09:38:46 -05:00
Mike McLean
2da42499e3
fix a typo in buildtag policy test
2009-07-20 16:18:17 -04:00
Mike Bonnet
6ea2571114
- add a task count to the userinfo page
...
- allow a few more pages to take usernames in addition to user IDs
2009-06-11 18:31:26 -04:00
Mike Bonnet
87576b0dc1
paginate the component buildroot list on the rpminfo page
2009-06-11 18:05:48 -04:00
Mike Bonnet
5b11e90fea
- allow filtering by enabled/disabled on the hosts page (default to showing only enabled hosts)
2009-06-11 16:44:19 -04:00
Mike Bonnet
c81079b551
relicense hub/rpmdiff as GPLv2+, with permission from ffesti
2009-05-27 14:24:46 -04:00
Kedar Sovani
aa4de72dbe
koji: Look at tail of *.log
...
A lot of times the purpose of looking at the build logs is to look at the error
which usually appear at the end of the log. Provide a mechanism to look at the tail
instead of downloading the entire log. (offset = -2000 is probably reasonable
enough as a default?)
Signed-off-by: Kedar Sovani <kedars@marvell.com>
2009-05-18 17:23:01 -04:00
Mike McLean
84925bdb75
set-task-priority command ( #138 , patch by Daniel Mach)
2009-05-18 17:22:50 -04:00
Mike McLean
d421286304
quiet koji-gc output a little
2009-04-23 15:17:38 -04:00
Mike McLean
3a1234efe0
index external rpm origins by nvra, not just nvr
2009-04-21 14:31:55 -04:00
Mike Bonnet
12d0187c8d
only show the rpm origin when listing components of a buildroot
2009-04-14 16:52:51 -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