Make provisioning script prefix style match across platforms

Currently we are using different styles and amount of digits for the
provisioning script prefixes. This change will unify them across the
platforms. Also removes a couple of duplicate files.

Task-number: QTQAINFRA-1668
Change-Id: I039777e7616bccc29c6a4ac55db13326ae8dc87c
Reviewed-by: Joni Jäntti <joni.jantti@qt.io>
Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
Joni Jantti
2017-12-27 11:12:09 +02:00
committed by Tony Sarajärvi
parent d6f7d6ed8b
commit 19f8a741f3
123 changed files with 0 additions and 12 deletions

View File

@@ -1,10 +0,0 @@
#!/bin/bash
# provides: python development libraries
# version: provided by default Linux distribution repository
# needed to build pyside
set -ex
sudo zypper -nq install python-devel python-virtualenv
# install python3
sudo zypper -nq install python3 python3-pip python3-virtualenv

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\python.ps1"

Some files were not shown because too many files have changed in this diff Show More