Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check_eclasses_eapis.sh: respect ${EROOT} | Sam James | 2022-03-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | check_eclasses_eapis.sh: use mktemp | Sam James | 2022-03-14 | 1 | -2/+2 |
| | | | | | | Means we respect TMPDIR. Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | check_eclasses_eapis.sh: needs gawk, not any awk | Sam James | 2022-03-13 | 1 | -4/+5 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | check_eclasses_eapis.sh: minor phrasing tweak | Sam James | 2022-03-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | check_eclasses_eapis.sh: Typo. | Ulrich Müller | 2020-02-12 | 1 | -1/+1 |
| | | | | | Fixes: 1fa7be95b899bc1d90d868f6864ee65be798063e Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | check_eclasses_eapis.sh: Add sanity check for metadata files. | Ulrich Müller | 2020-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | Require a hyphen followed by a digit in their name, which must occur in a valid ${P} name. Otherwise the find will also pick up Manifest* files and recognize them as EAPI 0. Note that we cannot exclude Manifest* explicitly because it is a valid package name. Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | check_eclasses_eapis: Fix matrix script path | Michał Górny | 2018-08-12 | 1 | -1/+1 |
| | |||||
* | check_eclasses_eapis: Run matrix generation as well | Michał Górny | 2018-08-12 | 1 | -0/+2 |
| | |||||
* | check_eclasses_eapis: Include supported EAPIs in STATS.txt | Michał Górny | 2018-08-12 | 1 | -0/+4 |
| | |||||
* | check_eclasses_eapis.sh: Don't hardcode known EAPIs. | Ulrich Müller | 2015-04-24 | 1 | -1/+5 |
| | |||||
* | check_eclasses_eapis.sh: There is no "unsupported" EAPI. | Ulrich Müller | 2014-08-24 | 1 | -1/+1 |
| | |||||
* | check_eclasses_eapis.sh: Replace pquery call by find/awk command. | Ulrich Müller | 2014-08-24 | 1 | -3/+23 |
| | | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | Replace the call of "portageq portdir" with "portageq get_repo_path / gentoo". | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2014-06-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | ||||
* | Add also unsupported string for insanely fresh eapis. | Tomas Chvatal | 2013-01-12 | 1 | -1/+1 |
| | |||||
* | Learn about eapi5. | Tomas Chvatal | 2012-11-29 | 1 | -1/+1 |
| | |||||
* | check_eclasses_eapis.sh: Fix awk syntax. | Ulrich Müller | 2012-02-03 | 1 | -2/+2 |
| | | | | | This avoids false positives for eclasses whose name is a substring of another eclass's name. (Same for EAPIs.) | ||||
* | check_eclasses_eapis.sh: Add README.html file | Jeremy Olexa | 2011-04-20 | 1 | -0/+1 |
| | |||||
* | Logic++ | Tomas Chvatal | 2011-03-29 | 1 | -1/+1 |
| | |||||
* | fix thinko | Jeremy Olexa | 2011-03-29 | 1 | -1/+1 |
| | |||||
* | mkdir $DIR if not present | Jeremy Olexa | 2011-03-29 | 1 | -1/+6 |
| | |||||
* | Add some sanity checks and allow specification of workdir as argument ot script. | Tomas Chvatal | 2011-03-29 | 1 | -0/+6 |
| | |||||
* | Add few scripts of mine so it is not that empty | Tomas Chvatal | 2011-02-10 | 1 | -0/+30 |
portqa: scan qa on ebuilds based on specified herd portdel: delete all files passed as arguments from cvs portcommit: just wrapper that runs echangelog+repoman check_eclasses_eapis.sh: check eapi distribution for all eclasses Note: portqa and check_eclasses require pkgcore stuff. |