From 423fa31fbd340ed224d7e8ad48451f709ce8efd4 Mon Sep 17 00:00:00 2001 From: Jonathan Karlsen Date: Wed, 3 Jan 2024 15:26:35 +0100 Subject: [PATCH] Remove statoil proxy for build__pyside-dev.sh Now that qt.io is approved in the firewall, we can remove the http_proxy --- komodo/data/build__pyside-dev.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/komodo/data/build__pyside-dev.sh b/komodo/data/build__pyside-dev.sh index 4e4052078..f0e46b3fc 100755 --- a/komodo/data/build__pyside-dev.sh +++ b/komodo/data/build__pyside-dev.sh @@ -128,7 +128,6 @@ git apply --ignore-space-change --ignore-whitespace no_docs_patch.patch # Get libclang (required only for building) # Jenkins seems to have the uppercase version, while wget wants the lowercase version -export http_proxy=http://www-proxy.statoil.no:80 wget --quiet http://download.qt.io/development_releases/prebuilt/libclang/libclang-release_40-linux-Rhel6.6-gcc4.9-x86_64.7z -O libclang-4.0.7z rm -rf libclang