commit:     09f6074e959f5c1bd86d5a31cd64d9e81c7d3a95
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  3 09:39:37 2023 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec  3 09:39:37 2023 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=09f6074e

travis: remove obsolete file

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

 travis.sh | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/travis.sh b/travis.sh
deleted file mode 100755
index bcb95a9cb1..0000000000
--- a/travis.sh
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/usr/bin/env bash
-
-# this script runs the tests as Travis would do (.travis.yml) and can be
-# used to test the Prefix branch of portage on a non-Prefix system
-
-: ${TMPDIR=/var/tmp}
-
-HERE=$(dirname $(realpath ${BASH_SOURCE[0]}))
-REPO=${HERE##*/}.$$
-
-cd ${TMPDIR}
-git clone ${HERE} ${REPO}
-
-cd ${REPO}
-printf "[build_ext]\nportage-ext-modules=true" >> setup.cfg
-find . -type f -exec \
-    sed -e "s|@PORTAGE_EPREFIX@||" \
-               -e "s|@PORTAGE_BASE@|${PWD}|" \
-        -e "s|@PORTAGE_MV@|$(type -P mv)|" \
-        -e "s|@PORTAGE_BASH@|$(type -P bash)|" \
-        -e "s|@PREFIX_PORTAGE_PYTHON@|$(type -P python)|" \
-        -e "s|@EXTRA_PATH@|${EPREFIX}/usr/sbin:${EPREFIX}/sbin|" \
-        -e "s|@portagegroup@|$(id -gn)|" \
-        -e "s|@portageuser@|$(id -un)|" \
-        -e "s|@rootuser@|$(id -un)|" \
-        -e "s|@rootuid@|$(id -u)|" \
-        -e "s|@rootgid@|$(id -g)|" \
-        -e "s|@sysconfdir@|${EPREFIX}/etc|" \
-        -i '{}' +
-unset EPREFIX
-./setup.py test

Reply via email to