commit:     f5f17c3bec00998b4383097a19f943f94d6d3fbc
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 14:01:14 2022 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 14:01:14 2022 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=f5f17c3b

tarball: drop tabcheck invocation (was removed)

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 tarball.sh | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/tarball.sh b/tarball.sh
index 761e1e8af..216c1d17f 100755
--- a/tarball.sh
+++ b/tarball.sh
@@ -18,14 +18,6 @@ if [[ -e ${DEST} ]]; then
        exit 1
 fi
 
-./tabcheck.py $(
-       find ./ -name .git -prune -o -type f ! -name '*.py' -print \
-               | xargs grep -l "#\!@PREFIX_PORTAGE_PYTHON@" \
-               | grep -v "^\./repoman/"
-       find ./ -name .git -prune -o -type f -name '*.py' -print \
-               | grep -v "^\./repoman/"
-)
-
 install -d -m0755 ${DEST}
 rsync -a --exclude='.git' --exclude='.hg' --exclude="repoman/" . ${DEST}
 sed -i -e '/^VERSION\s*=/s/^.*$/VERSION = "'${V}_prefix'"/' \

Reply via email to