Skip to content

Commit 9630dcb

Browse files
Brian Crockettbenety
Brian Crockett
authored andcommitted
SERVER-15855 update documentation about how packages are created
Closes mongodb#844 Signed-off-by: Benety Goh <[email protected]>
1 parent 32a5c78 commit 9630dcb

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ DRIVERS
4141
Client drivers for most programming languages are available at mongodb.org. Use the
4242
shell ("mongo") for administrative tasks.
4343

44+
PACKAGING
45+
46+
Packages are created dynamically by the package.py script located in the buildscripts directory. This will
47+
generate RPM and Debian packages.
48+
4449
DOCUMENTATION
4550

4651
http://www.mongodb.org/

buildscripts/packager.py

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#
2626
# apt-get install dpkg-dev rpm debhelper fakeroot ia32-libs createrepo git-core
2727
# echo "Now put the dist gnupg signing keys in ~root/.gnupg"
28+
#
2829

2930
import errno
3031
import getopt
@@ -191,6 +192,9 @@ def parse_args(args):
191192
if len(args) == 0:
192193
print """Usage: packager.py [OPTS] SPEC1 SPEC2 ... SPECn
193194
195+
Example:
196+
packager.py 2.6.4
197+
194198
Options:
195199
196200
-n: Just build the packages, don't publish them as a repo

0 commit comments

Comments
 (0)