7829: Restore MANIFEST.in files; add licenses to them.
authorBrett Smith <brett@curoverse.com>
Mon, 7 Dec 2015 18:05:44 +0000 (13:05 -0500)
committerBrett Smith <brett@curoverse.com>
Mon, 7 Dec 2015 18:11:14 +0000 (13:11 -0500)
This reverts cd78cc7c9d06ec84f1e272c4b5a15d377830edba.  The package
building process works without these files on Debian 8, but not Debian
7, which is what Jenkins is still running.

Refs #7829.

sdk/pam/MANIFEST.in [new file with mode: 0644]
sdk/python/MANIFEST.in [new file with mode: 0644]
services/fuse/MANIFEST.in [new file with mode: 0644]
services/nodemanager/MANIFEST.in [new file with mode: 0644]

diff --git a/sdk/pam/MANIFEST.in b/sdk/pam/MANIFEST.in
new file mode 100644 (file)
index 0000000..28885e0
--- /dev/null
@@ -0,0 +1,5 @@
+include LICENSE-2.0.txt
+include README.rst
+include examples/shellinabox
+include lib/libpam_arvados.py
+include pam-configs/arvados
diff --git a/sdk/python/MANIFEST.in b/sdk/python/MANIFEST.in
new file mode 100644 (file)
index 0000000..71dc536
--- /dev/null
@@ -0,0 +1,2 @@
+include LICENSE-2.0.txt
+include README.rst
diff --git a/services/fuse/MANIFEST.in b/services/fuse/MANIFEST.in
new file mode 100644 (file)
index 0000000..5ac3e99
--- /dev/null
@@ -0,0 +1,2 @@
+include agpl-3.0.txt
+include README.rst
diff --git a/services/nodemanager/MANIFEST.in b/services/nodemanager/MANIFEST.in
new file mode 100644 (file)
index 0000000..5ac3e99
--- /dev/null
@@ -0,0 +1,2 @@
+include agpl-3.0.txt
+include README.rst