Commit graph

116 commits

Author SHA1 Message Date
Mike McLean
05330a2959 plugin conf files should be config(noreplace) 2016-05-07 16:33:53 -04:00
Mike McLean
3bb2c0ee98 package builder plugins 2016-05-07 16:33:53 -04:00
Fabian Deutsch
4729adc5f9 Add support for liveimg-squashfs
This patch adds support to build squashfs images which are compatible to
anaconda's liveimg directive and dracuts liveimg feature.
The feature is pretty simple, as it just reuses the raw diskimage, and
strips the disklabel, to retrieve the plain filesystem image.

Two open issues:
- Stripping the disk label is a pretty hack
- Database schema upgrade is missing

Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2016-03-30 12:18:56 -04:00
Mike McLean
28a1f1e039 version 1.10.1 2015-10-29 13:07:14 -04:00
Mike McLean
b8b03099c8 fix changelog date 2015-07-14 23:45:08 -04:00
Mike McLean
ad9755a520 1.10 release 2015-07-14 23:37:07 -04:00
Dennis Gilmore
9c69602a65 Add systemd unit file for kojira
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-06-07 08:14:53 -05:00
Zbigniew Jędrzejewski-Szmek
7c435492cf Add systemd unit file for kojivmd
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-06-07 08:14:53 -05:00
Zbigniew Jędrzejewski-Szmek
10a75fc22f Add systemd unit file for kojid
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-06-07 08:14:53 -05:00
Mike McLean
6ba041839b package hub.conf.d and web.conf.d 2015-03-31 17:34:16 -04:00
Mike McLean
4dc1a7da82 version 1.9.0 2014-03-24 16:41:22 -04:00
Mike McLean
9507c75c3f process conf.d dirs in koji cli (based on a patch by Pavol Babincak) 2014-03-16 22:30:31 -04:00
Mike Bonnet
9ed99306fe no longer require python-virtinst, we use virt-clone directly 2013-09-18 07:15:34 -04:00
Mike Bonnet
c55b2e21a1 mark the kojiweb dir as a dir 2013-06-19 17:39:03 -04:00
Mike McLean
e98acdae3f fix changelog date 2013-04-01 15:43:21 -04:00
Mike McLean
fb24591c9f version 1.8.0 2013-04-01 15:39:16 -04:00
Mike McLean
5728c8fcc7 version 1.7.1 2012-11-19 23:36:03 -05:00
Mike McLean
46aeef9e93 fix noreplace setting for web.conf 2012-06-14 14:50:37 -04:00
Mike McLean
7a4f12f927 use a shorter Source link in spec 2012-05-31 19:00:28 -04:00
Mike McLean
99cb35795c changelog for 1.7 2012-05-31 15:05:43 -04:00
Mike McLean
3809b8c168 require mod_wsgi; don't require mod_python 2012-05-16 15:31:05 -04:00
Mike McLean
54c0ed8438 Support wsgi in koji-hub and koji-web
- mod_python still supported, but deprecated
 - mod_wsgi is the default
 - koji-web now configured via web.conf
 - new wsgi-friendly publisher for koji-web
 - koji-web now has logging
2012-05-10 17:27:40 -04:00
Mike McLean
f3f02b1bd7 fix source url in spec 2011-03-25 14:45:53 -04:00
Mike McLean
93f20257f3 version 1.6.0 2010-12-16 16:13:17 -05:00
Mike McLean
482531dcd3 add mass restart support to kojivmd 2010-12-03 11:31:24 -05:00
Mike McLean
508b739120 add a graceful restart option to kojid.init 2010-12-03 11:26:41 -05:00
Mike McLean
71f0bcbdae bump version 2010-11-11 12:12:40 -05:00
Mike Bonnet
ccc53532be rpm2maven: a plugin to extract Maven artifacts from a rpm build and make them available in the Koji-managed Maven repo 2010-11-09 09:50:09 -05:00
Mike Bonnet
afe05a0263 update the messagebus plugin to use the new qpid.messaging API 2010-10-27 11:57:38 -04:00
Mike McLean
e1fc769c70 package kojivmd 2010-10-20 16:18:56 -04:00
Mike Bonnet
419a1dafe4 major refactoring of koji daemons
- move TaskManager, SCM, and a couple helper functions to koji.daemon
 - move generic TaskHandler classes to koji.tasks
 - remove use of globals in kojid and kojira
 - fix a few issues revealed by pylint
2010-07-16 11:44:52 -04:00
Mike McLean
cc8c29eae9 finalize 1.4.0 spec changes 2010-07-08 16:33:24 -04:00
Mike McLean
71bf4fcc81 drop mead sub-version, bump release 2010-07-01 17:11: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 McLean
ee5423221f rhel builder requires 2010-03-26 17:02:54 -04:00
Mike Bonnet
5c32f960e8 merge specfile fixes from master 2010-01-20 16:53:16 -05:00
Mike Bonnet
d145c17221 no longer require rpm-build and redhat-rpm-config on the builders, srpms are created by mock now 2010-01-20 16:50:40 -05:00
Mike Bonnet
3cba6640bb merge master branch onto the mead branch 2010-01-20 16:48:42 -05:00
Mike Bonnet
0525603130 add Requires: python-qpid to the hub-plugins package because of the messagebus plugin 2010-01-04 10:19:36 -05:00
Mike Bonnet
fdec5a7ca6 more consistent use of _sysconfdir 2009-12-22 13:47:18 -05:00
Mike Bonnet
53296425c1 messagebus.py: a hub plugin to send notifications of events to an amqp broker 2009-12-22 13:44:12 -05:00
Mike McLean
43af4add20 soft dependencies for livecd code 2009-12-03 16:20:50 -05:00
Mike Bonnet
72bb607195 add mead-specific release suffix 2009-11-12 16:31:01 -05:00
Mike Bonnet
d620309f5e merge koji-1.3.2 changes onto the mead branch 2009-11-10 15:34:39 -05:00
Mike Bonnet
2571537bb2 add koji-hub-plugins subpackage 2009-11-10 14:56:05 -05:00
Mike Bonnet
722923c484 missing hyphen 2009-10-02 17:46:28 -04:00
Mike Bonnet
1e92e0d510 add new Requires to koji-builder 2009-09-30 10:32:51 -04:00
Mike Bonnet
0d1ed5d9d5 prepare a new MEAD update 2009-06-12 15:14:08 -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
ab02f8969a bump version 2009-02-20 18:14:01 -05:00