1 |
commit: 2fcf2623c345e4e35eea48c9e289e9597f46c324 |
2 |
Author: Michał Górny <mgorny <AT> gentoo <DOT> org> |
3 |
AuthorDate: Tue May 31 19:07:07 2011 +0000 |
4 |
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> |
5 |
CommitDate: Tue May 31 19:07:07 2011 +0000 |
6 |
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms-test-suite.git;a=commit;h=2fcf2623 |
7 |
|
8 |
README: Recursive clone is no longer necessary. |
9 |
|
10 |
--- |
11 |
README | 2 +- |
12 |
1 files changed, 1 insertions(+), 1 deletions(-) |
13 |
|
14 |
diff --git a/README b/README |
15 |
index d81b222..82351ca 100644 |
16 |
--- a/README |
17 |
+++ b/README |
18 |
@@ -25,7 +25,7 @@ of the functions already implemented. |
19 |
|
20 |
First you need to clone the two necessary git repos: |
21 |
|
22 |
- git clone --recursive git://git.overlays.gentoo.org/proj/pms-test-suite.git |
23 |
+ git clone git://git.overlays.gentoo.org/proj/pms-test-suite.git |
24 |
git clone git://git.overlays.gentoo.org/proj/pms-test-suite-overlay.git |
25 |
|
26 |
Then run the `ebuild-generator` script, passing the path to the overlay as its |