From: Stephen Rothwell Date: Thu, 9 Jun 2022 05:20:31 +0000 (+1000) Subject: only "git push" the repos that get gc'd every day or so X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=eef471f990e6c99af7fddfa8914a41ba86f6035f;p=next-scripts only "git push" the repos that get gc'd every day or so just rsync the rest --- diff --git a/to_ozlabs b/to_ozlabs index 5666c9f..9c8dd42 100755 --- a/to_ozlabs +++ b/to_ozlabs @@ -1,6 +1,6 @@ #!/bin/bash -GIT_REPOS='next next-history.git quilt next-fixes tools etc mmotm' +GIT_REPOS='next next-fixes' NEXT_DIR="$HOME/kernels/next"