Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix endless loop with invalid use flags | Rolf Eike Beer | 2017-12-23 | 1 | -0/+1 |
| | | | | | The set of already tested use combinations was never filled, so the loop may run forever. | ||||
* | keep trying to find valid use flag combinations until the configured limit ↵ | Rolf Eike Beer | 2017-12-21 | 1 | -14/+34 |
| | | | | | | | | | is reached In random mode (i.e. more possible use flag combinations than the configured limit) it can easily happen that most or all of the generated combinations do not pass the REQUIRED_USE check. Keep generating new numbers until the given number of test have been generated or the possible combinations are exhausted. | ||||
* | catch invalid package atoms returned by tinderbox | Rolf Eike Beer | 2017-12-21 | 1 | -1/+3 |
| | | | | | Tinderbox returns '[B]' in front of some package names. Filter them out to prevent exceptions. | ||||
* | use portage API to split package atoms | Rolf Eike Beer | 2017-12-21 | 1 | -22/+7 |
| | |||||
* | use portage.dep.dep_getcpv() to strip operators from package name | Rolf Eike Beer | 2017-12-21 | 2 | -4/+5 |
| | |||||
* | use gentoolkit API instead of process call to get list of use flags | Rolf Eike Beer | 2017-12-21 | 1 | -3/+2 |
| | |||||
* | use portage API to entirely avoid testing invalid use-flag combinations | Rolf Eike Beer | 2017-12-21 | 2 | -8/+19 |
| | |||||
* | filter out already stable packages earlier | Rolf Eike Beer | 2017-12-05 | 1 | -16/+0 |
| | | | | | Drop them entirely from the package list, not only for the use flag testing. This avoids needless rdep testing and unmasking, too. | ||||
* | add newlines between package reports in log | Rolf Eike Beer | 2017-12-05 | 1 | -0/+1 |
| | |||||
* | factor out script replacements | Rolf Eike Beer | 2017-12-05 | 1 | -28/+24 |
| | | | | | This also allows more variables to be used in header snippets than just the job name. | ||||
* | add the affected package to the rdep limit warning | Rolf Eike Beer | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | fix bad concatenation of int and string | Rolf Eike Beer | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | avoid needless spaces in USE specification for rdeps | Rolf Eike Beer | 2017-11-07 | 1 | -2/+10 |
| | |||||
* | fix printing out message about cut rdeps | Rolf Eike Beer | 2017-11-06 | 1 | -1/+1 |
| | | | | | | The previous loop would step when the maximum number of allowed rdeps is reached, so this check can never be true. Test if there are remaining entries in the original list instead. | ||||
* | use portage API to skip already stable packages | Rolf Eike Beer | 2017-11-05 | 1 | -0/+17 |
| | |||||
* | write file permissions as octal | Rolf Eike Beer | 2017-11-05 | 1 | -5/+5 |
| | |||||
* | Remove references to atom-regexp.v0.4 | Michael Palimaka | 2016-12-22 | 1 | -1/+0 |
| | | | | | Now that we have a bugzilla atom field and defined format, it is no longer necessary to try and "pick" atoms out of a string. | ||||
* | When using -b, fetch atoms from the new atom field or flagged attachment. | Michael Palimaka | 2016-12-22 | 1 | -8/+12 |
| | |||||
* | Replace hard-coded bug update script with brand new template. | Michael Palimaka | 2016-12-22 | 2 | -6/+11 |
| | | | | | | In addition to reporting that stabilisation has been completed on the target arch, this new template also takes care of removing the arch team from CC and closes the bug if necessary. | ||||
* | Fix one more string decoding for python3 | Thomas Kahle | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Fix string encoding issues for python3 | Thomas Kahle | 2015-06-21 | 2 | -2/+2 |
| | |||||
* | Make import of urllib python2/3 compatible | Thomas Kahle | 2015-06-20 | 1 | -8/+8 |
| | |||||
* | Change file permissions descriptor octal->decimal | Thomas Kahle | 2015-06-20 | 1 | -5/+5 |
| | | | | This should make the code compatible with python2 and python3 | ||||
* | Migrate print statements to function calls (issue @21) | Thomas Kahle | 2015-06-18 | 2 | -12/+12 |
| | |||||
* | Fix some whitespace problems (issue #22) | Thomas Kahle | 2015-06-18 | 7 | -14/+5 |
| | |||||
* | Added python_targets_ and python_single_target_ to ignoreprefix default setup | Uwe Scholz | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Increase bound on usecombis and rdeps options | Thomas Kahle | 2012-10-23 | 1 | -2/+2 |
| | |||||
* | Use sys.exit(1) instead of exit | Thomas Kahle | 2012-10-23 | 3 | -7/+10 |
| | |||||
* | Set default repodir to cvs module name | Thomas Kahle | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Set permissions of generated scripts to 744 | Thomas Kahle | 2012-10-15 | 1 | -5/+5 |
| | |||||
* | Set permissions of generated scripts. | Thomas Kahle | 2012-10-15 | 1 | -0/+10 |
| | |||||
* | Make emerge options configurable via emergeopts | Thomas Kahle | 2012-10-14 | 2 | -1/+4 |
| | |||||
* | Remove bugbrowser as I don't use it and can't support it. | Thomas Kahle | 2012-06-21 | 1 | -347/+0 |
| | |||||
* | Implement the safedir option | Thomas Kahle | 2012-03-22 | 1 | -0/+1 |
| | |||||
* | Fix location of ebuild-string preparation | Thomas Kahle | 2012-02-11 | 1 | -4/+6 |
| | |||||
* | Snippet 2 support for multiple versions | Thomas Kahle | 2012-02-11 | 1 | -5/+7 |
| | |||||
* | Fix a function call | Thomas Kahle | 2012-02-11 | 1 | -1/+1 |
| | |||||
* | Enable handling of multiple versions per package | Thomas Kahle | 2012-02-11 | 1 | -3/+16 |
| | |||||
* | Initial support for keywording bugs (also via -b) | Thomas Kahle | 2012-02-04 | 3 | -39/+69 |
| | |||||
* | Make cvs tree location configurable | Thomas Kahle | 2012-02-03 | 1 | -1/+3 |
| | |||||
* | Make tinderbox-url configurable | Thomas Kahle | 2012-02-01 | 2 | -1/+2 |
| | |||||
* | Write clean-up script also on -b | Thomas Kahle | 2012-01-24 | 1 | -2/+0 |
| | |||||
* | Improve success-message script handling | Thomas Kahle | 2012-01-23 | 2 | -3/+4 |
| | |||||
* | Clean-Up script implemented, small refactoring | Thomas Kahle | 2011-09-22 | 2 | -0/+21 |
| | |||||
* | tattConfig Object | Thomas Kahle | 2011-09-22 | 1 | -0/+33 |
| | |||||
* | First working version of tatt-bugbrowser | Thomas Kahle | 2011-09-18 | 3 | -1/+348 |
| | |||||
* | Make number of tests customizable through .tatt file. | Thomas Kahle | 2011-03-11 | 4 | -14/+21 |
| | |||||
* | respect FEATURES from environment in scripts | Thomas Kahle | 2010-12-24 | 1 | -2/+2 |
| | |||||
* | more sophisticated commit scripts | Thomas Kahle | 2010-12-09 | 1 | -2/+15 |
| | |||||
* | Fix commit script ebuild name | Thomas Kahle | 2010-12-05 | 1 | -1/+1 |
| |