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: /
Date: Sun, 31 Jul 2011 14:58:10
Message-Id: 77afc9c476bc6bcc1c40d467f6bae95d492fae51.mgorny@gentoo
1 commit: 77afc9c476bc6bcc1c40d467f6bae95d492fae51
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 14:59:08 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 14:59:08 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms-test-suite.git;a=commit;h=77afc9c4
7
8 README: fix repo name.
9
10 ---
11 README | 6 +++---
12 1 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/README b/README
15 index c05f9b5..606cf24 100644
16 --- a/README
17 +++ b/README
18 @@ -36,15 +36,15 @@ through:
19
20 umask 022
21 mkdir -p /usr/local/portage/pms-tests/profiles
22 - echo 'pms-tests' > /usr/local/portage/pms-tests/profiles/repo_name
23 + echo 'pms-test-suite' > /usr/local/portage/pms-tests/profiles/repo_name
24 echo 'PORTDIR_OVERLAY="${PORTDIR_OVERLAY}
25 /usr/local/portage/pms-tests' >> /etc/make.conf
26
27 The newly-created repository can be then referenced by name:
28
29 - pms-tester -r pms-tests -p yourpm
30 + pms-tester -r pms-test-suite -p yourpm
31
32 -`pms-tests` is the default name, and pms-tester will use it when no `-r`
33 +`pms-test-suite` is the default name, and pms-tester will use it when no `-r`
34 nor `-R` is specified. Thus, the above could be simplified to:
35
36 pms-tester -p yourpm