| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | control.py | 26 def GetActionSummary(is_summary, commits, selected, options): argument 32 if commits: 33 count = len(commits) 64 commits = series.commits 66 commits = None 67 print GetActionSummary(False, commits, boards_selected, 70 if commits: 71 for upto in range(0, len(series.commits), options.step): 72 commit = series.commits[upto] 240 options.step = len(series.commits) - 1 [all …]
|
| H A D | test.py | 78 commits = [ variable 108 self.commits = [] 110 for commit_info in commits: 117 self.commits.append(comm) 192 build.BuildBoards(self.commits, board_selected, keep_outputs=False, 202 self.assertEqual(count, len(commits) * len(boards) + 2) 204 build.ShowSummary(self.commits, board_selected) 207 self.assertEqual(lines[0].text, '01: %s' % commits[0][1]) 208 self.assertEqual(lines[1].text, '02: %s' % commits[1][1]) 221 self.assertEqual(lines[6].text, '03: %s' % commits[2][1]) [all …]
|
| H A D | builder.py | 422 self.ProduceResultSummary(result.commit_upto, self.commits, 459 if self.commits: 460 commit = self.commits[commit_upto] 1305 def ProduceResultSummary(self, commit_upto, commits, board_selected): argument 1311 if commits: 1313 commits[commit_upto].subject) 1321 def ShowSummary(self, commits, board_selected): argument 1331 self.commit_count = len(commits) if commits else 1 1332 self.commits = commits 1337 self.ProduceResultSummary(commit_upto, commits, board_selected) [all …]
|
| H A D | builderthread.py | 43 self.commits = [] 183 if self.builder.commits: 184 commit = self.builder.commits[commit_upto] 402 if job.commits: 407 for commit_upto in range(0, len(job.commits), job.step):
|
| H A D | README | 27 which boards fail on which commits, and which errors come up. It aims 61 Buildman is designed to build entire git branches, i.e. muliple commits. It 63 rebuild commits which have changed (and remove its old results for that 102 individual commits at present, unless (maybe) you point it at an empty 103 branch. Put all your commits in a branch, set the branch's upstream to a 112 Buildman is optimised for building many commits at once, for many boards. 115 a few commits or boards, it will be pretty slow. As a tip, if you don't 156 steps should get you started with a repo and some commits for testing. 161 $ # Add some commits to the branch, reading for testing 189 to build x86 commits. [all …]
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | get_maintainer.pl | 1389 my $commits; 1403 $commits = grep(/$pattern/, @lines); # of commits 1423 return ($commits, $signers_ref, $authors_ref, \@stats); 1457 my @commits = (); 1463 push(@commits, $1); 1467 return @commits; 1473 my @commits = (); 1475 return @commits if (!(-f $file)); 1491 push(@commits, $all_commits[$i]); 1503 push(@commits, vcs_save_commits($cmd)); [all …]
|
| H A D | mailmapper | 79 commits, name = line.split(None, 1) variable 83 commits_per_name[name] = int(commits)
|
| H A D | checkpatch.pl | 916 my @commits = (); 932 unshift(@commits, $sha1); 936 die "$P: no git commits after extraction!\n" if (@commits == 0); 937 @ARGV = @commits;
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | series.py | 36 self.commits = [] 93 self.commits.append(commit) 115 commit = self.commits[upto] 227 for commit in self.commits:
|
| H A D | func_test.py | 60 for i, commit in enumerate(series.commits): 163 self.assertEqual('Cleaned %s patches' % len(series.commits), lines[0]) 171 for i, commit in enumerate(series.commits):
|
| H A D | README | 20 It is configured almost entirely by tags it finds in your commits. 28 in one of your commits, the series will be sent there. 41 - Add tags into the commits within each branch to indicate where the 46 automatically determine the number of commits in it (optional) 246 By adding your change lists into your commits it is easier to 315 The basic workflow is to create your commits, add some tags to the top 400 and use git rebase -i to edit the commits, dropping the wip one. You add 419 Finally, you need to add a change log to the two commits you changed. You 430 commits and combine them into the cover letter, if you have one. So finally 431 you have a new series of commits: [all …]
|
| H A D | patchstream.py | 483 commit = series.commits[count]
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | update-dtc-source.sh | 77 This adds the following commits from upstream:
|
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | README | 38 Related commits are shown below:
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.generic-board | 129 Note: the first group of commits are required for this series to build,
|