aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-08-15 20:19:54 -0700
committerJake Petroules <jake.petroules@qt.io>2017-08-16 18:21:15 +0000
commit9527b031c0da701e79757b1877aad6cdc78688fe (patch)
tree35328441707d92d0ef3ae6af1b7e14d2fe86b295 /src/3rdparty
parenta6d205aebcb0d6bd55f4667fa9d3a0ef6460c499 (diff)
Organize development-time scripts in a single place
Adapt scripts as necessary. Change-Id: Ib5ad4d1b6bc0e47cb6b4994cfb924efc1c3ebdc4 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/3rdparty')
-rwxr-xr-xsrc/3rdparty/python/update.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/3rdparty/python/update.sh b/src/3rdparty/python/update.sh
deleted file mode 100755
index 6d6ade63f..000000000
--- a/src/3rdparty/python/update.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-repos=(biplist.git@v1.0.2 dmgbuild.git@v1.3.1 ds_store@v1.1.2 mac_alias.git@v2.0.6)
-for repo in "${repos[@]}" ; do
- pip install -U --isolated "--prefix=$PWD" --no-binary :all: --no-compile --no-deps \
- "git+git://github.com/qbs/$repo"
-done
-rm lib/python2.7/site-packages/dmgbuild/resources/*.tiff