Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix one last warning | Pascal Terjan | 2016-02-10 | 1 | -1/+5 | |
| | ||||||
* | Fix 3 more warnings | Pascal Terjan | 2016-02-10 | 1 | -3/+3 | |
| | ||||||
* | Remove another very noisy error | Pascal Terjan | 2016-02-10 | 1 | -1/+1 | |
| | ||||||
* | Avoid a warning flooding logs | Pascal Terjan | 2016-02-10 | 1 | -5/+7 | |
| | ||||||
* | Use the most recent install_deps, in case of a retry | Pascal Terjan | 2016-01-15 | 1 | -3/+4 | |
| | ||||||
* | Fixed configuration of number of build nodes | Dan Fandrich | 2016-01-12 | 1 | -2/+2 | |
| | ||||||
* | Add a page listed broken packages on non mandatory arches | Pascal Terjan | 2016-01-12 | 1 | -0/+87 | |
| | ||||||
* | Add a link on failed architectures | Pascal Terjan | 2015-11-07 | 2 | -22/+11 | |
| | ||||||
* | Use new official domain name for madb (.mageia.org) | Olivier Blin | 2015-11-07 | 1 | -1/+1 | |
| | ||||||
* | Do not show builds as partial when a .fail file exists in the done directory | Olivier Blin | 2015-11-05 | 1 | -1/+3 | |
| | | | | | | | | | | With non-mandatory arch support, a .fail file may exist in the done directory while the build is still on going for ongoing arches. Thus, the build is not failed, and the status would not be "done" (partial build) either. Only consider a build as "done" (partial) when a .done file is present. | |||||
* | Handle BS files that may not set a status | Olivier Blin | 2015-11-05 | 1 | -1/+5 | |
| | | | | | .fail files for non mandatory-arch do not update the status variable. Thus the status for a previous file would have been incorrectly used. | |||||
* | Make noarch failure fatal as well | Olivier Blin | 2015-11-03 | 1 | -1/+1 | |
| | ||||||
* | List all failed arches in status result, even if build for mandatory arches ↵ | Olivier Blin | 2015-11-03 | 2 | -0/+8 | |
| | | | | is successful | |||||
* | Detect failures for mandatory arches only using .fail files | Olivier Blin | 2015-11-03 | 1 | -4/+17 | |
| | | | | | | | | | | Previously, we just used the failures directory to check if any failure had happened for the submit prefix. But this does not work properly when non-mandatory architectures are used, their failure should not be fatal. Instead, use .fail files and mark as a failure only if failed for one of the mandatory architectures. | |||||
* | Declare mandatory arches in conf.php and pass to get_refined_packages_list | Olivier Blin | 2015-11-03 | 3 | -2/+5 | |
| | ||||||
* | Display those failing builds that appear to be flaky | Dan Fandrich | 2014-10-03 | 2 | -0/+54 | |
| | | | | | The flakiness algorithm is tuned for packages that are >20% flaky over the past ~6 months, which may turn out to be too high a threshold. | |||||
* | Stack build results | Pascal Terjan | 2014-05-23 | 1 | -0/+1 | |
| | ||||||
* | Fix MGA4 date | Pascal Terjan | 2014-05-23 | 1 | -1/+1 | |
| | ||||||
* | Fix fixed packages detection and hide successful packages | Pascal Terjan | 2014-05-23 | 1 | -9/+56 | |
| | ||||||
* | Add MGA4 Final Release date to autobuild graph | Pascal Terjan | 2014-02-07 | 1 | -0/+1 | |
| | ||||||
* | Small grpah improvements | Pascal Terjan | 2013-11-26 | 1 | -4/+13 | |
| | ||||||
* | fix link to source code | Olav Vitters | 2013-10-16 | 1 | -1/+1 | |
| | ||||||
* | Remove bugzilla query for number of updates to test | Nicolas Vigier | 2013-02-23 | 1 | -9/+3 | |
| | ||||||
* | Remove useless if | Nicolas Vigier | 2013-02-23 | 1 | -20/+16 | |
| | ||||||
* | Fix path to unmaintained.txt | Nicolas Vigier | 2013-02-23 | 1 | -1/+2 | |
| | ||||||
* | Add build history of packages | Pascal Terjan | 2013-01-22 | 2 | -12/+48 | |
| | ||||||
* | Restore the "new" feature | Pascal Terjan | 2013-01-21 | 1 | -1/+4 | |
| | ||||||
* | More compact list of builds (would need a non js version too :( ) | Pascal Terjan | 2013-01-21 | 1 | -10/+5 | |
| | ||||||
* | Add a simple version creating a fake status.log with packages still broken | Pascal Terjan | 2013-01-17 | 1 | -0/+50 | |
| | ||||||
* | Use the time of the specific package, it may have been fixed before the end ↵ | Pascal Terjan | 2013-01-16 | 1 | -5/+3 | |
| | | | | of the run | |||||
* | Use modification time to detect fixed packages instead of version, to ↵ | Pascal Terjan | 2013-01-16 | 1 | -8/+15 | |
| | | | | support when it does not get changed | |||||
* | Ignore version for new breakgae detection | Pascal Terjan | 2013-01-14 | 1 | -2/+5 | |
| | ||||||
* | Support failure being on a more recent version than the one on the mirrors, ↵ | Pascal Terjan | 2013-01-14 | 1 | -1/+1 | |
| | | | | for fake autobuild | |||||
* | Support absence of logs for success too | Pascal Terjan | 2013-01-14 | 1 | -1/+5 | |
| | ||||||
* | Use src.rpm presence to define todo status, .info remain after building | Pascal Terjan | 2013-01-13 | 1 | -1/+1 | |
| | ||||||
* | Limit the table to the 10 most recent builds | Pascal Terjan | 2013-01-05 | 1 | -1/+1 | |
| | ||||||
* | Add a graph with the evolution between runs | Pascal Terjan | 2013-01-02 | 1 | -1/+14 | |
| | ||||||
* | Add a start page with some graphs | Pascal Terjan | 2012-12-30 | 2 | -0/+47 | |
| | ||||||
* | Make the list a bit less ugly | Pascal Terjan | 2012-12-27 | 1 | -1/+1 | |
| | ||||||
* | Use icons (stolen from gnome) | Pascal Terjan | 2012-12-27 | 9 | -6/+10 | |
| | ||||||
* | Display type of failure | Pascal Terjan | 2012-12-27 | 1 | -5/+5 | |
| | ||||||
* | Do not create dead links | Pascal Terjan | 2012-12-26 | 1 | -1/+5 | |
| | ||||||
* | List all runs | Pascal Terjan | 2012-12-15 | 1 | -1/+15 | |
| | ||||||
* | ui layout fix | Romain d'Alverny | 2012-12-12 | 1 | -1/+1 | |
| | ||||||
* | Color code events summary. | Romain d'Alverny | 2012-12-12 | 2 | -1/+2 | |
| | ||||||
* | Display new failures compared to previous run | Pascal Terjan | 2012-12-11 | 1 | -10/+52 | |
| | ||||||
* | Sort packages by name | Pascal Terjan | 2012-12-10 | 1 | -0/+3 | |
| | ||||||
* | Add the ugly autobuild page | Pascal Terjan | 2012-12-10 | 1 | -0/+83 | |
| | ||||||
* | Use conf from /etc/bs-webstatus.conf if it exists | Nicolas Vigier | 2012-12-10 | 1 | -0/+5 | |
| | ||||||
* | conf.php: add $themes_dir variable | Nicolas Vigier | 2012-12-10 | 2 | -2/+5 | |
| |