aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-04-27 11:14:53 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2014-04-27 11:14:53 +0300
commite8e259c5ffa4b068f15a3db3cdc931feec07f7d9 (patch)
treec22d2fd77a72f442f662c31412f69282e8a6ec7c /scripts
parentbd892e2f3044dba2e82cfb0e02b2db36e34b5caf (diff)
Revert "set explicitely the compression type to gzip"
This reverts commit bd892e2f3044dba2e82cfb0e02b2db36e34b5caf. On Trusty, use a fixed python-debian with xz support: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506861
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/package_kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package_kernel b/scripts/package_kernel
index 023fa33..259d47e 100755
--- a/scripts/package_kernel
+++ b/scripts/package_kernel
@@ -361,7 +361,7 @@ finish_changelog_and_tag()
create_source_pkg()
{
fdr clean
- dpkg-buildpackage -sa -S $keyarg -I -i -a$DEBARCH -Zgzip
+ dpkg-buildpackage -sa -S $keyarg -I -i -a$DEBARCH
}
publish_release_tag()