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

Unified Diff: chromite/specs/build/x86-agz.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 side-by-side diff with in-line comments
Download patch
Index: chromite/specs/build/x86-agz.spec
diff --git a/chromite/specs/build/x86-agz.spec b/chromite/specs/build/x86-agz.spec
new file mode 100644
index 0000000000000000000000000000000000000000..cd9b94622156f4fcfc60e26addc6f7324a9693fe
--- /dev/null
+++ b/chromite/specs/build/x86-agz.spec
@@ -0,0 +1,39 @@
+# chromite build spec file
+# Use RFC 822 format
+
+[LEGACY]
+
+# The board name that will be passed to various commands.
+#
+# DEFAULT: the name of this spec file, without the suffix
+#board: x86-agz
+
+# A spec file describing how to build/enter the chroot. Can be an absolute
+# path or the exact name of a spec file (without the suffix) in the chroot
+# spec search path.
+#
+# DEFAULT: chroot
+#chroot_spec: chroot
+
+
+[LEGACY_BUILD]
+
+# Flags to pass to setup_board (other than --board). Note that setup_board is
+# only called once per board, unless you use "chromite clean" to clean your
+# board out.
+#
+# DEFAULT: nothing
+#setup_board_flags:
+
+# Flags to pass to build_packages (other than --board).
+#
+# DEFAULT: nothing
+build_packages_flags: --oldchromebinary
+
+
+[LEGACY_IMAGE]
+
+# Flags to pass to build_image (other than --board)
+#
+# DEFAULT: nothing
+#build_image_flags:

Powered by Google App Engine
This is Rietveld 408576698