Commit graph

78 commits

Author SHA1 Message Date
Mike McLean
13b874014c in resetBuild use CANCELED state instead of FAILED 2008-03-12 01:41:25 -04:00
Mike McLean
d412fc54d7 allow creation of repos from a specified event 2008-03-07 14:36:23 -05:00
Mike McLean
fbcc9def02 kojid: make use of --skip-stat configurable
hub: option to disable notifications
koji-shadow: build from original scm
fix boolean opts in kojid
fix notifications for no-target builds
fix some typos
2008-02-26 20:29:54 -05:00
Mike McLean
69d841a63b make ClientSession retries more configurable, and more robust
add an offline mode to the hub (ServerOffline fault)
report offline status if db connection fails
adjust retry timings for kojid and kojira
2008-02-22 11:26:27 -05:00
Mike McLean
18f2518c5a don't blow up when the database contains older base64 encoded task data 2008-02-06 19:00:15 -05:00
Mike McLean
fb3fb2c009 Merge branch 'master' into shadow 2008-01-29 15:14:22 -05:00
Mike McLean
1f606b7e7c fix a typo from a recent patch 2008-01-21 15:58:32 -05:00
Mike McLean
0bbf50348a honor kwargs in host.subtask call
return creation_time in repo_info call
2008-01-16 16:19:34 -05:00
Mike McLean
6feae640c2 canonicalize tag arches before using them to limit repo generation
(based on a patch from Dennis Gilmore <dennis@ausil.us>)
2008-01-16 16:15:00 -05:00
Mike McLean
eb1c53de6e fix return value of delete_build 2008-01-14 09:46:03 -07:00
Mike McLean
d58e59ab9b limit option for build_references function 2007-12-14 17:59:31 -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
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
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
Mike
6c4455d60b import time (used by delete_build and setBuildTimestamp) 2007-10-27 06:11:16 -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
dd8e13fbdd fix missing optional arg 2007-09-12 14:26:47 -04:00
Mike Bonnet
daeb3ef87d - require you to be logged-in to upload a file
- only allow .log files to be overwritten
2007-08-20 18:14:45 -04:00
Mike Bonnet
2d2bee04ba clean up waitrepo tasks a bit 2007-08-20 17:14:18 -04:00
Mike Bonnet
eb362b4e3e ensure that every task has an owner (already enforced at the database level) 2007-08-20 16:29:43 -04:00
Mike Bonnet
fec67b4f93 download the file in 64k chunks instead of pulling the entire file into memory 2007-08-20 16:00:47 -04:00
Mike Bonnet
6025b08a20 don't traceback from tag_notification is the build_id doesn't exist 2007-08-20 12:51:21 -04:00
Mike McLean
0520884287 improve speed of build_references function 2007-07-25 19:05:10 -04:00
Mike McLean
ff3f718eee avoid duplicate entries in readTaggedRPMS when there is
redundancy in the inheritance
2007-07-16 14:12:25 -04:00
Mike Bonnet
cf5a7c208f don't register the database log handler 2007-07-06 19:27:15 -04:00
Mike Bonnet
1f39c90f5a getAllChannels() XML-RPC call (patch by Cristian Balint) 2007-06-19 18:52:24 -04:00
Mike Bonnet
12c54019f7 - exclude -debuginfo packages from repos
- ensure build['name'] is set everywhere
- remove unused repo_new() function
2007-06-19 18:11:22 -04:00
Jesse Keating
fb272f87f8 We don't use these files anymore 2007-06-12 14:24:21 -04:00
Mike McLean
05ae3450ec return a proper timestamp for last_used in build_references 2007-06-06 16:46:52 -04:00
Mike Bonnet
5f75700583 remove exec bit from kojid logs and uploaded files (patch by Enrico Scholz) 2007-05-11 13:23:50 -04:00
Mike Bonnet
d2098b79b7 commit before linking to release db locks 2007-05-09 18:01:01 -04:00
Mike McLean
d2aaaef42f allow import of rpms without srpms
better sanity checking when importing
2007-05-08 16:49:48 -04:00
Mike Bonnet
8d71d63f77 make email notifications work
- always send notifications to the build submitter and the package owner
  - default smtphost in kojid.conf
2007-04-30 17:57:18 -04:00
Mike Bonnet
9ed2f9f5e7 do not allow users to manually specify their notification email address, construct it from their username and the "EmailDomain" option 2007-04-30 16:00:31 -04:00
Mike Bonnet
6566f35deb enable filtering of the users list by first character 2007-04-30 13:52:38 -04:00
Mike Bonnet
d71432b3d9 make the output listPackages() consistent regardless of with_dups 2007-04-05 16:34:03 -04:00
Mike Bonnet
10e8254673 store raw (not base64-encoded) XML-RPC data in the database 2007-04-02 12:59:30 -04:00
Mike McLean
de89ff8e63 Merge branch 'master' of ssh://mikem@git.fedoraproject.org/git/hosted/koji 2007-03-30 15:03:24 -04:00
Mike McLean
af521cb61a Merge branch 'master' of ssh://mikem@git.fedoraproject.org/git/hosted/koji 2007-03-29 16:48:14 -04:00
Michael McLean
979de7bc08 Merge branch 'master' of ssh://mikem@git.fedoraproject.org/git/hosted/koji 2007-03-29 16:45:51 -04:00
Michael McLean
2c6eaac091 pull full arch list from db rather than hard coding it 2007-03-29 16:44:56 -04:00
Mike Bonnet
05678399aa turn off debug messages unless we're debugging 2007-03-29 12:37:49 -04:00
Mike McLean
5aa779ff81 Merge branch 'master' of ssh://mikem@git.fedoraproject.org/git/hosted/koji 2007-03-29 11:39:54 -04:00
Mike Bonnet
6ae04b1a32 support for sparc builds (patch by Dennis Gilmore) 2007-03-29 11:35:31 -04:00
Mike McLean
d477abf7fd Merge branch 'master' of ssh://mikem@git.fedoraproject.org/git/hosted/koji 2007-03-28 15:11:10 -04:00