Commit graph

1142 commits

Author SHA1 Message Date
Mike Bonnet
89d6416ac7 always show rows for Parent and Descendants 2011-04-05 15:56:38 -04:00
Mike Bonnet
6706c6a01d don't show the Files list when there are no files 2011-04-05 15:55:08 -04:00
Mike Bonnet
95c61ca424 expand $name, $version, and $release in postbuild checks 2011-04-04 15:36:11 -04:00
Mike Bonnet
e252c5b1c4 don't show log link for imported builds 2011-04-04 11:59:58 -04:00
Mike Bonnet
7d0ea14721 - chown the specfile checkout in wrapperRPM tasks
- refactor the recursive chown into a method on BaseTaskHandler, and use it everywhere
2011-04-04 11:52:22 -04:00
Mike Bonnet
c3d4b8bdc8 handle tag/host arch mismatch for wrapperRPM tasks as well 2011-04-04 11:52:21 -04:00
Mike Bonnet
25b806803b prefix the buildroot name with /var/lib/mock/ for everything except vmExec tasks 2011-04-04 11:52:21 -04:00
Mike Bonnet
fa977579ba accept properties without values in maven-build, the same way Maven does 2011-04-04 11:52:21 -04:00
Mike Bonnet
29d7d550e8 add the --env option to maven-build, to set environment variables in the build environment 2011-04-04 11:52:21 -04:00
Mike Bonnet
3483700817 add the --package option to maven-build, to enable installation of additional packages into the chroot 2011-04-04 11:52:21 -04:00
Mike Bonnet
a6c16232a7 make the wait-repo command wait for the specified build(s) to be the latest in the tag, rather than just being present in the tag 2011-04-04 11:52:21 -04:00
Mike Bonnet
89d8055731 create BuildRoot objects for Windows builds, and track Windows build dependencies 2011-04-04 11:52:21 -04:00
Mike Bonnet
ea41e74a95 stream all log files to the hub 2011-04-04 11:52:20 -04:00
Mike Bonnet
20c1d4f10d set source_dir, spec_dir, and patches_dir variables when executing the build 2011-04-04 11:52:20 -04:00
Mike Bonnet
6099255dab zip checkouts of sources, spec, and patches, and include them in build output 2011-04-04 11:52:20 -04:00
Mike Bonnet
6710853fce only use patch files ending in .patch 2011-04-04 11:52:20 -04:00
Mike Bonnet
dcbe99e9e1 use full path when exec'ing tools 2011-04-04 11:52:20 -04:00
Mike Bonnet
9d8aae02b9 fix url generation when downloading buildreqs 2011-04-04 11:52:20 -04:00
Mike Bonnet
408a6778c0 add callbacks to maven and win builds 2011-04-04 11:52:20 -04:00
Mike Bonnet
91f0ed12b4 store Maven build output under the standard build directory 2011-04-04 11:52:20 -04:00
Mike Bonnet
ee1cfaec68 - ensure that pkg_id always matches name
- don't strip name from the data passed to the callbacks
2011-04-04 11:52:19 -04:00
Mike McLean
f3f02b1bd7 fix source url in spec 2011-03-25 14:45:53 -04:00
Mike McLean
b5ed5c09ab only report appropriate tasks to hosts 2011-03-25 14:45:53 -04:00
Mike McLean
c2d3b7518e allow ordering queries by more than one column 2011-03-25 14:45:53 -04:00
Mike McLean
35d2276e29 cli handlers for volume calls 2011-03-18 13:57:38 -04:00
Mike McLean
8a0b9a0d1c tag_updates table for tracking non-versioned alterations 2011-03-18 13:57:38 -04:00
Mike McLean
6151bbe376 more parity between list_tags and get_tag data 2011-03-18 13:57:38 -04:00
Mike McLean
7dc6ccc4a3 listTags = staticmethod(list_tags) 2011-03-18 13:57:38 -04:00
Mike McLean
2be7751ec3 volume test for koji-gc, plus some test cleanup 2011-03-18 13:57:38 -04:00
Mike McLean
3ecb32cfcb lazy dictionary class 2011-03-18 13:57:38 -04:00
Mike McLean
b56dec036c volume policy test 2011-03-18 13:57:38 -04:00
Mike McLean
73d44e199a support for split storage 2011-03-18 13:57:38 -04:00
Mike McLean
919716b8be show help on blank search command 2011-03-17 14:13:54 -04:00
Mike McLean
49c9881591 add --buildroots option for rpminfo command 2011-03-10 16:05:02 -05:00
Mike McLean
a59fb9fdc2 correct query_buildroots docstring 2011-03-10 16:05:01 -05:00
Mike McLean
54d14aa573 fix handling of active in query_history 2011-03-08 21:20:24 -05:00
Mike McLean
9872515100 fix reverse inheritance handling of maxdepth and intransitivity 2011-03-08 21:20:24 -05:00
Mike McLean
b744e166c6 update default maven_repo_ignore setting 2011-03-08 21:20:24 -05:00
Mike McLean
17bf017ea9 allow setting maxdepth back to none 2011-03-03 15:38:50 -05:00
Mike Bonnet
e7e82c452d - make the list of files ignored in the local Maven repo configurable
- add files created by Maven 3 to the default ignore list
2011-02-24 14:27:32 -05:00
Mike Bonnet
35d4aa0739 chown the source tree after patches are applied, in case the patches created new files/directories 2011-01-13 16:22:33 -05:00
Mike Bonnet
c27c9d24ef - allow plugins to modify the task result from the preTaskStateChange callback
- make closing a task more resilient to failure, because callback in closeTask() may raise exceptions
2011-01-13 15:32:46 -05:00
Mike Bonnet
ca7bc0a4ae maven-build: allow additional goals to be specified, which will be called before "deploy" 2011-01-10 11:39:56 -05:00
Mike Bonnet
eea730300a - enable use of a Kerberos service name other than host/ on the hub
- get the Kerberos realm from the client principal, rather than assuming the last two components of the domain name
2011-01-06 15:54:53 -05:00
Mike McLean
93f20257f3 version 1.6.0 2010-12-16 16:13:17 -05:00
Mike Bonnet
ce6872b639 use new_build() directly to avoid redundant permission check in createEmptyBuild() 2010-12-16 15:43:25 -05:00
Mike Bonnet
7343204914 add a --mine option to list-permissions 2010-12-16 15:25:11 -05:00
Mike Bonnet
3bb2e4d0d8 use strict checksum checking 2010-12-16 12:00:48 -05:00
Mike Bonnet
39bcde6466 enable passing options to Maven 2010-12-16 12:00:13 -05:00
Mike Bonnet
670e5f9a30 retain ordering of Maven builds so more recent builds will take precedence when there are GAV conflicts 2010-12-16 10:51:02 -05:00