diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-12-31 18:32:17 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-01-16 19:53:49 +1300 |
commit | 2e38cb2cbb7520b2630ed85c3df2eb678c737fda (patch) | |
tree | c0d848ee137ba78a598e6730064adbdfd74686f5 /lib | |
parent | 664b74d3669841059224fdf2fc94b53a36613888 (diff) | |
download | samba-2e38cb2cbb7520b2630ed85c3df2eb678c737fda.tar.gz samba-2e38cb2cbb7520b2630ed85c3df2eb678c737fda.tar.bz2 samba-2e38cb2cbb7520b2630ed85c3df2eb678c737fda.zip |
Add README about subunit.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/subunit/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/subunit/README b/lib/subunit/README new file mode 100644 index 0000000000..c657992c7a --- /dev/null +++ b/lib/subunit/README @@ -0,0 +1,7 @@ +This directory contains some helper code for the Subunit protocol. It is +a partial import of the code from the upstream subunit project, which can +be found at https://launchpad.net/subunit. + +To update the snapshot, run update.sh in this directory. When making changes +here, please also submit them upstream - otherwise they'll be gone by the +next time we import subunit. |