Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix stupid bug making upload very slow | Pascal Terjan | 2017-08-29 | 1 | -1/+1 |
| | |||||
* | Remove dead key | Pascal Terjan | 2017-07-29 | 1 | -1/+1 |
| | |||||
* | perl_checker: kill useless arg | Thierry Vignaud | 2016-12-31 | 1 | -2/+2 |
| | |||||
* | Move youri command into a separate function | Pascal Terjan | 2016-12-31 | 1 | -7/+13 |
| | |||||
* | Fix crash | Pascal Terjan | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Extract get_target_arch helper | Olivier Blin | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Do not check which architectures are ready to uploads when we don't have any ↵ | Pascal Terjan | 2016-11-24 | 1 | -0/+5 |
| | | | | built package | ||||
* | Use check_if_all_archs_processed in emi too, it handles more cases | Pascal Terjan | 2016-11-24 | 1 | -12/+2 |
| | |||||
* | Skip all posts when uploading a non finisher | Pascal Terjan | 2016-10-20 | 1 | -3/+7 |
| | | | | | This will make uploads much faster by only running createrepo once per changed media, like genhdlist2. | ||||
* | Fix uploading of noarch packages | Pascal Terjan | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2016-10-11 | 1 | -1/+1 |
| | |||||
* | Fix reuse of {arch} part of the tree | Pascal Terjan | 2016-10-11 | 1 | -2/+2 |
| | | | | | | | | It is used by ulri for both builds in progress and already done, while emi expects it to be only for done ones. This causes to upload only part of mandatory arches and later reject the other. | ||||
* | Fix wrongly skipped post | Pascal Terjan | 2016-10-05 | 1 | -5/+14 |
| | | | | | | | When doing a secondary upload contaning a noarch it was considered finisher for all arches despite the noarch package not getting uploaded. This means we were not calling some posts (including genhdlist2) on primary arches. | ||||
* | Add workaround for attempts to upload no packages | Pascal Terjan | 2016-02-25 | 1 | -0/+3 |
| | |||||
* | Mark a known bug | Pascal Terjan | 2016-02-25 | 1 | -0/+1 |
| | |||||
* | Fix passing of a hash a function parameter | Pascal Terjan | 2016-01-24 | 1 | -19/+20 |
| | |||||
* | Move most of emi code to library functions | Pascal Terjan | 2016-01-24 | 1 | -0/+176 |