Skip to content

Commit

Permalink
SERVER-43160 Updating rpm, deb, signing, and MSI packaging for mongok…
Browse files Browse the repository at this point in the history
…erberos
  • Loading branch information
Adam Cooper authored and evergreen committed Sep 24, 2019
1 parent 393c9d7 commit 65a0a95
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ scratch
/mongod
/mongoed
/mongogrid
/mongokerberos
/mongoldap
/mongoperf
/mongos
/mongoshim
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 mongorestore mongostat mongotop
TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongorestore mongostat mongotop mongokerberos

# 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 mongorestore mongostat mongotop
TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongorestore mongostat mongotop mongokerberos

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
Expand Down
1 change: 1 addition & 0 deletions rpm/mongodb-enterprise-init.spec
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ fi
%{_bindir}/install_compass
%{_bindir}/mongodecrypt
%{_bindir}/mongoldap
%{_bindir}/mongokerberos
%{_bindir}/mongodump
%{_bindir}/mongoexport
%{_bindir}/mongofiles
Expand Down
1 change: 1 addition & 0 deletions rpm/mongodb-enterprise-unstable-init.spec
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ fi
%{_bindir}/install_compass
%{_bindir}/mongodecrypt
%{_bindir}/mongoldap
%{_bindir}/mongokerberos
%{_bindir}/mongodump
%{_bindir}/mongoexport
%{_bindir}/mongofiles
Expand Down
1 change: 1 addition & 0 deletions rpm/mongodb-enterprise-unstable.spec
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ fi
%{_bindir}/install_compass
%{_bindir}/mongodecrypt
%{_bindir}/mongoldap
%{_bindir}/mongokerberos
%{_bindir}/mongodump
%{_bindir}/mongoexport
%{_bindir}/mongofiles
Expand Down
1 change: 1 addition & 0 deletions rpm/mongodb-enterprise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ fi
%{_bindir}/install_compass
%{_bindir}/mongodecrypt
%{_bindir}/mongoldap
%{_bindir}/mongokerberos
%{_bindir}/mongodump
%{_bindir}/mongoexport
%{_bindir}/mongofiles
Expand Down

0 comments on commit 65a0a95

Please sign in to comment.