aboutsummaryrefslogtreecommitdiff
path: root/tatt
Commit message (Expand)AuthorAgeFilesLines
* scriptwriter.py: only query rdeps site if rdeps config > 0v0.9Sam James2022-10-121-1/+2
* tatt/dot-tatt-spec: default to arch=amd64, not x86Sam James2021-11-021-1/+1
* packageFinder.py: strip out ~ from 'arch' before passing to nattkaSam James2021-10-201-1/+1
* add a return code to the revdep test scriptRolf Eike Beer2021-05-191-0/+5
* tatt/usecombis.py: Tidy upSam James2021-02-241-13/+13
* tatt/usecombis.py: Give up after too many USE-generation attemptsSam James2021-02-171-0/+21
* tatt: Support file-only jobs via Nattkav0.8Sam James2020-09-101-4/+4
* tool: Refactor repodir handlingSam James2020-09-102-1/+21
* package lists: Use nattka to parse keywording bugsSam James2020-09-101-3/+14
* remove unmaskfile config option, use unmaskdir insteadRolf Eike Beer2020-05-022-3/+3
* Migrate from package.keywords to package.accept_keywordsv0.7Michael Palimaka2020-03-031-1/+1
* also match ~arch in package listRolf Eike Beer2020-02-041-1/+2
* add a return code to the use test scriptRolf Eike Beer2019-12-201-0/+3
* remove primary packages from rdeps scriptv0.6Rolf Eike Beer2019-05-222-3/+22
* allow tabs in packagelist bugzilla fieldRolf Eike Beer2018-10-241-1/+1
* add use-loop template file to hold the per-package block of use testsRolf Eike Beer2018-09-141-3/+7
* use https for tinderboxRolf Eike Beer2018-08-252-3/+3
* get rid of all FEATURES messing in the generatorRolf Eike Beer2018-07-051-4/+1
* add an explicit snippet for package test *-useflags.shRolf Eike Beer2018-07-051-3/+4
* refactor and improve the test scriptRolf Eike Beer2018-06-221-0/+1
* run tests first before build testing the packagesRolf Eike Beer2018-06-221-6/+8
* ignore empty lines in package listRolf Eike Beer2018-06-081-0/+2
* write commitscript also without bug numberRolf Eike Beer2018-06-081-0/+2
* fix running without bug number givenRolf Eike Beer2018-04-181-1/+2
* use scriptTemplate() in more placesRolf Eike Beer2018-01-051-57/+33
* keep logfiles of failed logsRolf Eike Beer2017-12-272-0/+2
* fix generating list of useflag combinationsRolf Eike Beer2017-12-261-1/+1
* improve marker line in generated use scriptsRolf Eike Beer2017-12-231-1/+1
* 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-212-4/+5
* 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
* filter out already stable packages earlierRolf Eike Beer2017-12-051-16/+0
* add newlines between package reports in logRolf Eike Beer2017-12-051-0/+1
* factor out script replacementsRolf Eike Beer2017-12-051-28/+24
* 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
* 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
* Remove references to atom-regexp.v0.4Michael Palimaka2016-12-221-1/+0
* When using -b, fetch atoms from the new atom field or flagged attachment.Michael Palimaka2016-12-221-8/+12
* Replace hard-coded bug update script with brand new template.Michael Palimaka2016-12-222-6/+11
* Fix one more string decoding for python3Thomas Kahle2015-06-211-1/+1
* Fix string encoding issues for python3Thomas Kahle2015-06-212-2/+2
* Make import of urllib python2/3 compatibleThomas Kahle2015-06-201-8/+8