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

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: Fixes based on review comments 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 | no next file » | no next file with comments »
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..d39e1282ef9741cf0e913b1a5dc41eda874fc121
--- /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_init"
+CROS_WORKON_PROJECT="factory_test_init"
+
+src_install() {
+ dodir /etc/init
+ insinto /etc/init
+ doins factory.conf
+ doins factorylog.conf
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698