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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=2
5
6 inherit cros-workon
7
8 DESCRIPTION="Upstart jobs for the Chrome OS factory test image"
9 HOMEPAGE="http://src.chromium.org"
10 SRC_URI=""
11 LICENSE="BSD"
12 SLOT="0"
13 KEYWORDS="~x86 ~arm"
14 IUSE=""
15
16 DEPEND=""
17
18 RDEPEND="chromeos-base/chromeos-init
19 sys-apps/coreutils
20 sys-apps/module-init-tools
21 sys-apps/upstart
22 sys-process/procps
23 "
24
25 CROS_WORKON_LOCALNAME="factory_test_init"
26 CROS_WORKON_PROJECT="factory_test_init"
27
28 src_install() {
29 dodir /etc/init
30 insinto /etc/init
31 doins factory.conf
32 doins factorylog.conf
33 }
OLDNEW
« 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