aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* use scriptTemplate() in more placesRolf Eike Beer2018-01-052-58/+34
* keep logfiles of failed logsRolf Eike Beer2017-12-275-0/+22
* fix generating list of useflag combinationsRolf Eike Beer2017-12-261-1/+1
* use markdown for READMERolf Eike Beer2017-12-231-21/+29
* improve marker line in generated use scriptsRolf Eike Beer2017-12-231-1/+1
* improve handling of keywording bugsRolf Eike Beer2017-12-231-3/+26
* stop processing if no packages are leftRolf Eike Beer2017-12-231-0/+4
* fix endless loop with invalid use flagsRolf Eike Beer2017-12-231-0/+1
* keep trying to find valid use flag combinations until the configured limit is...Rolf Eike Beer2017-12-211-14/+34
* catch invalid package atoms returned by tinderboxRolf Eike Beer2017-12-211-1/+3
* use portage API to split package atomsRolf Eike Beer2017-12-211-22/+7
* use portage.dep.dep_getcpv() to strip operators from package nameRolf Eike Beer2017-12-213-5/+7
* use gentoolkit API instead of process call to get list of use flagsRolf Eike Beer2017-12-211-3/+2
* use portage API to entirely avoid testing invalid use-flag combinationsRolf Eike Beer2017-12-212-8/+19
* templates: Match p.g.o syntaxThomas Deutschmann2017-12-211-3/+1
* also detect already finished keywordingRolf Eike Beer2017-12-131-6/+11
* scripts: fix matching blocked packagesRolf Eike Beer2017-12-132-2/+2
* log start of test runs to report fileRolf Eike Beer2017-12-132-0/+2
* factor out logging USE and FEATURES on build failuresRolf Eike Beer2017-12-132-12/+26
* treat Vulnerabilities bugs as Stabilization onesv0.5Rolf Eike Beer2017-12-051-1/+1
* filter out already stable packages earlierRolf Eike Beer2017-12-052-16/+19
* explicitely flag blocked packages and circular dependenciesRolf Eike Beer2017-12-052-0/+8
* add newlines between package reports in logRolf Eike Beer2017-12-051-0/+1
* factor out error handling of use and revdep testing scriptsRolf Eike Beer2017-12-054-22/+38
* factor out script replacementsRolf Eike Beer2017-12-051-28/+24
* update GitHub URLsRolf Eike Beer2017-11-284-5/+5
* remove ebuildsRolf Eike Beer2017-11-282-74/+0
* include bug number in job nameRolf Eike Beer2017-11-281-0/+2
* put package atom in all lines in report fileRolf Eike Beer2017-11-122-6/+6
* explicitely log missing keywords instead of just "failed"Rolf Eike Beer2017-11-122-0/+6
* remove needless ; from bash scriptsRolf Eike Beer2017-11-122-16/+16
* fix expression to match required use changesRolf Eike Beer2017-11-122-2/+2
* add the affected package to the rdep limit warningRolf Eike Beer2017-11-071-1/+1
* fix bad concatenation of int and stringRolf Eike Beer2017-11-071-1/+1
* avoid needless spaces in USE specification for rdepsRolf Eike Beer2017-11-071-2/+10
* try ~arch for keywording bugs if searching for arch gives no packagesRolf Eike Beer2017-11-071-0/+2
* fix printing out message about cut rdepsRolf Eike Beer2017-11-061-1/+1
* use portage API to skip already stable packagesRolf Eike Beer2017-11-051-0/+17
* write file permissions as octalRolf Eike Beer2017-11-051-5/+5
* be more selective when removing things from keywords fileRolf Eike Beer2017-10-221-1/+1
* Remove references to atom-regexp.v0.4Michael Palimaka2016-12-223-9/+0
* Print the returned error message if the Bugzilla request fails.Michael Palimaka2016-12-222-2/+13
* Fix runaway formatting in tatt.5Michael Palimaka2016-12-221-1/+1
* Describe bugzilla-key in tatt.5Michael Palimaka2016-12-221-0/+7
* Escape package name in regexp.Michael Palimaka2016-12-221-1/+1
* Avoid traceback when no atoms are found.Michael Palimaka2016-12-221-1/+1
* When using -b, fetch atoms from the new atom field or flagged attachment.Michael Palimaka2016-12-222-17/+32
* Replace hard-coded bug update script with brand new template.Michael Palimaka2016-12-223-6/+57
* Update commit template for git with thin manifests.Michael Palimaka2016-12-223-18/+8
* Merge pull request #23 from lucianposton/comment-unmasksThomas Kahle2015-12-091-3/+3
|\