From f1dbc5d5ee2b65e0ecce3cfa68f7d48688ab39dd Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Tue, 28 Apr 2020 18:13:49 +1000 Subject: [PATCH] update to cope with new git rebase output also, we don't need to push out the gitk.cache from any dir --- make_summ | 3 ++- to_build_host | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/make_summ b/make_summ index 9570e9d..73e5ee4 100755 --- a/make_summ +++ b/make_summ @@ -1,6 +1,7 @@ #!/bin/bash -egrep '^\[|(git (cherry|rm|reset|checkout|quiltimport|merge --abort))|Merging|Applying|CONFLICT|Revert|Created commit' merge.log | +tr '\r' '\n' summ exit 0 diff --git a/to_build_host b/to_build_host index d0176db..c05be14 100755 --- a/to_build_host +++ b/to_build_host @@ -7,4 +7,4 @@ . "$(dirname $0)/common.sh" -rsync -avHSXx --noatime --exclude next-history.git --exclude stats --exclude next/.git/gitk.cache --delete ~/kernels/next/. ${build_host}:kernels/next/. +rsync -avHSXx --noatime --exclude next-history.git --exclude stats --exclude gitk.cache --delete ~/kernels/next/. ${build_host}:kernels/next/. -- 2.39.5