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

Side by Side Diff: chromite/specs/chroot/_defaults

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: More sosa feedback; put dummy sections in specs for anush; fixed unit tests. Created 9 years, 11 months 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
« no previous file with comments | « chromite/specs/build/x86-pineview.spec ('k') | chromite/specs/chroot/chroot.spec » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # This spec is used to prime the ConfigParser before reading any chroot specs.
2 #
3 # It can be thought of as the "superclass" of all chroot specs.
4 #
5 # It can refer to $(name)s to get the name of the chroot spec without the
6 # ".spec" suffix (AKA the subclass's name).
7 #
8 # Use RFC 822 format
9
10
11 [CHROOT]
12
13 # The path to the chroot. If relative, this is relative to the base of your
14 # chromium source tree. This is passed to make_chroot and enter_chroot as the
15 # --chroot option.
16 #
17 # DEFAULT: the name of the subclass spec file, without the suffix
18 path: %(name)s
19
20 # Flags to pass to make_chroot (other than --chroot).
21 #
22 # DEFAULT: nothing
23 make_chroot_flags:
24
25 # Flags to pass to enter_chroot (other than --chroot).
26 #
27 # DEFAULT: nothing
28 enter_chroot_flags:
OLDNEW
« no previous file with comments | « chromite/specs/build/x86-pineview.spec ('k') | chromite/specs/chroot/chroot.spec » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698