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

Side by Side Diff: chromite/specs/chroot/chroot.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: 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 chroot spec file
2 # Use RFC 822 format
3
4 [LEGACY_CHROOT]
5
6 # The path to the chroot. If relative, this is relative to the base of your
7 # chromium source tree. This is passed to make_chroot and enter_chroot as the
8 # --chroot option.
9 #
10 # DEFAULT: the name of this spec file, without the suffix
11 #path: chroot
12
13
14 # Flags to pass to make_chroot (other than --chroot).
15 #
16 # DEFAULT: nothing
17 #make_chroot_flags:
18
19
20 # Flags to pass to enter_chroot (other than --chroot).
21 #
22 # DEFAULT: nothing
23 #enter_chroot_flags:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698