diff mbox

[5/6] Merge top-level READMEs

Message ID 1311883384-20260-6-git-send-email-bfields@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Bruce Fields July 28, 2011, 8:03 p.m. UTC
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
---
 README     |   17 +++++++++++++----
 README-4.1 |    8 --------
 2 files changed, 13 insertions(+), 12 deletions(-)
 delete mode 100644 README-4.1

Comments

Bruce Fields July 28, 2011, 8:45 p.m. UTC | #1
On Thu, Jul 28, 2011 at 04:03:03PM -0400, J. Bruce Fields wrote:
> +You can prepare both for use with a single
> +	./setup.py build_ext --inplace
> +which will create auto-generated files and compile any shared libraries
> +in place.

This, by the way, is a bald-faced lie.

Or anyway, at least I'm having trouble getting the tests to run unless I
do a "setup.py build".

But I thought I'd just leave it as is and get you to explain what's
actually supposed to work....

--b.
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/README b/README
index 4fc8ad3..e756871 100644
--- a/README
+++ b/README
@@ -1,4 +1,13 @@ 
-The 4.0 and 4.1 git trees have been merged, preparing for merging of
-the actual code bases.  As a first step, the original 4.0 code was
-just moved down into the nfs4.0 directory.  If yuo want to ignore the
-4.1 work, just cd down to nfs4.0 and work from there as before.
+This tree includes support for both 4.0 and 4.1 pynfs testing.  It is
+the merge of what were originally two independent projects--initially
+the 4.0 pynfs code was all moved into the nfs4.0 directory, but as time
+passes we expect to merge the two code bases.
+
+You can prepare both for use with a single
+	./setup.py build_ext --inplace
+which will create auto-generated files and compile any shared libraries
+in place.
+
+For more details about 4.0 and 4.1 testing, see nfs4.0/README and
+nfs4.1/README, respectively.  For information about automatic code
+generation from an XDR file, see xdr/README.
diff --git a/README-4.1 b/README-4.1
deleted file mode 100644
index fcfe9d9..0000000
--- a/README-4.1
+++ /dev/null
@@ -1,8 +0,0 @@ 
-For nfs4 testing, see the nfs4/README.
-For automatic code generation frmo an XDR file, see xdr/README.
-
-First, if you need gss (kerberos), cd to the gssapi directoy
-and run "python setup.py build_ext --inplace"
-
-To use, you will first need to run "python setup.py build" to generate
-python files from xdr.