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

Unified Diff: chromeos-base/factorytest-init/factorytest-init-9999.ebuild

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
« no previous file with comments | « no previous file | chromeos/scripts/build_packages » ('j') | chromeos/scripts/build_packages » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos-base/factorytest-init/factorytest-init-9999.ebuild
diff --git a/chromeos-base/factorytest-init/factorytest-init-9999.ebuild b/chromeos-base/factorytest-init/factorytest-init-9999.ebuild
new file mode 100644
index 0000000000000000000000000000000000000000..fdab388471deb821886210025bf34d42a15bbba8
--- /dev/null
+++ b/chromeos-base/factorytest-init/factorytest-init-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=2
+
+inherit cros-workon
+
+DESCRIPTION="Upstart jobs for the Chrome OS factory test image"
+HOMEPAGE="http://src.chromium.org"
+SRC_URI=""
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86 ~arm"
+IUSE=""
+
+DEPEND=""
+
+RDEPEND="\
+ chromeos-base/chromeos-init
+ sys-apps/coreutils
+ sys-apps/module-init-tools
+ sys-apps/upstart
+ sys-process/procps
+ "
+
+CROS_WORKON_LOCALNAME="factory_test"
+CROS_WORKON_PROJECT="factory_test"
davidjames 2011/03/17 23:55:33 Can you add factory_test to the full manifest firs
+
+src_install() {
+ insinto /etc/init
+ doins factory.conf
+ doins factorylog.conf
+}
« no previous file with comments | « no previous file | chromeos/scripts/build_packages » ('j') | chromeos/scripts/build_packages » ('J')

Powered by Google App Engine
This is Rietveld 408576698