From: Stephen Rothwell Date: Thu, 4 May 2017 01:23:29 +0000 (+1000) Subject: move some config into my .kuprc X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=7feff05394b1dd5699a01e5974b4ab9ce5bac970;p=next-scripts move some config into my .kuprc --- diff --git a/make_tree_file b/make_tree_file index a1c433f..f7c1c69 100755 --- a/make_tree_file +++ b/make_tree_file @@ -84,6 +84,6 @@ git push history echo Pushing patch to kernel.org ... cd .. xz -v -9 "$p" -kup --host=kup.kernel.org put "$p.xz" "$p.asc" "/pub/linux/kernel/next/$p.gz" +kup put "$p.xz" "$p.asc" "/pub/linux/kernel/next/$p.gz" exit 0