Commit graph

2508 commits

Author SHA1 Message Date
Jay Greguske
f1a45e0024 signed-repo kojiweb tweaks 2017-03-30 09:37:56 -04:00
Jay Greguske
76d8caf33b initial builder implementation for signed-repos 2017-03-30 09:37:56 -04:00
Jay Greguske
53c379b6f8 initial hub implementation for signed-repos 2017-03-30 09:37:56 -04:00
Jay Greguske
0a06ec1318 implement CLI for signed-repos 2017-03-30 09:37:56 -04:00
Mike McLean
f13d732164 PR#200 Saving failed build trees
Merges #200
2017-03-30 09:30:17 -04:00
Tomas Kopecek
7eb264eb4c updated tests 2017-03-30 09:25:51 -04:00
Mike McLean
d1ab4ed287 refactor 2017-03-30 09:25:51 -04:00
Tomas Kopecek
3b82594a32 change config separator to whitespace 2017-03-30 09:25:51 -04:00
Tomas Kopecek
78a87f725e check that correct builder is used 2017-03-30 09:25:51 -04:00
Tomas Kopecek
660779c848 Fail if host is disabled 2017-03-30 09:25:51 -04:00
Tomas Kopecek
182c8feb29 handle unknown exception in main 2017-03-30 09:25:51 -04:00
Tomas Kopecek
f023a7d636 remove unnecessary code 2017-03-30 09:25:51 -04:00
Tomas Kopecek
af8038fa12 utilize multiple volume support 2017-03-30 09:25:51 -04:00
Tomas Kopecek
08beabe847 use print function everywhere 2017-03-30 09:25:51 -04:00
Tomas Kopecek
6128204714 config file 2017-03-30 09:25:51 -04:00
Tomas Kopecek
028ef86671 removing already done TODOs 2017-03-30 09:25:51 -04:00
Tomas Kopecek
ebe1522d9c make stripped paths configurable 2017-03-30 09:25:51 -04:00
Tomas Kopecek
7b8fcd989f permissions 2017-03-30 09:25:51 -04:00
Tomas Kopecek
1a06b1b52e Define tasks via config file 2017-03-30 09:25:51 -04:00
Tomas Kopecek
437afbb720 CLI for save_failed_tree 2017-03-30 09:25:51 -04:00
Tomas Kopecek
a5131cec91 Basic docs for save_failed_tree plugin 2017-03-30 09:25:51 -04:00
Tomas Kopecek
dd5425f23e Basic functionality for save_failed_tree plugin 2017-03-30 09:25:51 -04:00
Mike McLean
d2e666f8d0 PR#354 more runroot tests
Merges #354
2017-03-29 18:16:50 -04:00
Tomas Kopecek
b133f9c983 more runroot tests 2017-03-29 18:13:39 -04:00
Mike McLean
f2390dad1c PR#232 Allow uploading files to non-default volumes
Merges #232
https://pagure.io/koji/pull-request/232

Related #200
https://pagure.io/koji/pull-request/200
2017-03-28 08:25:08 -04:00
Mike McLean
ce4747f695 sanity check volume field for uploads 2017-03-28 11:46:47 +02:00
Tomas Kopecek
2d17c000ca multi-volume support for buildNotification 2017-03-28 11:46:47 +02:00
Tomas Kopecek
ed66947264 multi-volume support for wrapperRPM 2017-03-28 11:46:47 +02:00
Tomas Kopecek
19a6fd2d2f remove unused call 2017-03-28 11:46:47 +02:00
Tomas Kopecek
24ed63a74d extend CLI multi-volume support 2017-03-28 11:46:47 +02:00
Tomas Kopecek
4ef0bc2051 use only relative paths + volumes in downloadTaskOutput 2017-03-28 11:46:47 +02:00
Tomas Kopecek
d40d934d6a pass volume directly to work() 2017-03-28 11:46:47 +02:00
Mike McLean
07c5c2598c test that volume is passed in fastUpload code 2017-03-28 11:46:47 +02:00
Mike McLean
64e7632fd2 split up upload tests 2017-03-28 11:46:47 +02:00
Mike McLean
8a08a3e796 volume opt for checkUpload 2017-03-28 11:46:47 +02:00
Tomas Kopecek
8868d184cb propagate volume through hub 2017-03-28 11:46:47 +02:00
Tomas Kopecek
e6effec7e1 backward compatibility changes 2017-03-28 11:46:47 +02:00
Tomas Kopecek
323987e376 Allow uploading files to non-default volumes 2017-03-28 11:46:47 +02:00
Mike McLean
439f2fef1b PR#350 cli: clarify some "mismatch" warnings
Merges #350
2017-03-28 02:10:26 -04:00
Mike McLean
51148408cc cli: clarify some "mismatch" warnings 2017-03-28 02:09:42 -04:00
Mike McLean
4db9002bb5 PR#351 cli: check # of args in handle_set_build_volume()
Merges #351
2017-03-28 02:08:52 -04:00
Mike McLean
b9400055ea cli: check # of args in handle_set_build_volume() 2017-03-28 02:08:39 -04:00
Mike McLean
ad31b3108b PR#358 jenkins configuration update
Merges #358
2017-03-28 02:07:32 -04:00
Tomas Kopecek
8f71124097 jenkins configuration update 2017-03-27 11:44:25 +02:00
Mike McLean
86a3844e84 PR#260 Add debug and debug_xmlrpc to default koji config
Merges #260
2017-03-20 15:36:08 -04:00
Mike McLean
1b46d0ad2e debug/debug_xmlrpc should default to False 2017-03-20 15:34:12 -04:00
Mike McLean
2c9264e726 remove defaults from --debug and --debug-xmlrpc so configuration can supply 2017-03-20 15:34:12 -04:00
Chenxiong Qi
085711cd33 Add debug and debug_xmlrpc to default koji config
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
2017-03-20 15:34:12 -04:00
Mike McLean
f499a4484a PR#304 unify KeyboardInterrupt behaviour for watch commands
Merges #304
Fixes #302
2017-03-20 15:21:37 -04:00
Mike McLean
1cc415f141 new watch_tasks code should re-raise KeyboardInterrupt 2017-03-20 15:19:11 -04:00