Commit graph

79 commits

Author SHA1 Message Date
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
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
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
Jesse Keating
c6c4e467ee Add the ability to clone/update group data to the clone-tag command 2007-11-21 14:49:23 -05:00
Mike Bonnet
ab11c7c5e2 show the un-mangled command name in the error message 2007-11-19 16:51:50 -05:00
Mike Bonnet
a2bc6d7a76 add the latest-by-tag command (patch provided by Dan Berrange) 2007-11-19 16:46:56 -05:00
Jesse Keating
573b248a7f Limit list-pkgs output to 80 chars. Ticket #58 2007-11-16 15:41:44 -05:00
Jesse Keating
de1bc1a132 Print out tags applied to a build from the buildinfo command. 2007-11-16 15:20:52 -05:00
Jesse Keating
a69703be39 Allow package signing by build ID as well as nvr
(patch from rmyers)
2007-11-16 12:11:06 -05:00
Jesse Keating
b1bfc603a1 Cloning from a locked tag was broken to begin with. Move lock check
earlier and follow --force option.
2007-11-16 11:33:50 -05:00
Jesse Keating
f10c28d25e Add a missing paren. 2007-11-16 10:44:18 -05:00
Jesse Keating
8c32467e7b Add a force option to clone-tag, useful when updating a locked tag.
Resolves ticket #42
2007-11-16 10:34:08 -05:00
Mike Bonnet
27ac942683 support for retrieving source from multiple SCM repositories (patch provided by Rob Myers)
- currently CVS, SVN, and GIT are supported
2007-11-05 18:40:29 -05:00
Mike McLean
3b8596ff85 prune-signed-copies cli call 2007-10-23 20:17:12 -07:00
Mike Bonnet
af14cf68f3 add a --show-dups flag to list-pkgs to show all ownership entries in the tag hierarchy, not just the latest (defaults to false) 2007-08-21 18:13:06 -04:00
Mike Bonnet
155f23cf15 support for specifying a N-V-R as a stage in chain-build 2007-08-20 17:55:52 -04:00
Mike Bonnet
c53f30966f remove support for srpms from chain-build (since it already doesn't support --scratch) 2007-08-20 16:30:21 -04:00
Mike Bonnet
25ef943ec8 simplify error processing 2007-08-20 14:37:03 -04:00
Mike Bonnet
eb88c7d9a6 - don't attempt Kerberos authentication unless they have credentials
- fix display of Kerberos error messages
2007-08-20 13:53:26 -04:00
Mike Bonnet
e9df33f134 prettify the display of the exception names 2007-08-20 13:10:52 -04:00
Mike Bonnet
5e0760d6b9 additional sanity-checking in the cli, patches by cbalint 2007-08-20 12:22:35 -04:00
Mike McLean
82b59cdd37 add clone-tag command (by cbalint) 2007-07-23 18:32:36 -04:00
Mike Bonnet
693c98b87d logout before watching tasks 2007-07-06 18:41:45 -04:00
Mike Bonnet
2a982af119 additional sanity checking for the add-host-to-channel, remove-host-from-channel, and add-target cli commands (patch by Cristian Balint) 2007-06-19 19:19:20 -04:00
Mike Bonnet
1f5bcb7aa2 new add-group cli command (patch by Cristian Balint) 2007-06-19 18:31:52 -04:00
Mike McLean
24c410c6bc Use clearer notation for upload rates (patch by Jan Kratochvil)
Resolves:
  rhbz#243169
2007-06-07 13:50:10 -04:00
Mike Bonnet
6043d56d55 exclude -debuginfo rpms from being downloaded by default 2007-06-05 13:52:52 -04:00
Mike Bonnet
b1a7b52e4e catch errors thrown by os.tcgetpgrp(), patch provided by walters 2007-06-05 01:07:32 -04:00
Mike Bonnet
79ef5b41f2 only allow admins to perform non-scratch builds from srpm 2007-06-05 00:39:21 -04:00