commit: b2a14aa42543f16e9f61ccd89ee376c4772b5c23
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 21 20:27:11 2026 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 21 20:27:11 2026 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=b2a14aa4
check_eclasses_eapis.sh: Another stray file in the top-level dir
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
check_eclasses_eapis.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/check_eclasses_eapis.sh b/check_eclasses_eapis.sh
index a174341..5226dbe 100755
--- a/check_eclasses_eapis.sh
+++ b/check_eclasses_eapis.sh
@@ -46,7 +46,7 @@ KNOWN_EAPIS=$(gawk '
pushd ${DIR} > /dev/null
rm -rf *.eclass
-rm -f *.txt
+rm -f *.txt README.html
for x in ${ECLASSES}; do
echo "Processing eclass \"${x}\""
rm -rf "${x}"