Commit graph

105 commits

Author SHA1 Message Date
Mike McLean
a0cb74f0ab show package filters correctly in taginfo cli command 2008-12-03 17:26:48 -05:00
Mike McLean
7350ff6293 honor topdir in cli 2008-12-03 11:28:12 -05:00
Jesse Keating
2e64be3129 Handle chain-build cases where the build tag is the same as the dest tag. 2008-12-01 16:16:43 -08:00
Mike McLean
17d74d3aa6 show buildroot info in rpminfo output 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
Michael Bonnet
37036445b4 fix a chainbuild error message 2008-11-19 13:00:29 -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
64fce8d49f Merge branch 'master' into shadow
Conflicts:

	builder/kojid
2008-11-04 00:12:28 -05:00
Mike McLean
2a232dac4e add search command to cli 2008-11-03 15:59:41 -05: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
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
Mike Bonnet
3c5c245c05 don't include options with no value 2008-10-08 12:19:43 -04:00
Mike Bonnet
e0bef6a762 clean up remove-target a little bit 2008-09-05 05:17:33 -04:00
Mike Bonnet
b2c013db7e add remove-tag admin command 2008-09-05 05:15:07 -04:00
Mike Bonnet
c7d868b4b6 add the authtype config option and command-line option to manually specify the authentication method (patch by Dennis Gilmore) 2008-08-12 12:49:33 -04:00
Mike McLean
9af88e0f4b Merge branch 'master' into shadow 2008-07-25 16:41:22 -04:00
Mike McLean
71fb065e65 honor group dependencies by expanding in comps 2008-07-15 15:54:38 -04:00
Mike McLean
6529645b2e Ticket #82 -- fix issue with tasks dir size 2008-06-23 17:42:19 -04:00
Mike McLean
d35e999770 add ignored/protected tag options to prune-signed-copies (cli) 2008-06-06 18:48:45 -04:00
Mike McLean
aa664aadd3 Merge branch 'master' into shadow 2008-06-03 16:08:52 -04:00
Jesse Keating
f3dedd8b31 Add quiet option to resubmit, if not quiet print info about task about to be resubmitted.
This is for ticket #97
2008-06-03 14:34:18 -04:00
Mike McLean
e5b44a0d46 Merge commit 'origin' 2008-05-30 14:49:13 -04:00
Jesse Keating
822200fbe5 Add patch from wakko666 for #77; Patch to document koji's --admin help options. 2008-05-30 14:10:25 -04:00
Jesse Keating
8efd6693fb Update copyright as we've modified the file this year. 2008-05-30 13:46:43 -04:00
Jesse Keating
3209869102 Finish missing commit 2008-05-30 13:42:53 -04:00
Jesse Keating
2d2f70fb30 Patch from Ajax for #85, top level --quiet for koji cli 2008-05-30 13:42:53 -04:00
Mike Bonnet
6c92e09e96 parse config values based on the name used to invoke the client (patch by Adam Jackson) 2008-05-23 18:07:18 -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
e705f3b7a3 prune-signed-copies: logic fix, plus new option
- fix a bug where it would treat builds that had been force retagged as
  not latest, even if they were.
- option to work on a single build
2008-05-19 18:18:56 -04:00
Mike McLean
dafb63ec41 list-pkgs: only hide dups when a tag is specified 2008-05-19 18:11:22 -04:00
Mike Bonnet
1c6ffe3ae0 remove unnecessary work-around 2008-05-16 18:48:15 -04:00
Mike Bonnet
2b28053397 unify logic between the waitrepo task and koji wait-repo 2008-05-16 12:34:36 -04:00
Mike Bonnet
ebce7dc6b8 the wait-repo command: wait for the repo of a given tag to be regenerated, and optionally that one or more NVRs are present in the repo 2008-05-06 13:36:32 -04:00
Mike Bonnet
22df61f445 add the --key option to download build, to download packages signed with the given key ID 2008-05-06 11:21:05 -04:00
Mike Bonnet
5d96460ea1 increase the default blocksize to 1M and use it everywhere 2008-05-06 10:45:36 -04:00
Mike Bonnet
e23b3d93c1 download-build: handle subpackages whihc override version and release (this should really be using PathInfo, but that's incompatible with pkgurl at the moment) 2008-04-28 10:39:01 -04:00
Jesse Keating
1a74b30ffa Remove redundant getBuild call. (mikeb) 2008-04-09 22:37:32 -04:00
Jesse Keating
d1897f6a36 Add some error checking. 2008-04-09 22:24:23 -04:00
Jesse Keating
11825ad93b listTagged returns a list, handle it. Also handle the case where we would get no builds returned. 2008-04-09 17:42:20 -05:00
Jesse Keating
95fced2d03 Rename option from latest to latestfrom. 2008-04-09 17:32:23 -05:00
Jesse Keating
89f842d92d Add option to download-build to get the latest from a tag. 2008-04-09 17:27:13 -05:00
Mike McLean
c67b231087 add --repo-id option to cli build command 2008-03-12 00:02:45 -04:00
Mike McLean
1bf5468b01 ignore trashcan tag in prune-signed-copies command 2008-01-04 14:26:45 -07:00
Mike McLean
8a5780448d quiet some debug output 2007-12-14 15:00:11 -07:00
Mike McLean
36e802b55d in the prune-signed-copies cli command, check to see if builds have been
latest somewhere in the past N days instead of just currently.
2007-12-14 15:38:32 -05:00
Jesse Keating
5ce5249c72 Fix some typos.
Don't worry about blocked group list entries, they don't show up
to be cloned anyway.
2007-11-21 19:31:39 -05:00