File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ DRIVERS
41
41
Client drivers for most programming languages are available at mongodb.org. Use the
42
42
shell ("mongo") for administrative tasks.
43
43
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
+
44
49
DOCUMENTATION
45
50
46
51
http://www.mongodb.org/
Original file line number Diff line number Diff line change 25
25
#
26
26
# apt-get install dpkg-dev rpm debhelper fakeroot ia32-libs createrepo git-core
27
27
# echo "Now put the dist gnupg signing keys in ~root/.gnupg"
28
+ #
28
29
29
30
import errno
30
31
import getopt
@@ -191,6 +192,9 @@ def parse_args(args):
191
192
if len (args ) == 0 :
192
193
print """Usage: packager.py [OPTS] SPEC1 SPEC2 ... SPECn
193
194
195
+ Example:
196
+ packager.py 2.6.4
197
+
194
198
Options:
195
199
196
200
-n: Just build the packages, don't publish them as a repo
You can’t perform that action at this time.
0 commit comments