aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-01-19 09:51:12 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-01-19 09:51:12 +0200
commitde7e78f83d4807c6df2a347f7893a749f02bfb17 (patch)
tree4472096816dc59b4854fba114a2fc516f0694668
parent357d1977ee8367a00c4173c36c44c3d77205502b (diff)
scripts/package_kernel: allow to upload to any host.
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xscripts/package_kernel4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/package_kernel b/scripts/package_kernel
index e8720d5..888ca96 100755
--- a/scripts/package_kernel
+++ b/scripts/package_kernel
@@ -111,7 +111,7 @@ check_settings()
set_if_notset "KARCH" "arm"
set_if_notset "DEBARCH" "armhf"
set_if_notset "DEBARCHES" "armhf armel"
- set_if_notset "PUBLISH_PPA" "linaro-maintainers/staging-overlay"
+ set_if_notset "HOST_PPA" "ppa:linaro-maintainers/staging-overlay"
must_be_set "kernel_repo"
must_be_set "kernel_branch"
@@ -418,7 +418,7 @@ test_build_source_pkg()
publish_source_pkg()
{
- dput ppa:$PUBLISH_PPA *.changes
+ dput $HOST_PPA *.changes
}
download_license_protected_file()