bcaimano / mongo-build-any-branch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build on Any Branch

So you want to build a release branch of MongoDB? Let's get you started.

Set two bash variables and run:

export VERSION_BRANCH=v4.0
export MONGO_REPO=...
./build-on-branch.sh install-core

About


Languages

Language:Shell 87.3%Language:Python 12.7%