Mike McLean
b63e8e1eae
attempt to fix web display
2015-09-29 15:53:46 -04:00
Mike McLean
c212a9b29a
buildroots might not have tags or repos now
2015-09-29 00:02:43 -04:00
Mike McLean
ff141e9d98
fix log path ref
2015-09-28 23:36:17 -04:00
Mike McLean
6d7b4f0348
fix br ref
2015-09-28 23:32:36 -04:00
Mike McLean
53642d2031
fix upload path
2015-09-28 23:06:13 -04:00
Mike McLean
c1fc975ee1
fix file path on hub
2015-09-28 22:51:12 -04:00
Mike McLean
aca5eae2b0
let extra be optional
2015-09-28 22:45:12 -04:00
Mike McLean
26c3f184f5
fix br init
2015-09-28 22:42:33 -04:00
Mike McLean
b21bd65b9f
typo
2015-09-28 22:29:06 -04:00
Mike McLean
3af152d21c
fix cg_id ref
2015-09-28 22:26:13 -04:00
Mike McLean
d8dfe3f2d6
fix table list
2015-09-28 20:02:59 -04:00
Mike McLean
ce3c401936
fix login check
2015-09-28 20:00:23 -04:00
Mike McLean
f0d112551c
work on cg import cli
2015-09-28 19:54:49 -04:00
Mike McLean
584e579982
stubs for cg output import handlers
2015-09-23 16:18:16 -04:00
Mike McLean
6a0526cc2d
cg archive listing
2015-09-23 16:18:16 -04:00
Mike McLean
abdf78d052
set tools/extra for br
2015-09-23 16:18:16 -04:00
Mike McLean
70946260b4
assert buildroots are used
2015-09-23 16:18:16 -04:00
Mike McLean
16f367bce0
work on handling components from cg
2015-09-23 16:17:50 -04:00
Mike McLean
7d45a642a3
use cg_new, fix typos
2015-09-23 16:17:40 -04:00
Mike McLean
844bdc7495
fix data ref
2015-09-23 16:15:42 -04:00
Mike McLean
27aa25cc26
fix var name
2015-09-23 16:15:42 -04:00
Mike McLean
ce4e19739b
fix superclass ref
2015-09-23 16:15:42 -04:00
Mike McLean
850db82881
fix int encoding in list_rpms
2015-09-23 16:15:42 -04:00
Mike McLean
0842e53abf
BuildRoot.cg_new() and related updates
2015-09-23 16:15:42 -04:00
Mike McLean
c31ad75740
partial work
2015-09-21 18:35:30 -04:00
Mike McLean
a09a898cf0
assert cg access
2015-09-21 16:58:54 -04:00
Mike McLean
d31e774a1c
Merge remote-tracking branch 'origin/master' into cgen
2015-09-21 15:43:01 -04:00
Mike McLean
4bb191cbcf
check for tag existence in add-pkg
2015-09-21 15:39:27 -04:00
Mike McLean
91c877d359
add/remove user from cg
2015-09-21 15:37:50 -04:00
Mike McLean
77e26b7e19
cgen cli stub
2015-09-21 15:37:50 -04:00
Mike McLean
1d22b65e21
include new br info in queries
2015-09-17 15:44:49 -04:00
Mike McLean
ba80fc1141
fix br components data in cg_export
2015-09-17 15:44:48 -04:00
Mike McLean
28abac4958
cg_export fixes
2015-09-17 15:44:48 -04:00
Mike McLean
c2caf04c5e
fix ambiguous buildroot_id column ref
2015-09-17 15:44:48 -04:00
Mike McLean
019786d969
cg_export
2015-09-17 15:44:48 -04:00
Mike McLean
29f1c568b3
provide CGImport call
2015-09-17 15:44:48 -04:00
Mike McLean
f64914a0e5
cg_import stub
2015-09-17 15:44:48 -04:00
Mike McLean
37c6eed562
use encode_int on rpm sizes
2015-09-17 15:38:35 -04:00
Ralph Bean
6a075b05f2
Remove koji._forceAscii.
...
It isn't used anywhere else in the source and its presence is confusing.
(We're supposed to use koji.fixEncoding(..) now, right?)
2015-09-17 15:38:35 -04:00
Mike Bonnet
42647193fb
Resolve the canonical hostname when constructing the Kerberos server principal
...
Kerberos authentication will fail if the server principal uses a CNAME. Resolving
the hostname in the server URL to the canonical hostname associated with the IP
address allows authentication to succeed.
2015-09-17 15:38:35 -04:00
Ian McLeod
ae71801f29
add support for Image Factory generation of VMWare Fusion Vagrant boxes
2015-09-11 15:47:22 -04:00
Ralph Bean
9103bda257
Be more careful when detect cert-expiry exceptions.
...
We ran into this in the Fedora koji instance today after an upgrade last night.
The inline comments explain the reasoning
2015-08-18 15:45:35 -04:00
Mike McLean
875b24306e
don't omit debuginfos on buildinfo page
2015-08-06 14:31:07 -04:00
Mike McLean
94d95cbd84
correct error message in fastUpload
2015-08-05 15:53:49 -04:00
Dennis Gilmore
8fe713566b
cli: rename download-scratch-build to download-task
...
since you can download any task not just scratch builds it seems
silly to call it download-scratch-build
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-07-30 14:56:36 -05:00
Dennis Gilmore
4ec6cd34ad
koji cli: add download-scratch-build command
...
patch from Jan Vcelak https://fedorahosted.org/koji/ticket/237
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-07-30 14:34:08 -05:00
Mathieu Bridon
ab0b2e465d
Better catch SSL errors
...
Commit 4de27c52de made Koji to not retry
on SSL errors.
However, it turns out that some SSL errors are transient, and Koji
should still retry for them.
This commit changes that, so that we are more specific about which SSL
errors should be fatal: expired or revoked certificates.
https://bugzilla.redhat.com/show_bug.cgi?id=1207178
2015-07-24 14:16:11 -05:00
Dennis Gilmore
4d296f11be
Check task method before trying to determine "scratch" status.
...
reabsed patch from https://lists.fedoraproject.org/pipermail/buildsys/2015-May/004685.html
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-07-23 21:43:01 -05:00
Mike McLean
b8b03099c8
fix changelog date
2015-07-14 23:45:08 -04:00
Mike McLean
ad9755a520
1.10 release
2015-07-14 23:37:07 -04:00