Jesse Keating
8efd6693fb
Update copyright as we've modified the file this year.
2008-05-30 13:46:43 -04:00
Jesse Keating
3209869102
Finish missing commit
2008-05-30 13:42:53 -04:00
Jesse Keating
2d2f70fb30
Patch from Ajax for #85 , top level --quiet for koji cli
2008-05-30 13:42:53 -04:00
Mike Bonnet
7ccc3a62cc
sort rpm listing on the buildinfo page by arch and -debuginfo
2008-05-27 17:05:53 -04:00
Mike Bonnet
a151d50816
handle importing a srpm into a build that already exists (could have been created by import --create-build)
2008-05-27 12:21:21 -04:00
Mike Bonnet
6c92e09e96
parse config values based on the name used to invoke the client (patch by Adam Jackson)
2008-05-23 18:07:18 -04:00
Mike Bonnet
c597f4c574
put packageID into the linkURL as well
2008-05-23 17:44:03 -04:00
Mike Bonnet
79978d3626
- only send the session cookie over a secure connection (patch from Toshio Kuratomi, with modifications)
...
- remove the KojiWebURL config option (no longer necessary)
2008-05-23 17:39:57 -04:00
Mike Bonnet
ecc44a59bd
- allow rss feed to filter by package name (specified with package=)
...
- allow listTagged* and readTagged* to filter by package owner name (specified with owner=)
- allow the builds page in the web UI to filter by package ID (specified with packageID=)
2008-05-23 16:08:42 -04:00
Mike McLean
8798056c65
don't spawn a waitrepo task if the repo is ready
2008-05-22 18:24:01 -04:00
Mike McLean
ab8976a9c2
fix some merge issues in the waitrepo task handler
...
accept tag instead of target
add a docstring
correct misspelled arg (newer_then -> newer_than)
handle newer_than="now"
return repo info instead of a debug message (log message instead)
2008-05-22 18:22:34 -04:00
Mike McLean
caa1c35bec
Merge branch 'master' into shadow
...
Conflicts:
builder/kojid
koji.spec
util/Makefile
2008-05-22 16:04:50 -04:00
Mike McLean
e705f3b7a3
prune-signed-copies: logic fix, plus new option
...
- fix a bug where it would treat builds that had been force retagged as
not latest, even if they were.
- option to work on a single build
2008-05-19 18:18:56 -04:00
Mike McLean
dafb63ec41
list-pkgs: only hide dups when a tag is specified
2008-05-19 18:11:22 -04:00
Mike McLean
352e6b169b
gc: fix age calculation for untagged builds
2008-05-19 18:11:22 -04:00
Mike McLean
a9f090092b
package koji-gc
...
also changed default config location for koji-gc
2008-05-19 18:11:22 -04:00
Mike Bonnet
1c6ffe3ae0
remove unnecessary work-around
2008-05-16 18:48:15 -04:00
Mike Bonnet
2b28053397
unify logic between the waitrepo task and koji wait-repo
2008-05-16 12:34:36 -04:00
Mike Bonnet
20daea06f2
set labels on the subtasks so a chainbuild can restart gracefully
2008-05-13 11:33:48 -04:00
Mike Bonnet
ebce7dc6b8
the wait-repo command: wait for the repo of a given tag to be regenerated, and optionally that one or more NVRs are present in the repo
2008-05-06 13:36:32 -04:00
Mike Bonnet
22df61f445
add the --key option to download build, to download packages signed with the given key ID
2008-05-06 11:21:05 -04:00
Mike Bonnet
5d96460ea1
increase the default blocksize to 1M and use it everywhere
2008-05-06 10:45:36 -04:00
Mike Bonnet
f8a4662998
differentiate between build environment (core and plugin) dependencies and project dependencies, using generally the same approach as we do for rpm
2008-05-06 09:06:40 -04:00
Mike Bonnet
aeaa55afc8
Merge commit 'origin' into mead
2008-05-05 23:09:27 -04:00
Mike Bonnet
e7ce66059b
Allow wrapperRPM to be called as a subtask of a maven build of as a standalone top-level task (by an admin). Subsequent wrapperRPM calls will replace the set of rpms associated with an existing build.
2008-05-05 23:08:57 -04:00
Mike Bonnet
e23b3d93c1
download-build: handle subpackages whihc override version and release (this should really be using PathInfo, but that's incompatible with pkgurl at the moment)
2008-04-28 10:39:01 -04:00
Mike Bonnet
6fc2cca9ff
add the ability to apply patches to the upstream source before building
2008-04-19 00:17:20 -04:00
Mike Bonnet
74336acf97
Merge commit 'origin' into mead
2008-04-18 19:35:17 -04:00
Jesse Keating
1a74b30ffa
Remove redundant getBuild call. (mikeb)
2008-04-09 22:37:32 -04:00
Jesse Keating
9dc1b7ae88
Merge branch 'download-latest'
2008-04-09 22:25:24 -04:00
Jesse Keating
d1897f6a36
Add some error checking.
2008-04-09 22:24:23 -04:00
Jesse Keating
11825ad93b
listTagged returns a list, handle it. Also handle the case where we would get no builds returned.
2008-04-09 17:42:20 -05:00
Jesse Keating
95fced2d03
Rename option from latest to latestfrom.
2008-04-09 17:32:23 -05:00
Jesse Keating
89f842d92d
Add option to download-build to get the latest from a tag.
2008-04-09 17:27:13 -05:00
Mike McLean
ae997ffe54
koji-shadow: more useful report format, import-noarch fixes
2008-03-13 16:33:33 -04:00
Mike Bonnet
faea981ce3
enable setting of jvm properties from the maven-build command
2008-03-12 18:34:11 -04:00
Mike Bonnet
74547053b8
Merge commit 'origin' into mead
2008-03-12 17:34:45 -04:00
Mike McLean
21e8a45bea
koji-shadow: import-noarch
2008-03-12 14:35:44 -04:00
Mike McLean
9a2248b2fd
many changes, notably black/white/greylists and substitutions
...
- partial work towards import-noach option
- rework config file handling a bit
- remove obsolete code
- black/white/greylists
- build substitutions
- misc bugfixes
- rebuild from downloaded srpm
- handle in progress builds better
- start rebuilds during scan as they become possible
- reorganize BuildTracker a bit
2008-03-12 01:42:35 -04:00
Mike McLean
13b874014c
in resetBuild use CANCELED state instead of FAILED
2008-03-12 01:41:25 -04:00
Mike McLean
3ce55a395f
add a strict option to multiCall
2008-03-12 00:03:28 -04:00
Mike McLean
c67b231087
add --repo-id option to cli build command
2008-03-12 00:02:45 -04:00
Mike McLean
d412fc54d7
allow creation of repos from a specified event
2008-03-07 14:36:23 -05:00
Mike Bonnet
5d09f214b9
don't reference st if os.stat() failed
2008-03-06 11:20:18 -05:00
Mike Bonnet
383bf04724
keep track of archives we've already processed so we don't try to link them multiple times
2008-03-05 16:55:54 -05:00
Mike Bonnet
adc43421df
Merge commit 'origin/mead' into mead
2008-03-05 00:57:08 -05:00
Mike Bonnet
9e2a263e65
also mirror the repo named "repository.jboss.org", as it shows up in some .pom files
2008-03-05 00:56:06 -05:00
Mike Bonnet
4cab48ecd1
create the maven channel by default
2008-03-05 00:55:27 -05:00
Mike Bonnet
c6cba2e1b2
Merge branch 'mead' of git+ssh://git.fedoraproject.org/git/hosted/koji into mead
2008-03-05 00:51:58 -05:00
Mike Bonnet
264e9cef2e
add a couple files I missed earlier
2008-03-05 00:48:19 -05:00