diff options
author | Andrew Morrow <acm@mongodb.com> | 2018-04-13 11:19:05 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2018-04-13 11:20:42 -0400 |
commit | 51f7e327acd1e32cd210c32917b9ed522fb875cd (patch) | |
tree | 9fdc42006067f72ff5a659f1dc3c45e4b66ddd7b /debian/mongodb-org-unstable.rules | |
parent | 0f0caff9af9abc11004853477a34072b5aa8a017 (diff) | |
download | mongo-51f7e327acd1e32cd210c32917b9ed522fb875cd.tar.gz |
SERVER-34419 Remove mongoperf
Diffstat (limited to 'debian/mongodb-org-unstable.rules')
-rw-r--r-- | debian/mongodb-org-unstable.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mongodb-org-unstable.rules b/debian/mongodb-org-unstable.rules index fbec3b29891..8028d7a37a5 100644 --- a/debian/mongodb-org-unstable.rules +++ b/debian/mongodb-org-unstable.rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f # -*- makefile -*- -TOOLS=bsondump mongodump mongoexport mongofiles mongoimport mongoperf mongorestore mongostat mongotop +TOOLS=bsondump mongodump mongoexport mongofiles mongoimport mongorestore mongostat mongotop # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 |