aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-09-17 22:22:34 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-09-17 22:22:34 +0530
commite1f2cfe146b5fc975a5fce1414de8543a0deedd9 (patch)
tree3a1bd8a27043bd865a15f87cc1250218b9149633
parentAdd a script to do releases (diff)
downloadautotua-e1f2cfe146b5fc975a5fce1414de8543a0deedd9.tar.gz
autotua-e1f2cfe146b5fc975a5fce1414de8543a0deedd9.tar.bz2
autotua-e1f2cfe146b5fc975a5fce1414de8543a0deedd9.zip
Symlink the root README into master/ and slave/
Also, add it to MANIFEST.in so that setup.py puts it in the sdist tarball
l---------master/README-AUTOTUA1
-rw-r--r--slave/MANIFEST.in1
l---------slave/README-AUTOTUA1
3 files changed, 3 insertions, 0 deletions
diff --git a/master/README-AUTOTUA b/master/README-AUTOTUA
new file mode 120000
index 0000000..59a23c4
--- /dev/null
+++ b/master/README-AUTOTUA
@@ -0,0 +1 @@
+../README \ No newline at end of file
diff --git a/slave/MANIFEST.in b/slave/MANIFEST.in
index 090e4ea..b7356eb 100644
--- a/slave/MANIFEST.in
+++ b/slave/MANIFEST.in
@@ -1,2 +1,3 @@
include config/slave.cfg scripts/git-proxy-cmd.sh
include autotua/bin/*.sh
+include README-AUTOTUA
diff --git a/slave/README-AUTOTUA b/slave/README-AUTOTUA
new file mode 120000
index 0000000..59a23c4
--- /dev/null
+++ b/slave/README-AUTOTUA
@@ -0,0 +1 @@
+../README \ No newline at end of file