Lines Matching refs:commit

24 with your patch series. It can build each individual commit and report
29 errors or image size increases in a particular commit or board to be
30 quickly identified and the offending commit pinpointed. This can be a big
62 changed (and remove its old results for that commit). It is possible to build
65 re-build a commit it has already built (e.g. because of a toolchain update),
69 It shows which commit introduced which board failure using a simple
72 against the commit that introduced the error. An example workflow is below.
75 from commit to commit. An example of this is below.
78 a time. A thread starts at the first commit, configures the source for your
79 board and builds it. Then it checks out the next commit and does an
81 Eventually the thread reaches the last commit and stops. If a commit causes
92 output files in the working directory, organised by commit name and board
105 builds the upstream commit as well, for comparison. So even if you have one
106 commit in your branch, two commits will be built. Put all your commits in a
532 Total boards to build for each commit: 1059
542 directories for each commit and board.
558 This means that it is building 19062 board/commit combinations. So far it
601 failure is never fixed by a later commit, or you would see lubbock again, in
624 should be enough to work out what that commit is doing to break these
643 by that commit. Sometimes commits can be in the wrong order, so that a
648 At commit 16, the error moves: you can see that the old error at line 120
715 series is not supposed to change any other board. From commit 7 onwards the
726 --step 2 will show the image sizes for only every 2nd commit (so it will
730 only the upstream commit and your final branch commit.
858 This shows that commit 19 has reduced codesize for arm slightly and increased
962 first commit for each board. This reduces the amount of work 'make' does, and
1005 differences in effective configuration between one commit and the next.
1023 This shows that commit 44 enabled three new options for the board
1024 am335x_evm_usbspl which were not enabled in commit 43. There is also a
1055 between one commit and the next.
1063 02: Squashed commit of the following:
1070 This shows that commit 2 modified the value of 'altbootcmd' for 'brppt1_mmc'
1155 commit introduces an error in a particular board, buildman can easily show
1156 you this, even if a later commit fixes that error.
1187 buildman just shows a summary, with red indicating that a commit introduced
1188 an error and green indicating that a commit fixed an error. Use the -e
1242 -B shows which functions are growing/shrinking in which commit - great
1244 -S shows image sizes for each commit (just an overall summary)
1246 --step 0 will build just the upstream commit and the last commit of your