Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Side by Side Diff: chromite/specs/build/x86-generic.spec

Issue 6005004: WIP Chromite supporting "LEGACY" mode, as requested by Anush. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: Use Info instead of printing to stderr. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # chromite build spec file
2 # Use RFC 822 format
3
4 [LEGACY]
5
6 # The board name that will be passed to various commands.
7 #
8 # DEFAULT: the name of this spec file, without the suffix
9 #board: x86-generic
10
11 # A spec file describing how to build/enter the chroot. Can be an absolute
12 # path or the exact name of a spec file (without the suffix) in the chroot
13 # spec search path.
14 #
15 # DEFAULT: chroot
16 #chroot_spec: chroot
17
18
19 [LEGACY_BUILD]
20
21 # Flags to pass to setup_board (other than --board). Note that setup_board is
22 # only called once per board, unless you use "chromite clean" to clean your
23 # board out.
24 #
25 # DEFAULT: nothing
26 #setup_board_flags:
27
28 # Flags to pass to build_packages (other than --board).
29 #
30 # DEFAULT: nothing
31 build_packages_flags: --oldchromebinary
32
33
34 [LEGACY_IMAGE]
35
36 # Flags to pass to build_image (other than --board)
37 #
38 # DEFAULT: nothing
39 #build_image_flags:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698