Mike McLean
4ccd5bbfda
repo regen priority work
2010-02-01 13:13:19 -05:00
Mike McLean
a2f7c9c252
fix a spelling error (rhbz 529208)
2009-12-07 12:32:37 -05:00
Dennis Gilmore
373e92c2b9
add support to protect a build by name.
...
What this does is to ensure that sertain builds always match the original, overriding prefer-new
2009-11-10 14:07:42 -06:00
Dennis Gilmore
0ece799595
add support to always include extra local packages takes a nvr
2009-11-10 14:07:42 -06:00
Dennis Gilmore
f7d990f8d7
continue when we hit an ignored dep dont break, we are not yet done dep solving the build
2009-10-14 12:49:17 -05:00
Mike McLean
512e663eb4
use custom krb5 cache in kojid and kojira. ticket#104 (patch by tjarls)
2009-09-23 15:47:05 -04:00
Mike McLean
79de9eaf3e
don't expire repos from old events while they are being created
2009-09-23 15:47:05 -04: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
d421286304
quiet koji-gc output a little
2009-04-23 15:17:38 -04:00
Mike McLean
224d0e2529
don't start kojira by default
...
https://fedorahosted.org/koji/ticket/96
2009-02-18 16:18:13 -05:00
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