Commit graph

1439 commits

Author SHA1 Message Date
Mike McLean
480eec6afa make first call retry immediately 2014-04-30 11:14:56 -04:00
Anthony Towns
c9ac6ee6d0 check build tag arches in add-target/edit-target
Hi *,

When creating new build targets I've messed up a couple of times by not
actually defining the arches in the build tag. Having the koji cli check this
for you seems useful:
2014-04-14 17:06:05 -04:00
Anthony Towns
30e8e826f7 koji wait-repo patch
Hi,

I've been bitten a few times running "koji wait-repo" that the build I'm
waiting on isn't actually tagged in the right place to get included in the
repo. (Or is blocked, or is typoed etc).

I think koji wait-repo T --build X should actually check that X is the latest
build in T, and warn you if it's not. (Warn not abort in case you're being
clever and running wait-repo at the same time as you build the package)

Here's a patch:
2014-04-08 11:14:05 -04:00
Mike McLean
4dc1a7da82 version 1.9.0 2014-03-24 16:41:22 -04:00
Mike McLean
1f8cbbb9f0 1.9 migration docs 2014-03-24 16:41:22 -04:00
Mike McLean
3fa9f36bbb fix typos 2014-03-22 14:41:04 -04:00
Anthony Towns
7454bac53f If attempting kerberos login for user with no kerberos principal,
try updating record rather than creating a user that already exists.
2014-03-17 21:20:35 -04:00
Mike McLean
4be290e325 make providing br name optional in mock-config command 2014-03-17 15:07:24 -04:00
Jaroslav Henner
7137138d39 Fix 'No image archives available for ...'
Command like

  $ koji download-build --type image --latestfrom guest-rhel-7.0-candidate rhel-guest-image
  No image archives available for rhel-guest-image-7.0-20140314.0.el7

used to fail due to .el7 being appended to build that has been searched
for. Image builds doesn't contain the .el7.
2014-03-17 12:52:48 -04:00
Mike McLean
bcd5b4fdf9 cli option to specify config profile 2014-03-16 22:30:31 -04:00
Mike McLean
9507c75c3f process conf.d dirs in koji cli (based on a patch by Pavol Babincak) 2014-03-16 22:30:31 -04:00
Mike McLean
439480e008 enhancements/fixes for download-logs command 2014-03-16 22:17:06 -04:00
Pavol Babincak
ee716d7877 Add download-logs command for koji CLI 2014-03-14 16:24:13 -04:00
Jay Greguske
5446047474 non-scratch image builds require --ksurl 2014-03-13 17:06:58 -04:00
Jay Greguske
27360ff12c support image-build config file 2014-03-13 17:06:55 -04:00
Mike McLean
ad0d4bdacc mock hasn't accepted --debug in a long time 2014-03-07 17:13:34 -05:00
Mike McLean
70103de680 add --target option to mock-config command 2014-03-03 14:09:47 -05:00
Mike McLean
ada844a5ff obsolete comment 2014-03-03 13:51:59 -05:00
Mathieu Bridon
b3b726e968 Don't hardcode /var/lib/mock
The builder configuration allows setting this to a different folder.
2014-03-03 13:41:49 -05:00
Mike McLean
3576b2ddb1 support --latest for mock-config command 2014-02-28 18:13:12 -05:00
Mike McLean
257dd238f8 flush output when watching tasks (based on suggestion by Jan Stancek)
see: https://bugzilla.redhat.com/show_bug.cgi?id=1060050
2014-02-28 15:48:49 -05:00
Mike McLean
caddcd75ae check for fast upload support 2014-02-26 16:40:57 -05:00
Jay Greguske
0f4bcc5be7 add docker support 2014-02-26 12:14:11 -05:00
Jay Greguske
74233fc888 treat kickstarts as artifacts 2014-02-26 12:14:11 -05:00
Jay Greguske
633a82c283 support images for CentOS and SL 2014-02-12 11:52:36 -05:00
Jay Greguske
73199068d6 support --ova-option 2014-02-12 11:52:36 -05:00
Jay Greguske
ad8f0421e7 add image archives to buildinfo 2014-02-12 11:52:36 -05:00
Jay Greguske
cf55729f93 fix raw format behavior 2014-02-12 11:52:36 -05:00
Dennis Gilmore
06dd5b93bb ppc64le is a new arch that needs to be seperated from all others
ppc64 little endinan is incompatiable with all other ppc64 arches
it is only compatiable with noarch, its a new basearch in yum and
separated in rpm. this patch makes sure we treat it seperate in koji
2014-01-22 17:18:22 -06:00
Mike McLean
e9898a4802 fix bug in buildtag policy test 2014-01-20 16:51:59 -05:00
Mike Bonnet
f823d12ab3 skip fake packages when recording buildroot and image contents 2014-01-14 14:17:17 -05:00
Jay Greguske
1bf077766f fix parameter formating for image 2014-01-10 15:40:11 -05:00
Jay Greguske
0fde5ba687 avoid int overflow in get_archive 2014-01-10 15:40:11 -05:00
Jay Greguske
c940c252be fix task option ordering for images 2014-01-10 15:40:11 -05:00
Jay Greguske
dce981825a add image tasks to method filter 2014-01-10 15:40:11 -05:00
Mike Bonnet
6dcd55e736 also test maven_repo_ignore patterns against the relative path of the file in the local repo 2013-12-17 10:37:08 -05:00
Mike Bonnet
6f5212e78d never make backups of files that are patched so they don't end up in source jars 2013-12-16 15:58:02 -05:00
Mike McLean
1367cd73a0 event args for list-groups 2013-12-16 14:45:43 -05:00
Dan Horák
f1647dc554 allow setting build priority
When building for multiple tags it could be useful to set different priorities
for the tasks, eg. rawhide builds will be lower prio than branched builds.
2013-12-09 11:52:56 -06:00
Dan Horák
8cba161a3e allow setting the timeout for builds from config file 2013-12-09 11:52:14 -06:00
Dan Horák
a1096fb878 fix format when printing rpms without buildroot 2013-12-09 11:52:06 -06:00
Mike Bonnet
2af82fcfb2 ignore files other than .log files in the result directory 2013-11-07 18:09:57 -05:00
Mike McLean
723f6f4d06 raise AuthError if Secret is needed and not set 2013-10-22 07:03:50 -04:00
Mike McLean
cf01c000a8 use wsgi.url_scheme in kojiweb too 2013-10-22 07:03:47 -04:00
Mike McLean
fd31732039 fix build notifications for image builds 2013-10-01 17:19:15 -04:00
Jay Greguske
798d03ccf9 email notifications last 2013-09-30 16:13:16 -04:00
Jay Greguske
409b207d4f split imports and fix livecd report 2013-09-30 16:13:16 -04:00
Jay Greguske
e9ae4b4ab0 rename tasks, make getImagePackages more robust 2013-09-25 17:11:07 -04:00
Jay Greguske
3f4630bdef kojid changes to support ova formats 2013-09-25 17:11:07 -04:00
Jay Greguske
6863643d6e client side changes to support ova formats 2013-09-25 17:11:07 -04:00