From: Stephen Rothwell Date: Fri, 28 Sep 2018 08:01:58 +0000 (+1000) Subject: make_tree_file: exit the shared connection to kernel.org X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=9202119c8c93246b119f1bd94605b0cc271ccb7e;p=next-scripts make_tree_file: exit the shared connection to kernel.org --- diff --git a/make_tree_file b/make_tree_file index c144ccc..66373bf 100755 --- a/make_tree_file +++ b/make_tree_file @@ -78,4 +78,6 @@ cd .. xz -v -9 "$p" kup put "$p.xz" "$p.asc" "/pub/linux/kernel/next/$p.gz" +ssh -O exit git@gitolite.kernel.org + exit 0