Lines Matching +full:9 +full:- +full:series
1 # SPDX-License-Identifier: GPL-2.0+
25 [toolchain-alias]
27 [make-flags]
30 vboot=VBOOT_DEBUG=1 MAKEFLAGS_VBOOT=DEBUG=1 CFLAGS_EXTRA_VBOOT=-DUNROLL_LOOPS VBOOT_SOURCE=${src}/p…
44 39403bb patman: Use --no-pager' to stop git from forking a pager
45 db6e6f2 patman: Remove the -a option
62 Besides, "-b <branch>" is not mandatory since commit fea5858e.
65 Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
69 Date: Thu Aug 14 16:48:25 2014 -0600
76 Series-changes: 7
77 - Add new patch to fix the 'reverse' bug
79 Series-version: 8
81 Change-Id: I79078f792e8b390b8a1272a8023537821d45feda
82 Reported-by: York Sun <yorksun@freescale.com>
83 Signed-off-by: Simon Glass <sjg@chromium.org>
88 Date: Sat Aug 9 11:44:32 2014 -0600
92 This code came from a different project with 2-character indentation. Fix
93 it for U-Boot.
95 Series-changes: 6
96 - Add new patch to fix indentation in teminal.py
98 Change-Id: I5a74d2ebbb3cc12a665f5c725064009ac96e8a34
99 Signed-off-by: Simon Glass <sjg@chromium.org>
104 Date: Sat Aug 9 11:08:24 2014 -0600
111 ./tools/patman/patman --test
114 Series-changes: 6
115 - Add new patch to fix patman unit tests
117 Change-Id: I3d2ca588f4933e1f9d6b1665a00e4ae58269ff3b
122 Date: Sat Aug 9 12:06:02 2014 -0600
124 patman: Remove the -a option
130 Series-changes: 6
131 - Add new patch to remove patman's -a option
133 Suggested-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
134 Change-Id: I5821a1c75154e532c46513486ca40b808de7e2cc
139 Date: Thu Aug 14 21:50:52 2014 -0600
141 patman: Use --no-pager' to stop git from forking a pager
146 Date: Fri Aug 22 15:57:39 2014 -0600
154 Series-changes: 9
155 - Add new patch to avoid changing the order of tags
157 Series-version: 9
159 Suggested-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
160 Change-Id: Ib1518588c1a189ad5c3198aae76f8654aed8d0db
170 emd-to-end test, as it mocks git, make and the tool chain. But this
173 very limited subset of 'git' arguments is supported - anything
183 self._toolchains.Add('arm-gcc', test=False)
184 self._toolchains.Add('powerpc-gcc', test=False)
230 result = self._RunBuildman('-H')
241 result = self._RunBuildman('-h')
258 if args[-1] == '--':
259 args = args[:-1]
260 if '-n0' in args:
262 elif args[-1] == 'upstream/master..%s' % self._test_branch:
264 elif args[:3] == ['--no-color', '--no-decorate', '--reverse']:
265 if args[-1] == self._test_branch:
293 This uses a hacked-up parser.
298 git_args = [] # Top-level arguments to git itself
299 sub_cmd = None # Git sub-command selected
300 args = [] # Arguments to the git sub-command
304 elif arg[0] == '-':
307 if git_args and git_args[-1] in ['--git-dir', '--work-tree']:
339 The command is in kwargs['pipe-list'], as a list of pipes, each a
349 if pipe_list[1] == ['wc', '-l']:
359 elif cmd == './scripts/show-gnu-make':
432 self._RunControl('-b', 'badbranch')
437 ret_code = self._RunControl('-b', TEST_BRANCH)
447 self._total_builds - self._commits)
461 self._RunControl('-b', TEST_BRANCH)
467 self._RunControl('-b', TEST_BRANCH, '-c2')
474 """Test building a branch twice - the second time should do nothing"""
475 self._RunControl('-b', TEST_BRANCH)
480 self._RunControl('-b', TEST_BRANCH, clean_dir=False)
486 """The -f flag should force a rebuild"""
487 self._RunControl('-b', TEST_BRANCH)
489 self._RunControl('-b', TEST_BRANCH, '-f', clean_dir=False)
494 """The -f flag should force a rebuild"""
495 self._RunControl('-b', TEST_BRANCH, '-C')
502 self._RunControl('-b', TEST_BRANCH)
510 self._RunControl('-b', TEST_BRANCH, clean_dir=False)
515 # Now use the -F flag to force rebuild of the bad commit
516 self._RunControl('-b', TEST_BRANCH, '-F', clean_dir=False)
524 self._RunControl('-b', self._test_branch, clean_dir=False)
532 self._RunControl('-b', self._test_branch, '-o', os.getcwd())
534 self._RunControl('-b', self._test_branch, '-o',