Commit graph

1267 commits

Author SHA1 Message Date
Mike McLean
9e9549d994 new "fast upload" mechanism 2012-11-06 14:39:49 -05:00
Mike McLean
56ca959acc fix topurl config typo 2012-10-16 17:14:33 -04:00
Mike McLean
d2dc1a1fd0 debuginfo and source options for regen-repo command 2012-10-16 17:11:21 -04:00
Mike McLean
342cd274e6 avoid error messages on canceled/reassigned tasks 2012-09-12 16:09:20 -04:00
Mike McLean
f5bcc75a3e handle unauthenticated case in moshimoshi 2012-08-20 11:19:36 -04:00
Mike McLean
08ef3c026d fixing form handling 2012-08-20 11:09:25 -04:00
Dennis Gilmore
5534ec370c remove shebang SSLConnection.py is not a standalone script
bugzilla #529250
2012-08-16 20:01:44 -05:00
Mike McLean
c7ce4aa14b fix a typo in checkHostArch 2012-08-11 21:41:13 -04:00
Mike McLean
b459e42e15 fix the tag_updates query in tag_changed_since_event 2012-08-11 03:56:15 -04:00
Mike McLean
f3fc5e94ec use getBuildConfig in checkHostArch 2012-08-07 15:03:53 -04:00
Mike McLean
a0d2499dc3 no need for kojira to track deleted repos 2012-07-12 14:06:43 -04:00
Mike McLean
3cac0691b1 don't die on malformed tasks 2012-07-12 14:06:43 -04:00
Mike McLean
c2ad66babe make HiddenValue() idempotent 2012-07-12 14:06:43 -04:00
Mike McLean
227cd057b2 fix bugs in our relpath backport 2012-07-03 17:03:21 -04:00
Mike McLean
77d908bb8a handle multiple topurl values in kojid 2012-07-03 17:03:21 -04:00
Mike McLean
da6dd0b183 avoid baseurl option in createrepo 2012-07-03 17:03:21 -04:00
Mike Bonnet
957fff5ff5 block for a maximum of 60 seconds when sending a message 2012-06-29 17:35:54 -04:00
Mike Bonnet
bec96c17e1 use a heartbeat when connecting to the messagebus 2012-06-29 12:17:59 -04:00
Mike Bonnet
58a57ea71b add maven and win to the supported cli search types 2012-06-29 11:26:57 -04:00
Mike McLean
d2716a482a remove useless and misleading latest-by-tag command 2012-06-19 17:19:42 -04:00
Mike McLean
626842792d environ['SERVER_PORT'] is a string value 2012-06-14 15:33:08 -04:00
Mike McLean
46aeef9e93 fix noreplace setting for web.conf 2012-06-14 14:50:37 -04:00
Mike McLean
f840983321 have regen-repo warn if the tag is not a build tag or has no arch list 2012-06-08 18:16:31 -04:00
Mike McLean
19de74773d in taginfo command, avoid passing (recently added) event opts unless needed
(otherwise we get an error from older servers on plain taginfo commands)
2012-06-06 18:47:53 -04:00
Mike McLean
86abf03fcb don't use .get() with kojiweb options. It is no longer needed. 2012-05-31 21:49:09 -04:00
Mike McLean
7a4f12f927 use a shorter Source link in spec 2012-05-31 19:00:28 -04:00
Mike McLean
99cb35795c changelog for 1.7 2012-05-31 15:05:43 -04:00
Mike McLean
1df4a676a7 more 1.7 migration notes 2012-05-31 15:00:18 -04:00
Mike Bonnet
a04d199812 exclude SCM metadata dirs from the sources and patches zip files 2012-05-25 18:03:00 -04:00
Mike McLean
c06f97c181 allow setting tag permission to none in webui (ticket#219) 2012-05-22 18:17:56 -04:00
Mike McLean
5f96a7a2cf also add --yum-proxy option to cli mock-config command 2012-05-22 15:06:32 -04:00
Ken Dreyer
97bd601080 add "yum_proxy" option to builder
Previously if you wanted to use an HTTP proxy server with a builder, you
had to either specify the proxy in the pkgurl, or use iptables to
intercept HTTP and route it through a transparent proxy.

There is a better way: yum has proxy support built in. When a URL is
specified in the "proxy" option in yum.conf, yum will use this URL as a
proxy server.

Add a "yum_proxy" option in kojid.conf. Kojid will pass it back to mock
during genMockConfig(). Mock will write it into yum.conf in the chroot.
2012-05-22 14:52:13 -04:00
Mike McLean
2976de313f drop self args from argspec 2012-05-22 14:36:19 -04:00
Mike McLean
6296043fe4 faster argcheck 2012-05-22 14:36:19 -04:00
Mike McLean
51ec9b8b50 call_with_argcheck utility function 2012-05-22 14:36:13 -04:00
Mike McLean
2c372cd5f0 use inspect module to report/check rpc args 2012-05-22 14:18:21 -04:00
John Morris
38f7d2529f koji: small patch to fix warnings
After the koji.conf 'pkgurl' attribute was enabled (sigul wants this;
I'll submit a patch for that too, later), one of my scripts broke
because the "Warning: the pkgurl option is obsolete" message is printed
to stdout instead of stderr.  Here's a little patch to print the warning
with the warn() function instead.

I realize some warnings from the cli might be best printed to stdout,
but for ones that might appear when using a computer-readable type of
command like 'list-* --quiet', stderr seems like the better choice.

Thanks-

	John
2012-05-16 15:45:09 -04:00
Mike McLean
c902546866 avoid hard-coded references to command name 2012-05-16 15:45:08 -04:00
Dennis Gilmore
310d7a0246 when writing out the mock configs set the target arch instead of canonical arch used for %_host_cpu and %_host macros and _target_arch variable in the written out configs 2012-05-16 15:45:08 -04:00
Mike McLean
dd48297c04 use encode_int whenever uploadFile rpc call is used directly 2012-05-16 15:33:02 -04:00
Mike McLean
3809b8c168 require mod_wsgi; don't require mod_python 2012-05-16 15:31:05 -04:00
Mike McLean
b0d2507c05 Rename recent schema upgrade file.
(There were no schema changes between 1.5 and 1.6)
2012-05-16 15:31:05 -04:00
Mike McLean
cd807c70e3 avoid traceback if host has no channels 2012-05-16 15:31:05 -04:00
Mike McLean
3ddbd697a3 migration doc for version 1.7 2012-05-16 15:30:53 -04:00
Mike Bonnet
6563265e62 document.height is no longer supported in modern browsers 2012-05-11 21:29:51 -04:00
Mike Bonnet
6236ae6d62 support SSL auth in mod_python compatibility mode 2012-05-11 21:29:06 -04:00
Mike Bonnet
4c999fedb6 typo 2012-05-11 19:18:40 -04:00
Mike Bonnet
c6e3d2e8fe verify that the pom filename matches the GAV 2012-05-11 16:27:57 -04:00
Mike McLean
6123acaac1 Maintain old PythonDebug behavior under mod_python 2012-05-11 16:02:32 -04:00
Mike McLean
756204da28 avoid req.is_https() 2012-05-11 15:45:57 -04:00