mirror of https://github.com/mongodb/mongo
SERVER-115532: Remove username from spidermonkey branch name (#45277)
GitOrigin-RevId: ae6f7319e8d73717ec8ab23deab8cbe78809de30
This commit is contained in:
parent
5c075bbb30
commit
4a98810406
|
|
@ -9,7 +9,7 @@ set -vx
|
||||||
NAME=spidermonkey
|
NAME=spidermonkey
|
||||||
|
|
||||||
VERSION="140.3.0esr"
|
VERSION="140.3.0esr"
|
||||||
LIB_GIT_BRANCH=aveselova/spidermonkey-esr140.3-cpp-only
|
LIB_GIT_BRANCH=spidermonkey-esr140.3-cpp-only
|
||||||
LIB_GIT_REVISION=54ce5c4f64002c110069eba7861399fbf4b24ecc
|
LIB_GIT_REVISION=54ce5c4f64002c110069eba7861399fbf4b24ecc
|
||||||
LIB_GIT_REPO=git@github.com:mongodb-forks/spidermonkey.git
|
LIB_GIT_REPO=git@github.com:mongodb-forks/spidermonkey.git
|
||||||
# If a local spidermonkey repo exists, this is much faster than fetching from git:
|
# If a local spidermonkey repo exists, this is much faster than fetching from git:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue