]> git.ozlabs.org Git - next-scripts/log
next-scripts
4 years agodo_merge: switch to using getopts
Stephen Rothwell [Fri, 26 Jul 2019 00:40:07 +0000 (10:40 +1000)]
do_merge: switch to using getopts

4 years agodo_merge: we have had no rebasing trees for some time
Stephen Rothwell [Fri, 26 Jul 2019 00:19:23 +0000 (10:19 +1000)]
do_merge: we have had no rebasing trees for some time

except Andrew's - and that is handled separately

4 years agoabstract out check_unmerged files
Stephen Rothwell [Wed, 24 Jul 2019 04:43:38 +0000 (14:43 +1000)]
abstract out check_unmerged files

4 years agodo_last_build: use the Debian cross compiler for i386 as well
Stephen Rothwell [Mon, 22 Jul 2019 05:05:43 +0000 (15:05 +1000)]
do_last_build: use the Debian cross compiler for i386 as well

4 years agodo_build: suppress another log change message
Stephen Rothwell [Mon, 22 Jul 2019 05:04:59 +0000 (15:04 +1000)]
do_build: suppress another log change message

4 years agoget_gitid is no longer useful
Stephen Rothwell [Wed, 3 Jul 2019 07:10:25 +0000 (17:10 +1000)]
get_gitid is no longer useful

4 years agomessage_helper: more "gentele" coding style
Stephen Rothwell [Thu, 27 Jun 2019 07:26:35 +0000 (17:26 +1000)]
message_helper: more "gentele" coding style

more consistent quoting

4 years agotidy up email creating a bit
Stephen Rothwell [Thu, 27 Jun 2019 06:27:26 +0000 (16:27 +1000)]
tidy up email creating a bit

4 years agocheck_commits: run check_fixes as well
Stephen Rothwell [Thu, 27 Jun 2019 05:45:03 +0000 (15:45 +1000)]
check_commits: run check_fixes as well

5 years agocheck_commits: check for unexpected files in commits
Stephen Rothwell [Mon, 22 Apr 2019 05:29:49 +0000 (15:29 +1000)]
check_commits: check for unexpected files in commits

so far juts for addition of .rej and .orig file

Suggested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
5 years agocheck_commits: some tidying and reformatting
Stephen Rothwell [Mon, 22 Apr 2019 02:27:15 +0000 (12:27 +1000)]
check_commits: some tidying and reformatting

5 years agocheck_fixes: make sure the double quotes appear in the helpful message
Stephen Rothwell [Mon, 8 Apr 2019 05:54:23 +0000 (15:54 +1000)]
check_fixes: make sure the double quotes appear in the helpful message

5 years agoa quick and dirty script to log a commit in a useful format
Stephen Rothwell [Fri, 29 Mar 2019 03:29:13 +0000 (14:29 +1100)]
a quick and dirty script to log a commit in a useful format

5 years agouse (Debian) rsync's --noatime option
Stephen Rothwell [Mon, 4 Mar 2019 22:36:56 +0000 (09:36 +1100)]
use (Debian) rsync's --noatime option

5 years agocheck_fixes: give more advice
Stephen Rothwell [Tue, 12 Feb 2019 02:18:30 +0000 (13:18 +1100)]
check_fixes: give more advice

5 years agocheck_fixes: supply advice about short SHA1 abbrevs
Stephen Rothwell [Wed, 30 Jan 2019 00:19:50 +0000 (11:19 +1100)]
check_fixes: supply advice about short SHA1 abbrevs

5 years agocheck_fixes: consolidate matching
Stephen Rothwell [Mon, 28 Jan 2019 00:25:45 +0000 (11:25 +1100)]
check_fixes: consolidate matching

5 years agocheck_fixes: catch empty subjects
Stephen Rothwell [Sun, 27 Jan 2019 23:06:43 +0000 (10:06 +1100)]
check_fixes: catch empty subjects

5 years agocheck_fixes: try harder to find a valid SHA1
Stephen Rothwell [Sun, 27 Jan 2019 22:23:18 +0000 (09:23 +1100)]
check_fixes: try harder to find a valid SHA1

Some people put "commit" before the SHA1

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
5 years agocheck_fixes: allow no space between the SHA1 and subject
Stephen Rothwell [Sun, 27 Jan 2019 03:30:31 +0000 (14:30 +1100)]
check_fixes: allow no space between the SHA1 and subject

5 years agocheck_fixes: get rid of the last shellcheck warning
Stephen Rothwell [Wed, 23 Jan 2019 21:44:12 +0000 (08:44 +1100)]
check_fixes: get rid of the last shellcheck warning

5 years agocheck_fixes: minor cleanups
Stephen Rothwell [Wed, 23 Jan 2019 21:12:20 +0000 (08:12 +1100)]
check_fixes: minor cleanups

The printf version of the messages didn't improve things

5 years agocheck_fixes: a few cleanups
Stephen Rothwell [Tue, 22 Jan 2019 03:39:58 +0000 (14:39 +1100)]
check_fixes: a few cleanups

include most shellcheck issues

5 years agocheck_fixes: cope with unicode quotation marks
Stephen Rothwell [Mon, 21 Jan 2019 20:39:55 +0000 (07:39 +1100)]
check_fixes: cope with unicode quotation marks

5 years agoadd check_fixes script
Stephen Rothwell [Fri, 18 Jan 2019 02:40:03 +0000 (13:40 +1100)]
add check_fixes script

and associated bad_fixes mail helper

5 years agofetch_trees: explicitly stop wget from storing the URL in an xattr
Stephen Rothwell [Sun, 30 Dec 2018 05:00:15 +0000 (16:00 +1100)]
fetch_trees: explicitly stop wget from storing the URL in an xattr

rather than removing the xattr later.  The --no-xattr option is not
documented in the man page, but is in "wget --help".  This has become
the default behaviour in wget v1.20.1 anyway.

5 years agoRevert "use firejail for builds"
Stephen Rothwell [Mon, 17 Dec 2018 05:44:21 +0000 (16:44 +1100)]
Revert "use firejail for builds"

This reverts commit e2b1ad956622c4b4b6d98e412013e433411c7aac.

but keeps the profile.

Using firejail seems to be making error catching unreliable.

5 years agodo_build: stop a failing "kill" from killing the whole here-script
Stephen Rothwell [Mon, 17 Dec 2018 01:30:10 +0000 (12:30 +1100)]
do_build: stop a failing "kill" from killing the whole here-script

5 years agodo_build: fix typo
Stephen Rothwell [Wed, 5 Dec 2018 05:12:59 +0000 (16:12 +1100)]
do_build: fix typo

5 years agoshorten some messages
Stephen Rothwell [Mon, 26 Nov 2018 14:09:56 +0000 (01:09 +1100)]
shorten some messages

add some compile flags

5 years agoconsolidate the notifications into a single user supplied script
Stephen Rothwell [Mon, 26 Nov 2018 03:46:28 +0000 (14:46 +1100)]
consolidate the notifications into a single user supplied script

5 years agobuild.profile: allow for writing in ~/tmp
Stephen Rothwell [Mon, 26 Nov 2018 03:40:01 +0000 (14:40 +1100)]
build.profile: allow for writing in ~/tmp

5 years agocheck_commits: tidy up a bit
Stephen Rothwell [Sun, 18 Nov 2018 17:46:51 +0000 (04:46 +1100)]
check_commits: tidy up a bit

5 years agodo_clean: fix typo
Stephen Rothwell [Sun, 18 Nov 2018 17:40:25 +0000 (04:40 +1100)]
do_clean: fix typo

5 years agocanonicalise some file/dir names
Stephen Rothwell [Sun, 18 Nov 2018 17:34:51 +0000 (04:34 +1100)]
canonicalise some file/dir names

introduce $top_dir

5 years agofinal_msg: clean up
Stephen Rothwell [Sun, 18 Nov 2018 17:21:57 +0000 (04:21 +1100)]
final_msg: clean up

5 years agos/Linux-Next/Linux Next/ in recipiant lists
Stephen Rothwell [Sun, 18 Nov 2018 16:35:09 +0000 (03:35 +1100)]
s/Linux-Next/Linux Next/ in recipiant lists

5 years agotidy up some awk invocations
Stephen Rothwell [Sun, 18 Nov 2018 16:17:30 +0000 (03:17 +1100)]
tidy up some awk invocations

5 years agointroduce get_contacts function and use it
Stephen Rothwell [Sun, 18 Nov 2018 15:58:27 +0000 (02:58 +1100)]
introduce get_contacts function and use it

5 years agouse firejail for builds
Stephen Rothwell [Thu, 15 Nov 2018 05:39:29 +0000 (16:39 +1100)]
use firejail for builds

5 years agoadd_repo: make into a /bin/sh script and general style clean up
Stephen Rothwell [Sat, 29 Sep 2018 03:01:14 +0000 (13:01 +1000)]
add_repo: make into a /bin/sh script and general style clean up

5 years agofetch_trees: shellcheck and general style clean up
Stephen Rothwell [Sat, 29 Sep 2018 02:52:55 +0000 (12:52 +1000)]
fetch_trees: shellcheck and general style clean up

5 years agofetch_trees: explicitly check that a tree exists
Stephen Rothwell [Sat, 29 Sep 2018 02:09:18 +0000 (12:09 +1000)]
fetch_trees: explicitly check that a tree exists

5 years agomake_tree_file: exit the shared connection to kernel.org
Stephen Rothwell [Fri, 28 Sep 2018 08:01:58 +0000 (18:01 +1000)]
make_tree_file: exit the shared connection to kernel.org

5 years agodo_last_build: move some builds to standard cross compilers
Stephen Rothwell [Fri, 31 Aug 2018 01:30:39 +0000 (11:30 +1000)]
do_last_build: move some builds to standard cross compilers

5 years agodo_build: use the Debian standard cross compilers
Stephen Rothwell [Tue, 28 Aug 2018 04:32:07 +0000 (14:32 +1000)]
do_build: use the Debian standard cross compilers

5 years agoimport-akpm: use merge-files and merge-files for akpm-current
Stephen Rothwell [Fri, 27 Jul 2018 00:53:12 +0000 (10:53 +1000)]
import-akpm: use merge-files and merge-files for akpm-current

5 years agocheck_commits: speed up somewhat and produce usable output
Stephen Rothwell [Sat, 21 Jul 2018 14:54:03 +0000 (00:54 +1000)]
check_commits: speed up somewhat and produce usable output

5 years agocheck_commits: output a more useful commit line
Stephen Rothwell [Wed, 18 Jul 2018 13:29:21 +0000 (23:29 +1000)]
check_commits: output a more useful commit line

5 years agodo_build: use the native powerpc compiler
Stephen Rothwell [Wed, 4 Jul 2018 23:16:51 +0000 (09:16 +1000)]
do_build: use the native powerpc compiler

5 years agoto_build_host: provide some protection against misrunning
Stephen Rothwell [Wed, 4 Jul 2018 23:15:45 +0000 (09:15 +1000)]
to_build_host: provide some protection against misrunning

5 years agodo_last_build: append new config entries :-(
Stephen Rothwell [Tue, 12 Jun 2018 04:29:00 +0000 (14:29 +1000)]
do_last_build: append new config entries :-(

5 years agouse `nproc` as the default j factor
Stephen Rothwell [Fri, 8 Jun 2018 13:45:06 +0000 (23:45 +1000)]
use `nproc` as the default j factor

5 years agodo_merge: don't reset the branch stuff before checking for skipping
Stephen Rothwell [Wed, 6 Jun 2018 21:39:07 +0000 (07:39 +1000)]
do_merge: don't reset the branch stuff before checking for skipping

5 years agofetch_trees: skip comments and branch control lines just using awk
Stephen Rothwell [Wed, 6 Jun 2018 01:32:53 +0000 (11:32 +1000)]
fetch_trees: skip comments and branch control lines just using awk

5 years agofetch_trees: skip the "branch" control lines
Stephen Rothwell [Wed, 6 Jun 2018 01:26:17 +0000 (11:26 +1000)]
fetch_trees: skip the "branch" control lines

5 years agofetch_trees: -n means to start wherever we are up to in the merge
Stephen Rothwell [Fri, 1 Jun 2018 04:49:20 +0000 (14:49 +1000)]
fetch_trees: -n means to start wherever we are up to in the merge

5 years agoset branches based on "branch" points in the control file
Stephen Rothwell [Fri, 1 Jun 2018 04:47:54 +0000 (14:47 +1000)]
set branches based on "branch" points in the control file

6 years agodo_build: accumulate logs
Stephen Rothwell [Wed, 9 May 2018 03:51:30 +0000 (13:51 +1000)]
do_build: accumulate logs

So newly building trees won't report previously reorted messages

6 years agodo_clean: make executable
Stephen Rothwell [Thu, 19 Apr 2018 04:36:17 +0000 (14:36 +1000)]
do_clean: make executable

6 years agodo_clean: add akpm import log
Stephen Rothwell [Thu, 19 Apr 2018 04:00:49 +0000 (14:00 +1000)]
do_clean: add akpm import log

6 years agodo_clean: create to save some typing/forgetting
Stephen Rothwell [Thu, 19 Apr 2018 03:59:47 +0000 (13:59 +1000)]
do_clean: create to save some typing/forgetting

6 years agodo_build: ignore changes in PERF_VERSION as well
Stephen Rothwell [Thu, 19 Apr 2018 00:15:59 +0000 (10:15 +1000)]
do_build: ignore changes in PERF_VERSION as well

6 years agodo_last_build: make section mismatches non fatal
Stephen Rothwell [Thu, 5 Apr 2018 05:42:58 +0000 (15:42 +1000)]
do_last_build: make section mismatches non fatal

6 years agocheck_commits: exit early if there are no commits
Stephen Rothwell [Tue, 13 Mar 2018 20:23:55 +0000 (07:23 +1100)]
check_commits: exit early if there are no commits

6 years agouse short name for build host by default
Stephen Rothwell [Tue, 16 Jan 2018 22:45:56 +0000 (09:45 +1100)]
use short name for build host by default

6 years agoignore warnings about tools kabi headers changing
Stephen Rothwell [Tue, 16 Jan 2018 22:44:40 +0000 (09:44 +1100)]
ignore warnings about tools kabi headers changing

6 years agoallow the kup signing key to be different from the tag signing key
Stephen Rothwell [Thu, 23 Nov 2017 11:15:22 +0000 (22:15 +1100)]
allow the kup signing key to be different from the tag signing key

6 years agomerg_msg: don't launch gvim for now
Stephen Rothwell [Thu, 23 Nov 2017 10:52:59 +0000 (21:52 +1100)]
merg_msg: don't launch gvim for now

6 years agoimport-akpm: use a worktree
Stephen Rothwell [Wed, 8 Nov 2017 00:06:14 +0000 (11:06 +1100)]
import-akpm: use a worktree

6 years agodo_build: we don't need to be explicit about CONFIG_MODULES any more
Stephen Rothwell [Sun, 5 Nov 2017 21:11:53 +0000 (08:11 +1100)]
do_build: we don't need to be explicit about CONFIG_MODULES any more

6 years agoupdate_trees: add my SOB line to the patches
Stephen Rothwell [Sun, 5 Nov 2017 20:54:38 +0000 (07:54 +1100)]
update_trees: add my SOB line to the patches

6 years agono_sig: send messages about missing SOB lines
Stephen Rothwell [Sun, 5 Nov 2017 20:53:21 +0000 (07:53 +1100)]
no_sig: send messages about missing SOB lines

check_commits allow for indented SOB lines

6 years agoCONFIG_BUILD_DOCSRC was removed from the kernel sources
Stephen Rothwell [Sun, 5 Nov 2017 20:52:10 +0000 (07:52 +1100)]
CONFIG_BUILD_DOCSRC was removed from the kernel sources

6 years agoadd the check_commits script
Stephen Rothwell [Thu, 27 Jul 2017 15:41:29 +0000 (01:41 +1000)]
add the check_commits script

6 years agoimport_akpm: signoff the patches (since I am committing them
Stephen Rothwell [Thu, 27 Jul 2017 15:40:33 +0000 (01:40 +1000)]
import_akpm: signoff the patches (since I am committing them

This will interact better with the check_commits script

6 years agosetup_build: fetch from fs first as it is closer
Stephen Rothwell [Thu, 13 Jul 2017 23:25:25 +0000 (09:25 +1000)]
setup_build: fetch from fs first as it is closer

6 years agobuild perf more directly so we can pass -s
Stephen Rothwell [Wed, 5 Jul 2017 23:54:26 +0000 (09:54 +1000)]
build perf more directly so we can pass -s

6 years agodo_build: ignore blank lines as well
Stephen Rothwell [Wed, 21 Jun 2017 01:40:15 +0000 (11:40 +1000)]
do_build: ignore blank lines as well

6 years agodo_build: ignore the Section mismatches in vmlinux.o and drivers/built-in.o
Stephen Rothwell [Wed, 21 Jun 2017 00:46:19 +0000 (10:46 +1000)]
do_build: ignore the Section mismatches in vmlinux.o and drivers/built-in.o

they will have been reported earlier and the address changes a lot

6 years agofetch_trees: remove the user xattr that wget helpfully adds to files
Stephen Rothwell [Fri, 9 Jun 2017 00:24:58 +0000 (10:24 +1000)]
fetch_trees: remove the user xattr that wget helpfully adds to files

this is not supported by tmpfs and so when I use rsync to
copy these files to my build machine it generated errors.

6 years agomake_tree_file: use session 2fa
Stephen Rothwell [Wed, 24 May 2017 00:18:26 +0000 (10:18 +1000)]
make_tree_file: use session 2fa

7 years agomake_tree_file: cleanup
Stephen Rothwell [Fri, 12 May 2017 05:06:41 +0000 (15:06 +1000)]
make_tree_file: cleanup

The new ssh setup for gitolite.kernel.org

7 years agotry using -O (--output-sync) with make
Stephen Rothwell [Thu, 4 May 2017 01:26:13 +0000 (11:26 +1000)]
try using -O (--output-sync) with make

7 years agomove some config into my .kuprc
Stephen Rothwell [Thu, 4 May 2017 01:23:29 +0000 (11:23 +1000)]
move some config into my .kuprc

7 years agochanged the name of my kup ssh key
Stephen Rothwell [Thu, 4 May 2017 01:22:33 +0000 (11:22 +1000)]
changed the name of my kup ssh key

7 years agomake some mail addresses more proper
Stephen Rothwell [Wed, 29 Mar 2017 22:34:22 +0000 (09:34 +1100)]
make some mail addresses more proper

7 years agodo_build: sed likes some input
Stephen Rothwell [Wed, 25 Jan 2017 00:59:50 +0000 (11:59 +1100)]
do_build: sed likes some input

7 years agomerge sanitise_log into do_build
Stephen Rothwell [Thu, 19 Jan 2017 22:39:30 +0000 (09:39 +1100)]
merge sanitise_log into do_build

don't actually modify the logs

7 years agosanitise the log fiels a bit before comparing them to old ones
Stephen Rothwell [Thu, 19 Jan 2017 04:39:29 +0000 (15:39 +1100)]
sanitise the log fiels a bit before comparing them to old ones

this should prevet the merge script form stopping so often

7 years agothe powerpc allyesconfig build works again
Stephen Rothwell [Thu, 8 Dec 2016 04:46:36 +0000 (15:46 +1100)]
the powerpc allyesconfig build works again

7 years agocommon.sh: use a longer keyid for my signing key
Stephen Rothwell [Wed, 17 Aug 2016 06:38:27 +0000 (16:38 +1000)]
common.sh: use a longer keyid for my signing key

7 years agodo_build: only match full lines
Stephen Rothwell [Tue, 16 Aug 2016 01:55:23 +0000 (11:55 +1000)]
do_build: only match full lines

7 years agoallow for ignoring some lines in the log files
Stephen Rothwell [Mon, 25 Jul 2016 22:51:54 +0000 (08:51 +1000)]
allow for ignoring some lines in the log files

7 years agodo_last_build: silence the config steps
Stephen Rothwell [Thu, 9 Jun 2016 06:04:47 +0000 (16:04 +1000)]
do_last_build: silence the config steps

7 years agodo_build: quieten the .config creations
Stephen Rothwell [Wed, 1 Jun 2016 23:34:13 +0000 (09:34 +1000)]
do_build: quieten the .config creations

7 years agocheck_left: make it much faster but less accurate
Stephen Rothwell [Wed, 1 Jun 2016 23:31:59 +0000 (09:31 +1000)]
check_left: make it much faster but less accurate

7 years agodo_build: send a notify if we stop for a log size change
Stephen Rothwell [Wed, 1 Jun 2016 23:31:38 +0000 (09:31 +1000)]
do_build: send a notify if we stop for a log size change

7 years agodo_build: factor out showing the successful logs
Stephen Rothwell [Fri, 27 May 2016 00:29:54 +0000 (10:29 +1000)]
do_build: factor out showing the successful logs

7 years agodo_build: only care if the logs are longer
Stephen Rothwell [Thu, 26 May 2016 23:24:52 +0000 (09:24 +1000)]
do_build: only care if the logs are longer