From dc39be8fb80d82247f69968413def80b1056c6d1 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 15 Aug 2018 17:34:33 +0200 Subject: bin/build-packages: python and python2 packages may be built with :without_check:, too - just like haskell --- bin/build-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/build-packages b/bin/build-packages index 3fa8e62..45e65d2 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -218,7 +218,7 @@ while [ "${count}" -ne 0 ] && \ if [ -z "${forced_straws}" ] && \ printf '%s\n' "${package}" | \ - grep -q '^haskell-'; then + grep -q '^\(haskell\|python2\?\)-'; then haskell_straws=':without_check:' else haskell_straws='' -- cgit v1.2.3-54-g00ecf