Commit graph

57 commits

Author SHA1 Message Date
Dennis Gilmore
ecffd79425 clean up whitespace 2009-02-05 17:54:55 -06:00
Dennis Gilmore
98aa1eeca0 have config work
support an ignorearch list.  some packages are excluded on secondary arches.
we are assuming that the spec files deal with those packages not being there.
2009-02-05 17:54:02 -06:00
Mike McLean
252f5d4c38 purge gc option 2009-01-19 16:41:01 -05:00
Mike McLean
d3e70f1fbf speed up koji-shadow a bit with multicall 2009-01-19 16:38:42 -05:00
Dennis Gilmore
1c3289392c remove the old kojisd bits now in koji-shadow 2009-01-12 22:58:10 -06:00
Dennis Gilmore
09d3e52407 add option to tag builds when complete (could be smarter im tagging into the tag we are building)
clean up handling of arches to build for (add command line option)
clean up handling of newerBuilds,  it should be for all builds not just missing ones
2009-01-12 22:57:14 -06:00
Dennis Gilmore
2a2ca86f16 make the arches to build for a config option 2009-01-12 22:53:26 -06:00
Dennis Gilmore
dd77a2cf9e fix up newerBuild substitution, if there is no local build we dont want it replaced :) 2009-01-12 22:51:57 -06:00
Dennis Gilmore
828ecc7484 koji-shadow: Initial setup of code to prefer a newer build 2009-01-12 22:49:52 -06:00
Dennis Gilmore
b55c3dc28c basic ssl auth for koji-shadow 2009-01-12 22:48:51 -06:00
Mike McLean
200db76e28 fix timestamp checks when deleting repos 2008-11-25 14:52:55 -05:00
Mike McLean
c6bad093de Merge branch 'master' into shadow
Conflicts:

	builder/kojid
	cli/koji
	hub/kojihub.py
2008-10-27 15:24:41 -04:00
Mike McLean
86e63c5de1 policy framework and tagging policies 2008-10-27 14:00:58 -04:00
Dennis Gilmore
329a9b5fa4 add missing / from default serverca path 2008-10-14 12:48:42 -05:00
Mike McLean
aed32ed56f add missing init actions for kojid/kojira
see: https://fedorahosted.org/koji/ticket/94
- Add missing actions to kojid.init (patch from wakko666)
- Add missing actions to kojira.init (patch from wakko666)
2008-08-22 18:00:34 -04:00
Mike McLean
9af88e0f4b Merge branch 'master' into shadow 2008-07-25 16:41:22 -04:00
Mike Bonnet
20ee6af836 - pass newRepo tasks the tag name instead of tag ID
- display the tag name for newRepo tasks in the web UI
2008-07-01 11:07:48 -04:00
Mike McLean
caa1c35bec Merge branch 'master' into shadow
Conflicts:

	builder/kojid
	koji.spec
	util/Makefile
2008-05-22 16:04:50 -04:00
Mike McLean
352e6b169b gc: fix age calculation for untagged builds 2008-05-19 18:11:22 -04:00
Mike McLean
a9f090092b package koji-gc
also changed default config location for koji-gc
2008-05-19 18:11:22 -04:00
Mike McLean
ae997ffe54 koji-shadow: more useful report format, import-noarch fixes 2008-03-13 16:33:33 -04:00
Mike McLean
21e8a45bea koji-shadow: import-noarch 2008-03-12 14:35:44 -04:00
Mike McLean
9a2248b2fd many changes, notably black/white/greylists and substitutions
- partial work towards import-noach option
- rework config file handling a bit
- remove obsolete code
- black/white/greylists
- build substitutions
- misc bugfixes
- rebuild from downloaded srpm
- handle in progress builds better
- start rebuilds during scan as they become possible
- reorganize BuildTracker a bit
2008-03-12 01:42:35 -04:00
Mike McLean
d412fc54d7 allow creation of repos from a specified event 2008-03-07 14:36:23 -05:00
Mike McLean
fbcc9def02 kojid: make use of --skip-stat configurable
hub: option to disable notifications
koji-shadow: build from original scm
fix boolean opts in kojid
fix notifications for no-target builds
fix some typos
2008-02-26 20:29:54 -05:00
Mike McLean
dbd2c22c79 Merge commit 'origin/master' into work
Conflicts:

	koji/__init__.py
	util/kojira
2008-02-26 20:23:12 -05:00
Dennis Gilmore
99485942ee checkin the work ive done on kojisd based on koji-shadow slightly differnet target though i have tried to keep divergences configurable 2008-02-26 17:58:07 -06:00
Mike McLean
54f79ff665 make ClientSession retries more configurable, and more robust
add an offline mode to the hub (ServerOffline fault)
report offline status if db connection fails
adjust retry timings for kojid and kojira
2008-02-22 11:32:27 -05:00
Mike McLean
69d841a63b make ClientSession retries more configurable, and more robust
add an offline mode to the hub (ServerOffline fault)
report offline status if db connection fails
adjust retry timings for kojid and kojira
2008-02-22 11:26:27 -05:00
Mike McLean
0e249ec1ec limit number of simultaneous shadow builds
misc comments
2008-02-21 14:06:34 -05:00
Mike McLean
bf5937389c a quiet option, and an option to ignore stray repos 2008-02-21 14:02:59 -05:00
Mike McLean
6356f73f2e run builds in parallel, if possible 2008-02-15 09:24:46 -05:00
Mike McLean
7822ec08f3 different method for shadow rebuild ordering 2008-02-11 21:47:36 -05:00
Mike McLean
04cf109934 package koji-gc and koji-shadow
change default config locations for these utilities
2008-02-11 20:46:51 -05:00
Mike Bonnet
9456ad95da don't throw an exception if a tag is renamed or deleted 2008-02-05 23:11:50 -05:00
Mike McLean
e4b1e7f9d9 initial drop for koji-shadow utility 2008-01-16 17:01:06 -05:00
Mike McLean
db8486e61d actually read default conf file. add limit option to buildReferences call. 2008-01-04 14:26:46 -07:00
Mike McLean
24a547abe9 change default actions in koji-gc 2007-12-14 15:37:35 -05:00
Mike McLean
0e3b95f199 adjust non-debug output a little 2007-11-08 14:19:46 -07:00
Mike McLean
a414a422e2 koji-gc: tweak tag/pkg filtering option to bypass locks catch ProtocolError 2007-10-30 12:57:11 -04:00
Mike McLean
a343624257 koji-gc: from_addr option, make network timeout hack an option, misc cleanup 2007-10-24 15:58:48 -04:00
Mike McLean
aebd6f520c variable name typo 2007-10-24 11:33:20 -07:00
Mike McLean
404dcd3dc4 salvage action
combine notifications to same user
2007-10-22 18:30:46 -04:00
Mike McLean
9c0db76ece add weburl option to config 2007-10-22 17:55:37 -04:00
Mike McLean
a79c30f27e add some key aliases. Handle lowercase hex ids in config. 2007-10-19 10:53:34 -04:00
Mike McLean
f702ffa911 fix parsing of key aliases
fix an error in the MySession hack
honor --skip-main option (used for debugging)
2007-10-18 16:14:38 -04:00
Mike McLean
f726babda6 use koji.fp.o in config 2007-10-18 16:12:56 -04:00
Mike McLean
0f12905c1f initial work on garbage collection script 2007-10-17 17:15:00 -04:00
Mike Bonnet
6fe493f7c3 - actually use the logfile specified in kojira.conf
- don't make kojira also log to syslog
2007-09-26 13:55:18 -04:00
Mike McLean
433dba5ff6 order creation of newRepo tasks by age of existing repo 2007-07-24 16:48:27 -04:00