diff options
author | Andrew Morrow <andrew.morrow@10gen.com> | 2020-01-15 19:51:39 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2020-01-15 19:51:39 +0000 |
commit | 3c0c136ecf80d60f512e96b9720af3845f401fd8 (patch) | |
tree | e8981c04b760b03bb623b2cfaf31d48ba84bc9a7 /debian/mongodb-org-unstable.rules | |
parent | c9dbf657e1ef0fdda8a32d1080d4a7c3bb361c5e (diff) | |
download | mongo-3c0c136ecf80d60f512e96b9720af3845f401fd8.tar.gz |
SERVER-44763 Remove gotools from build and packaging
Diffstat (limited to 'debian/mongodb-org-unstable.rules')
-rwxr-xr-x[-rw-r--r--] | debian/mongodb-org-unstable.rules | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/debian/mongodb-org-unstable.rules b/debian/mongodb-org-unstable.rules index 8028d7a37a5..593f5c7a21f 100644..100755 --- 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 mongorestore mongostat mongotop +TOOLS= # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 @@ -53,11 +53,6 @@ clean: rm -f config.log rm -f mongo rm -f mongod - rm -f mongoimportjson - rm -f mongoexport - rm -f mongorestore - rm -f mongodump - rm -f mongofiles rm -f install_compass rm -f .sconsign.dblite rm -f libmongoclient.a |