diff options
author | Brian Crockett <bcrockett@royall.com> | 2014-10-29 10:33:05 -0400 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2014-10-29 15:04:13 -0400 |
commit | 9630dcbf6e50c32df0d048c5e0d5ad9b3663def8 (patch) | |
tree | b9884856a421f6eddda12f6e18ab1e139e3728b3 /README | |
parent | 32a5c787a2545f27f0d1aeeb43764c40ae48e32b (diff) | |
download | mongo-9630dcbf6e50c32df0d048c5e0d5ad9b3663def8.tar.gz |
SERVER-15855 update documentation about how packages are created
Closes #844
Signed-off-by: Benety Goh <benety@mongodb.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -41,6 +41,11 @@ DRIVERS Client drivers for most programming languages are available at mongodb.org. Use the
shell ("mongo") for administrative tasks.
+PACKAGING
+
+ Packages are created dynamically by the package.py script located in the buildscripts directory. This will
+ generate RPM and Debian packages.
+
DOCUMENTATION
http://www.mongodb.org/
|