Mike McLean
db8486e61d
actually read default conf file. add limit option to buildReferences call.
2008-01-04 14:26:46 -07:00
Mike McLean
1bf5468b01
ignore trashcan tag in prune-signed-copies command
2008-01-04 14:26:45 -07:00
Jesse Keating
d64a587ac4
Revert patch to disable --arch calls. Broke kernel-doc build
2008-01-02 13:46:31 -05:00
Mike Bonnet
8e7ddbaef4
changes to mock calls to support newer versions of mock
2007-12-18 17:35:01 -05:00
Mike Bonnet
9efc0d9868
intermediate commit for Maven build support
2007-12-18 17:35:01 -05:00
Mike Bonnet
d00b8f2eca
versions should be sorted in ascending order
2007-12-18 17:35:01 -05:00
Mike Bonnet
572884d3cf
support for the 'maven_include_all' option in tag_config - setting it causes all builds in that tag (including different versions of the same package) to be included in the Maven repository
2007-12-18 17:35:01 -05:00
Mike Bonnet
22f540e94d
allow selection of only Maven builds on the builds page
2007-12-18 17:35:01 -05:00
Mike Bonnet
97b590b272
include every maven build in the tag, not just the latest
2007-12-18 17:15:10 -05:00
Mike Bonnet
649b95b99c
create additional metadata for maven repos
2007-12-18 17:15:10 -05:00
Mike Bonnet
bb50900b19
- enable add-group-pkg to accept more than one package at a time, for parity with block-group-pkg
...
- fix tag creation when perm is None
- typo in import_rpm_file
2007-12-18 17:15:10 -05:00
Mike Bonnet
fe1959b44c
improved support for importing Maven build output
2007-12-18 17:15:10 -05:00
Mike Bonnet
0238939d66
create Maven repos for tags where maven_support is enabled
2007-12-18 17:15:10 -05:00
Mike Bonnet
9c8cd44e04
implement listTaggedArchives
2007-12-18 17:15:10 -05:00
Mike Bonnet
f53399153e
add support for listing Maven builds to the XML-RPC API and cli
2007-12-18 17:15:09 -05:00
Mike Bonnet
22662c32f6
add the maven_support flag to tag_config
2007-12-18 17:15:09 -05:00
Mike Bonnet
124fad90f0
display archive information in the web UI
2007-12-18 17:15:09 -05:00
Mike Bonnet
eb2ab28729
associate Maven metadata with builds and individual archives, since a single build can create multiple archives with different groupIds, artifactIds, and/or versions
2007-12-18 17:15:09 -05:00
Mike Bonnet
50f599188c
display Maven info on the build page
2007-12-18 17:15:09 -05:00
Mike Bonnet
06a5c125da
additional fixes for archive import
2007-12-18 17:15:09 -05:00
Mike Bonnet
d327821a2a
initial support for importing Maven builds
2007-12-18 17:15:09 -05:00
Mike Bonnet
7677f63099
temporary fix for using topurl, since urlopen() returns a wrapped HTTPConnection which doesn't support fileno(); will see about getting this fixed in upstream python
2007-12-18 13:47:28 -05:00
Mike Bonnet
31b5d7265c
add the "allowed_scms" kojid parameter: a whitelist of hostname:repository tuples that kojid is allowed to checkout from
2007-12-18 12:52:56 -05:00
Mike Bonnet
1d040eba5a
tweak tasklist spacing
2007-12-18 12:52:56 -05:00
Mike Bonnet
58be30345d
- allow filtering builds by the person who built them
...
- remove some code duplication
2007-12-18 12:52:56 -05:00
Mike Bonnet
b851d939b6
allow identification of users and tags by name as well as ID
2007-12-18 12:52:56 -05:00
Jesse Keating
a023693e32
Don't call --arch when the build is noarch.
2007-12-17 09:21:26 -05:00
Jesse Keating
386d465b5e
New release
2007-12-14 21:12:36 -05:00
Mike McLean
d58e59ab9b
limit option for build_references function
2007-12-14 17:59:31 -05: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
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