Commit graph

249 commits

Author SHA1 Message Date
Mike McLean
24a547abe9 change default actions in koji-gc 2007-12-14 15:37:35 -05:00
Jesse Keating
9ff949b64a Mock will now handle setarch internally, we no longer need to call it 2007-12-11 17:49:48 -05:00
Jesse Keating
c7e0c2880d Go back to using stock 'clean' command. It now takes care of all mount points 2007-12-11 16:59:23 -05:00
Jesse Keating
41737dbdd4 Update mock commands to the undeprecated version. 2007-12-11 16:40:52 -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
Jesse Keating
039e0e4373 Use real urls in buildNotification instead of getfile urls. 2007-11-20 08:37:04 -05:00
Jesse Keating
d2b91ebec5 Remove comments
Ensure src directory gets created if it's needed
Stop making group.spec, it's not needed
2007-11-20 08:34:42 -05:00
Jesse Keating
7b7f25f86e Make sure we get a pkgurl 2007-11-20 08:34:42 -05:00
Jesse Keating
ad77810c18 Make sure we get groupdata 2007-11-20 08:34:42 -05:00
Jesse Keating
65fd75c6f6 Drop the PrepRepo task, it's no longer needed.
Reference the configured pkgurl for repodata.
2007-11-20 08:34:42 -05:00
Jesse Keating
063d791d66 Bypass the PrepRepo task, it's not really needed now
Hardcode a baseurl for now
2007-11-20 08:34:42 -05:00
Jesse Keating
b0fa077bb9 Fix think-o in the part of the path we strip out. 2007-11-20 08:34:42 -05:00
Jesse Keating
ac1f25c5eb Initial stab at no longer doing hardlinks in repo creation.
Create a filelist of packages to include in the repo
Use this filelist with createrepo and a baseurl to create
the repodata.  Add a config option for pkgurl where the packages
can be found via http.
2007-11-20 08:34:42 -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
Mike Bonnet
49bedb7e66 make search case-insensitive 2007-11-19 13:00:19 -05:00
Mike Bonnet
d6158fc44a add nvr to the output of getBuild() 2007-11-19 12:40:42 -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
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