Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add err_egginfomissinguser/danf/bugscan | Dan Fandrich | 2022-08-07 | 1 | -1/+2 |
| | |||||
* | Add err_mountcompat | Dan Fandrich | 2022-08-07 | 1 | -1/+5 |
| | | | | This is due a glibc incompatibility with Linux system headers. | ||||
* | Fix detection regex for err_dynamicexception | Dan Fandrich | 2022-07-19 | 1 | -1/+1 |
| | |||||
* | Add err_literalformat | Dan Fandrich | 2022-07-19 | 1 | -0/+2 |
| | |||||
* | Update the list of perl modules installed every timeuser/danf/more-build-deps | Dan Fandrich | 2022-03-12 | 1 | -1/+1 |
| | |||||
* | Add some common recent errors to bugscan | Dan Fandrich | 2022-03-11 | 1 | -0/+5 |
| | |||||
* | Add sbt missing dependency detection. | Dan Fandrich | 2020-05-15 | 1 | -0/+1 |
| | |||||
* | Remove python false positives | Pascal Terjan | 2020-05-10 | 1 | -1/+1 |
| | | | | | | rpm-build now pulls in python3-setuptools so all packages are detected as using python. We need a new way to detect it but for now remove it. | ||||
* | Detect dome of the GCC 10.1 problems | Pascal Terjan | 2020-05-10 | 1 | -0/+2 |
| | |||||
* | Detect sbt as a build system. | Dan Fandrich | 2020-04-30 | 1 | -0/+3 |
| | |||||
* | Add a few more common build problem attributes. | Dan Fandrich | 2020-04-25 | 1 | -0/+3 |
| | |||||
* | Add rust & fix C# detection and add a few more detected bugs. | Dan Fandrich | 2020-04-16 | 2 | -1/+6 |
| | |||||
* | Add a stage_ attribute that corresponds to the build stage reached. | Dan Fandrich | 2020-04-16 | 1 | -1/+26 |
| | |||||
* | Search for known problems only in failed packages | Pascal Terjan | 2020-04-14 | 1 | -2/+4 |
| | | | | This is very slow. | ||||
* | Fix a crash in find_bug_matches | Pascal Terjan | 2020-04-14 | 1 | -4/+8 |
| | |||||
* | Fix an accidental change few commits ago | Pascal Terjan | 2020-04-14 | 1 | -1/+1 |
| | |||||
* | Fix drop to handle "recently" added tables | Pascal Terjan | 2020-04-14 | 1 | -0/+2 |
| | |||||
* | Drop a lot of parenthesis | Pascal Terjan | 2020-04-14 | 1 | -10/+10 |
| | |||||
* | Add some more perl modules to ignore plus some build attributes. | Dan Fandrich | 2020-04-02 | 1 | -6/+12 |
| | | | | | Basically every package pulls in these perl modules so their presence is not an indication that the package uses perl. | ||||
* | Fix script name | Pascal Terjan | 2020-03-31 | 1 | -2/+2 |
| | |||||
* | Add detection of a dependency on Go. | Dan Fandrich | 2020-03-26 | 1 | -0/+3 |
| | |||||
* | Add a few common mga8 issues to bugscan. | Dan Fandrich | 2020-03-26 | 1 | -0/+3 |
| | |||||
* | Add scanning of build logs looking for known bugs | Dan Fandrich | 2020-03-26 | 2 | -2/+43 |
| | | | | | These can be displayed along with appropriate hyperlinks for more info on the results page. | ||||
* | Tweak a few attributes in find_attributes | Dan Fandrich | 2020-03-26 | 1 | -2/+6 |
| | |||||
* | Update to currently used scripts | Pascal Terjan | 2020-03-25 | 3 | -12/+61 |
| | |||||
* | Update to what is currently running | Pascal Terjan | 2020-03-25 | 1 | -12/+17 |
| | |||||
* | Store interesting per-package build dependencies | Dan Fandrich | 2020-03-25 | 1 | -8/+118 |
| | | | | | This can be used in the web front-end to display useful information about each package. | ||||
* | Add some of the ugly scripts used for autobuild | Pascal Terjan | 2014-11-10 | 4 | -0/+216 |