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

Unified Diff: chromeos/scripts/build_packages

Issue 6665047: Add an ebuild for the new factorytest-init package (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: Exclude certain extraneous changes Created 9 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/scripts/build_packages
diff --git a/chromeos/scripts/build_packages b/chromeos/scripts/build_packages
index f72e908e9b69d38bded19a2420b4e9bd4a705f3e..d98bb5a47e70cd32b5688646d292fdd3d76a0def 100755
--- a/chromeos/scripts/build_packages
+++ b/chromeos/scripts/build_packages
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -186,6 +186,7 @@ if [[ "${FLAGS_withdev}" -eq "${FLAGS_TRUE}" ]]; then
fi
if [[ "${FLAGS_withfactory}" -eq "${FLAGS_TRUE}" ]]; then
PACKAGES="${PACKAGES} chromeos-base/chromeos-factoryinstall"
+ PACKAGES="${PACKAGES} chromeos-base/factorytest-init"
davidjames 2011/03/18 00:03:12 Could you split this into a separate CL? We need t
fi
if [[ "${FLAGS_withtest}" -eq "${FLAGS_TRUE}" ]]; then
PACKAGES="${PACKAGES} chromeos-base/chromeos-test"

Powered by Google App Engine
This is Rietveld 408576698