Commit graph

447 commits

Author SHA1 Message Date
Mike McLean
dac5b47d4f fix up arch list handling in readTaggedRPMS 2008-11-25 14:52:55 -05:00
Mike McLean
17d74d3aa6 show buildroot info in rpminfo output 2008-11-25 14:52:55 -05:00
Mike McLean
cd4c5f0b28 cleanup before re-taking a freed or reassigned task 2008-11-25 14:52:55 -05:00
Mike McLean
d96b27ca35 return the error code from watching tasks in move-pkg 2008-11-25 14:52:55 -05:00
Mike McLean
348780bad2 allow list-tagged to query at an event (or at the event corresponding to a repo) 2008-11-25 14:52:55 -05:00
Mike McLean
743cddc76b added --non-latest to cli untag-pkg command 2008-11-25 14:52:55 -05:00
Mike McLean
0df124f069 added --old-user flag to set-pkg-owner-global cli command 2008-11-25 14:52:55 -05:00
Mike McLean
abb899114c add timestamps to getBuild return 2008-11-25 14:52:55 -05:00
Mike McLean
3d3c0b3ffe check for the permission before doing insert 2008-11-25 14:52:55 -05:00
Mike Bonnet
ff3aea70ba make the name that shows up in the title configurable 2008-11-25 13:43:05 -05:00
Michael Bonnet
37036445b4 fix a chainbuild error message 2008-11-19 13:00:29 -05:00
Michael Bonnet
c358e0b141 some chainbuild fixes 2008-11-19 12:58:41 -05:00
Mike McLean
083a1e08c0 allow a list of arches when querying for tagged rpms 2008-11-15 14:43:58 -05:00
Mike McLean
7a39ee0e1e don't fail when a builder tries to take an older base64-encoded task 2008-11-15 14:41:34 -05:00
Mike McLean
cde80d3d6d fix handling of DBHost/DBhost option 2008-11-15 14:38:34 -05:00
Mike McLean
8642835add in groups output, show package list even if empty 2008-11-14 16:58:05 -05:00
Mike McLean
d029e1c276 enable verbose policy errors without full debug 2008-11-13 01:16:42 -05:00
Mike McLean
584192a5f8 don't block srpm builds in cli (policy might allow them) 2008-11-13 01:16:15 -05:00
Mike McLean
83218e4103 new policy tests: fromtag, skip_tag 2008-11-13 01:09:43 -05:00
Mike McLean
bec94948b9 clean up example hub.conf 2008-11-12 18:28:20 -05:00
Mike McLean
f86c278860 a better default for list of plugins 2008-11-12 18:12:35 -05:00
Mike McLean
d50a77556f fix session for plugin handlers 2008-11-06 15:20:44 -05:00
Mike McLean
4336e34fc4 Merge branch 'shadow' 2008-11-06 15:12:51 -05:00
Mike McLean
ee651710c8 build_from_repo_id policy 2008-11-04 18:10:56 -05:00
Mike McLean
dc92b0ec7c give a saner error when a nonexistent repo is specified 2008-11-04 18:06:38 -05:00
Mike McLean
aab365219a only provide target in policy_data if it is actually available 2008-11-04 00:12:58 -05:00
Mike McLean
64fce8d49f Merge branch 'master' into shadow
Conflicts:

	builder/kojid
2008-11-04 00:12:28 -05:00
Mike McLean
2bfbadb661 correct a few typos from last batch of commits 2008-11-03 23:59:34 -05:00
Mike McLean
07eaf6ee67 add default policies 2008-11-03 17:43:50 -05:00
Mike McLean
d513993049 add tests 'all' and 'none' (aliases for true and false) 2008-11-03 17:20:43 -05:00
Mike McLean
2a232dac4e add search command to cli 2008-11-03 15:59:41 -05:00
Mike McLean
0a4d481d36 add more policy tests, and extend some for use with srpm build policy 2008-11-03 15:59:40 -05:00
Mike McLean
e8afce4725 policy for builds from srpm 2008-11-03 15:59:34 -05:00
Mike McLean
828a49971a make missing policy behavior configurable 2008-10-31 17:07:31 -04:00
Mike McLean
7be648ec55 return creation_time in repo_info call 2008-10-31 11:53:42 -04:00
Mike McLean
c2a8dd05cc honor kwargs in host.subtask call 2008-10-31 11:53:14 -04:00
Mike McLean
637b91a790 add a strict option to multiCall 2008-10-31 11:41:18 -04:00
Mike McLean
f05d34f209 in resetBuild use CANCELED state instead of FAILED 2008-10-31 11:40:52 -04:00
Mike McLean
0db33c2291 show arch in list-buildroot output 2008-10-31 11:35:11 -04: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
e98354c795 add DisableNotifications option 2008-10-27 14:51:11 -04:00
Mike McLean
b2b40dc789 don't blow up when the database contains older base64 encoded task data 2008-10-27 14:01:10 -04:00
Mike McLean
86e63c5de1 policy framework and tagging policies 2008-10-27 14:00:58 -04:00
Mike McLean
389aa5ff5c basic plugin support for hub and builders 2008-10-27 12:53:01 -04:00
Mike McLean
0b8f313039 hub config file, hander registry
- use a hub config file instead of PythonOptions
- now honors KojiDir
- scan for handlers once at startup instead of each call
2008-10-27 12:51:45 -04:00
Mike McLean
91d89bb99b make a latest link in repoDone 2008-10-23 14:22:30 -04:00
Mike Bonnet
68554d032f fix a typo in QueryProcessor 2008-10-22 16:56:49 -04:00
Mike McLean
c7a475d055 don't fail if scratch not specified
this is a fix for an error introduced in an earlier change
2008-10-15 12:05:54 -04:00
Dennis Gilmore
329a9b5fa4 add missing / from default serverca path 2008-10-14 12:48:42 -05:00
Mike Bonnet
6f2714c044 move $nvrpath further out 2008-10-10 18:39:53 -04:00