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

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: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chromeos/scripts/build_packages » ('j') | chromeos/scripts/build_packages » ('J')
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="\
19 chromeos-base/chromeos-init
20 sys-apps/coreutils
21 sys-apps/module-init-tools
22 sys-apps/upstart
23 sys-process/procps
24 "
25
26 CROS_WORKON_LOCALNAME="factory_test"
27 CROS_WORKON_PROJECT="factory_test"
davidjames 2011/03/17 23:55:33 Can you add factory_test to the full manifest firs
28
29 src_install() {
30 insinto /etc/init
31 doins factory.conf
32 doins factorylog.conf
33 }
OLDNEW
« 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