Commit graph

61 commits

Author SHA1 Message Date
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
Mike Bonnet
edca18e4fb only write out method timing information if we're debugging 2007-03-28 12:27:52 -04:00
Mike McLean
4e30793a14 Merge branch 'master' of ssh://mikem@git.fedoraproject.org/git/hosted/koji 2007-03-27 15:51:09 -04:00
Mike Bonnet
f71a80d167 - make client certificate config global (in ssl.conf) to avoid SSL renegotiation and buffer overruns caused by it
- reorganize auth config in kojihub.conf
- don't set krb_principal for new hosts unless HostPrincipalFormat is set
2007-03-27 11:56:28 -04:00
Mike Bonnet
4b5df841c8 remove references to the runroot task 2007-03-26 12:49:04 -04:00
Mike Bonnet
f2d8024467 - url-encode filenames on the taskinfo page
- expand the page content to full width
- remove unused /koji-hub alias
2007-03-24 17:13:54 -04:00
Mike McLean
3fe761182c Merge branch 'master' of ssh://mikem@git.fedoraproject.org/git/hosted/koji 2007-03-23 20:27:12 -04:00
Mike Bonnet
771390f74b - fix up chain-build
- remove options that make no sense in the context of chain-build
  - avoid namespace collision (reuse of "options")
  - allow server.build() and server.chainBuild() to actually be called without an opts argument
- call os.path.expanduser() on the koji --config argument
2007-03-23 18:49:33 -04:00
Mike McLean
6160a0879f actually make sure debugFunction call is enabled 2007-03-23 15:35:50 -04:00
Mike McLean
2b5f5f3e7c add debugFunction handler 2007-03-23 15:15:17 -04:00
Mike McLean
9b3823a376 fix typo in a comment 2007-03-23 14:55:20 -04:00
Mike Bonnet
3d2a99f61e make callers of createUser() responsible for checkin permissions 2007-03-22 13:07:40 -04:00
Michael McLean
10d58eafb5 fix logic bug in grp_pkg_add 2007-03-21 12:55:15 -04:00
Mike Bonnet
2a3f78ead0 typo 2007-03-20 18:05:24 -04:00
Mike Bonnet
1ab7d2c898 allow the username component of the client's DN to be configurable 2007-03-20 10:56:52 -04:00
Mike Bonnet
27100cd914 provide some more defaults for httpd options 2007-03-20 10:34:56 -04:00
Mike Bonnet
acd7cde21c - centralize user creation in the Session class
- check user status on login as well as session creation
  - don't even create sessions for blocked users
2007-03-19 17:27:48 -04:00
Mike Bonnet
73e2a50113 enable-user and disable-user cli commands 2007-03-19 14:06:05 -04:00