Commit graph

231 commits

Author SHA1 Message Date
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
60ee149735 Use a build nvr rather than nevr in emails. Easier for doing tag requests.
Also use buildLabel to get the nvr instead of doing it by hand.
Resolves ticket #53
2007-11-16 13:36:37 -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
c8b9e42d57 Use the group data rather than a generated rpm 2007-11-15 16:23:55 -05:00
Mike Bonnet
e69612f123 update the generated mock config file to me compatible with mock >= 0.8.7 2007-11-15 16:23:16 -05:00
Mike McLean
0e3b95f199 adjust non-debug output a little 2007-11-08 14:19:46 -07:00
Mike Bonnet
8e67403749 only create the common/ symlink if there isn't already a common/ directory 2007-11-06 15:30:58 -05:00
Mike Bonnet
0ad90f7839 conditionalize use of the DistCVS layout 2007-11-06 10:50:50 -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
a414a422e2 koji-gc: tweak tag/pkg filtering option to bypass locks catch ProtocolError 2007-10-30 12:57:11 -04:00
Mike
6c4455d60b import time (used by delete_build and setBuildTimestamp) 2007-10-27 06:11:16 -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
3b8596ff85 prune-signed-copies cli call 2007-10-23 20:17:12 -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 McLean
bbc551af25 fix a unadorned raise outside of try-except 2007-10-16 17:02:24 -04:00
Mike Bonnet
8754cbff8d include 'name' in the map returned by listBuilds() for compatibility 2007-09-26 17:50:28 -04:00
Mike Bonnet
85e64cefd9 compare against arch when checking for src and noarch 2007-09-26 17:48:52 -04:00
Mike Bonnet
f63b5da4f9 don't raise an error if arches for a tag are not set 2007-09-26 17:25:36 -04:00
Mike Bonnet
e900a96791 don't create repos for arches not in the arch list for the tag 2007-09-26 16:05:27 -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 Bonnet
dd8e13fbdd fix missing optional arg 2007-09-12 14:26:47 -04:00
Mike Bonnet
ce2c1da762 fix fixEncoding() to handle being passed a unicode object 2007-09-10 18:12:39 -04: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
434fa3d643 show tree display when displaying toplevel tasks as well 2007-08-21 17:18:56 -04:00
Mike Bonnet
5391102f7c only list builds from actual build tasks 2007-08-21 10:26:21 -04:00
Mike Bonnet
daeb3ef87d - require you to be logged-in to upload a file
- only allow .log files to be overwritten
2007-08-20 18:14:45 -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
aca49ea766 escape filenames in urls 2007-08-20 17:37:30 -04:00
Mike Bonnet
2d2bee04ba clean up waitrepo tasks a bit 2007-08-20 17:14:18 -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
eb362b4e3e ensure that every task has an owner (already enforced at the database level) 2007-08-20 16:29:43 -04:00
Mike Bonnet
fec67b4f93 download the file in 64k chunks instead of pulling the entire file into memory 2007-08-20 16:00:47 -04:00
Mike Bonnet
34737ac662 make Koji more robust to transient SSL errors 2007-08-20 14:37:48 -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
f4858905f9 canonicalize the "alpha" arch 2007-08-20 12:56:59 -04:00
Mike Bonnet
6025b08a20 don't traceback from tag_notification is the build_id doesn't exist 2007-08-20 12:51:21 -04:00
Mike Bonnet
5e0760d6b9 additional sanity-checking in the cli, patches by cbalint 2007-08-20 12:22:35 -04:00
Mike Bonnet
d4b708d55f provide a link to the build logs from the buildinfo page, patch by till and oliver 2007-08-20 11:19:57 -04:00