Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms-test-suite:master commit in: PMSTestSuite/pm/
Date: Tue, 31 May 2011 21:06:56
Message-Id: e921b30273c374cdbb44cf053ff22b32dfaa6458.mgorny@gentoo
1 commit: e921b30273c374cdbb44cf053ff22b32dfaa6458
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 20:54:00 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 20:54:00 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms-test-suite.git;a=commit;h=e921b302
7
8 Add --oneshot to Portage options.
9
10 ---
11 PMSTestSuite/pm/portagepm.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/PMSTestSuite/pm/portagepm.py b/PMSTestSuite/pm/portagepm.py
15 index e1ad442..da50bc2 100644
16 --- a/PMSTestSuite/pm/portagepm.py
17 +++ b/PMSTestSuite/pm/portagepm.py
18 @@ -14,7 +14,7 @@ class PortagePM(PackageManager):
19 emerge_path = '/usr/bin/emerge'
20 repoman_path = '/usr/bin/repoman'
21
22 - common_emerge_opts = ['--ask', 'n', '--keep-going']
23 + common_emerge_opts = ['--ask', 'n', '--keep-going', '--oneshot']
24
25 repo_paths = []