aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-11-01 08:43:28 +0100
committerEike Ziller <eike.ziller@qt.io>2016-11-01 08:44:04 +0100
commit2d6f33a92b0d3ae3a94e639a0c634c6d4af7013b (patch)
treea58ce53e66e5178c84efd819de98c6fee61d4c95 /scripts
parent49c6710b42d49a29b13ea978af710adb73ba3e8d (diff)
parent501bf4918fb36798bd8b490c38ba8f6febb7c882 (diff)
Merge remote-tracking branch 'origin/4.1' into 4.2
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/createSourcePackages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/createSourcePackages.py b/scripts/createSourcePackages.py
index d6e89a85fa..af99704ac3 100755
--- a/scripts/createSourcePackages.py
+++ b/scripts/createSourcePackages.py
@@ -78,7 +78,7 @@ def package_repos(repos, combined_prefix, target_file_base):
print('Creating .tar.gz...')
createTarGz(archive_path(crlf=False), target_file_base + '.tar.gz')
print('Creating .tar.xz...')
- createTarGz(archive_path(crlf=False), target_file_base + '.tar.xz')
+ createTarXz(archive_path(crlf=False), target_file_base + '.tar.xz')
print('Creating .zip with CRLF...')
createZip(archive_path(crlf=True), target_file_base + '.zip')
print('Removing temporary directory...')