Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove useless blacklist | Thierry Vignaud | 2016-10-06 | 1 | -1/+0 |
| | |||||
* | Remove unused stuff | Pascal Terjan | 2016-10-05 | 1 | -16/+0 |
| | |||||
* | Add the test for previous fix | Pascal Terjan | 2016-10-05 | 1 | -0/+96 |
| | |||||
* | Fix wrongly skipped post | Pascal Terjan | 2016-10-05 | 2 | -5/+17 |
| | | | | | | | 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. | ||||
* | Fix call to build_package0.6.26 | Pascal Terjan | 2016-10-04 | 1 | -1/+1 |
| | |||||
* | Reorganize code detecting build status | Pascal Terjan | 2016-10-04 | 1 | -36/+34 |
| | | | | | | | If we can't get status, log a warning and go on. If status is not ready yet, verify the build is still in progress and there is no timeout. Else, analyze the status. | ||||
* | 0.6.26 | Pascal Terjan | 2016-10-03 | 2 | -1/+2 |
| | |||||
* | Do not give up on a build when failing to check its status | Pascal Terjan | 2016-10-03 | 2 | -69/+68 |
| | |||||
* | Remove some useless connection to the build node | Pascal Terjan | 2016-10-03 | 1 | -1/+1 |
| | | | | | If we know the build is completed there is no point checking the state of the remote process. | ||||
* | shrink .perl_checker blacklists | Thierry Vignaud | 2016-09-16 | 1 | -35/+0 |
| | | | | (need latest perl_checker) | ||||
* | Update NEWS | Pascal Terjan | 2016-06-15 | 1 | -0/+1 |
| | |||||
* | Always accept to build for the current arch | Pascal Terjan | 2016-06-15 | 1 | -1/+1 |
| | |||||
* | Fix check_arch | Pascal Terjan | 2016-06-15 | 1 | -1/+1 |
| | | | | | | If there is an exclusive_arch tag we only want to build for an arch which is listed there. Also we shouldn't need to add all arches in arch_comp as compatible with themselves. | ||||
* | Fix exclusion warning to not log 1 | Pascal Terjan | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | Do not consider iurt is no longer running when failing to ssh | Pascal Terjan | 2016-05-21 | 1 | -2/+3 |
| | |||||
* | Do not retry when a build succeeds while it is already being retried | Pascal Terjan | 2016-05-21 | 1 | -2/+2 |
| | |||||
* | Allow building armv7hl on armv7l | Pascal Terjan | 2016-05-12 | 1 | -1/+1 |
| | |||||
* | Enable ServerAliveInterval by default | Pascal Terjan | 2016-04-15 | 2 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Do not try to build failed packages | Pascal Terjan | 2016-02-15 | 1 | -2/+3 |
| | |||||
* | Move something invariant out of a loop | Pascal Terjan | 2016-02-15 | 1 | -8/+5 |
| | |||||
* | Add missing file | Pascal Terjan | 2016-02-15 | 1 | -0/+215 |
| | |||||
* | Better modules split | Pascal Terjan | 2016-02-06 | 4 | -214/+17 |
| | |||||
* | Start splitting ulri | Pascal Terjan | 2016-02-06 | 2 | -198/+207 |
| | |||||
* | Cleanup lines with only whitespace | Pascal Terjan | 2016-02-06 | 1 | -42/+42 |
| | |||||
* | Move exclude_machine to a better place | Pascal Terjan | 2016-02-03 | 1 | -8/+8 |
| | |||||
* | Add another test for emi | Pascal Terjan | 2016-01-24 | 1 | -0/+240 |
| | |||||
* | Fix passing of a hash a function parameter | Pascal Terjan | 2016-01-24 | 2 | -21/+22 |
| | |||||
* | Add a first test! | Pascal Terjan | 2016-01-24 | 3 | -0/+101 |
| | |||||
* | Update NEWS | Pascal Terjan | 2016-01-24 | 1 | -0/+3 |
| | |||||
* | Move most of emi code to library functions | Pascal Terjan | 2016-01-24 | 2 | -156/+178 |
| | |||||
* | Use a shared function to load the state of upload tree | Pascal Terjan | 2016-01-23 | 3 | -184/+143 |
| | |||||
* | Do not modify $run in the tree callbacks | Pascal Terjan | 2016-01-23 | 1 | -3/+11 |
| | |||||
* | Modify one less global variable in the tree callbacks | Pascal Terjan | 2016-01-23 | 1 | -9/+14 |
| | |||||
* | Use same structure in pkg_tree than ulri | Pascal Terjan | 2016-01-23 | 1 | -2/+2 |
| | |||||
* | Fix perl_checker warning | Pascal Terjan | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | Rename section into media to have same $pkg_tree structure than ulri | Pascal Terjan | 2016-01-23 | 1 | -47/+47 |
| | |||||
* | Do not store the build bot architecture for noarch packages | Pascal Terjan | 2016-01-23 | 1 | -2/+1 |
| | |||||
* | Store packages for which the build is in progress or done in pkg_tree | Pascal Terjan | 2016-01-23 | 1 | -13/+12 |
| | |||||
* | Store uploaded state of packages in pkg_tree | Pascal Terjan | 2016-01-23 | 1 | -5/+4 |
| | |||||
* | Store excluded architectures in pkg_tree | Pascal Terjan | 2016-01-23 | 1 | -3/+2 |
| | |||||
* | Removed useless duplication of information | Pascal Terjan | 2016-01-23 | 1 | -4/+1 |
| | |||||
* | Reduce the use of global variables | Pascal Terjan | 2016-01-22 | 1 | -12/+6 |
| | |||||
* | Reduce ssh timeout | Pascal Terjan | 2015-12-26 | 2 | -1/+2 |
| | |||||
* | when failing to send a build to a machine, exclude that machine | Pascal Terjan | 2015-12-26 | 2 | -2/+19 |
| | |||||
* | 0.6.250.6.25 | Olivier Blin | 2015-11-17 | 2 | -1/+2 |
| | |||||
* | emi: Fix usage of difference2 to really keep src.rpm until all archs are done | Olivier Blin | 2015-11-17 | 1 | -1/+1 |
| | | | | difference2 takes array refs as arguments. | ||||
* | Add .gitignore with .perl_checker.cache file | Olivier Blin | 2015-11-17 | 1 | -0/+1 |
| | |||||
* | Update NEWS | Olivier Blin | 2015-11-17 | 1 | -2/+10 |
| |