aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/extract_examples.sh
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@theqtcompany.com>2015-08-31 13:05:22 +0300
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-08-31 10:24:19 +0000
commit9ed6ed66cc41957d84dedb1ca0eaec32726aa977 (patch)
treeacc7649038a2e53b192aafa6cdcb23393cef575f /packaging-tools/extract_examples.sh
parent668c741cc3cc537798eb814888f2f827acd76780 (diff)
Fix extra module example extraction script
BUILD_ID not in use anymore. Change-Id: I13a459af46e4a2500141c5e62c77d3313b890902 Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
Diffstat (limited to 'packaging-tools/extract_examples.sh')
-rwxr-xr-xpackaging-tools/extract_examples.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/packaging-tools/extract_examples.sh b/packaging-tools/extract_examples.sh
index 8c4b50869..690ae1eb9 100755
--- a/packaging-tools/extract_examples.sh
+++ b/packaging-tools/extract_examples.sh
@@ -46,10 +46,9 @@ APPLICATION_VERSION=''
PACKAGE_STORAGE_SERVER_USER=''
PACKAGE_STORAGE_SERVER=''
PACKAGE_STORAGE_SERVER_BASE_DIR=''
-BUILD_ID=''
BUILD_NUMBER=''
-if [ $# -lt 16 ]; then
+if [ $# -lt 14 ]; then
echo "Missing argument"
exit 1
fi
@@ -87,11 +86,6 @@ while test $# -gt 0; do
PACKAGE_STORAGE_SERVER_BASE_DIR=$1
shift
;;
- -i|--id)
- shift
- BUILD_ID=$1
- shift
- ;;
-b|--build)
shift
BUILD_NUMBER=$1