summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 588ae9e5e553..5e221921af38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,7 @@ md5sums=('f1738e17e75c71166fb9f4ef7367ae51')
check() {
git config user.email "test@bitbake.com"
git config user.name "Bitbake Tester"
+ env
# use http over ftp to use travis
grep -rl "[^s]ftp://" "${pkgname}-${pkgver}/lib/bb/tests/*py" | xargs sed -i 's@ftp://@http://@g'
cd "${pkgbase}-${pkgver}/bin"