Skip to content

Commit

Permalink
SERVER-31545 Remove deprecated mongooplog tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonfm committed Oct 23, 2017
1 parent c1a50f5 commit 32f2fcb
Show file tree
Hide file tree
Showing 24 changed files with 12 additions and 646 deletions.
1 change: 0 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ UTILITIES
mongofiles - Put, get and delete files from GridFS.
mongostat - Show the status of a running mongod/mongos.
bsondump - Convert BSON files into human-readable formats.
mongooplog - Poll the oplog and apply to a local server.
mongoreplay - Traffic capture and replay tool.
mongotop - Track time spent reading and writing data.

Expand Down
2 changes: 1 addition & 1 deletion debian/mongodb-enterprise-unstable.rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongooplog mongoperf mongorestore mongostat mongotop
TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongoperf mongorestore mongostat mongotop

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
Expand Down
2 changes: 1 addition & 1 deletion debian/mongodb-enterprise.rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongooplog mongoperf mongorestore mongostat mongotop
TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongoperf mongorestore mongostat mongotop

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
Expand Down
2 changes: 1 addition & 1 deletion debian/mongodb-org-unstable.rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
TOOLS=bsondump mongodump mongoexport mongofiles mongoimport mongooplog mongoperf mongorestore mongostat mongotop
TOOLS=bsondump mongodump mongoexport mongofiles mongoimport mongoperf mongorestore mongostat mongotop

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
Expand Down
2 changes: 1 addition & 1 deletion debian/mongodb-org.rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
TOOLS=bsondump mongodump mongoexport mongofiles mongoimport mongooplog mongoperf mongorestore mongostat mongotop
TOOLS=bsondump mongodump mongoexport mongofiles mongoimport mongoperf mongorestore mongostat mongotop

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
Expand Down
Loading

0 comments on commit 32f2fcb

Please sign in to comment.