-
Type: Task
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Build
-
None
-
Not Needed
-
Iteration Athens, Iteration Barcelona
- rename branch locally with
Unable to find source-code formatter for language: shell. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
git branch -m master main git push origin :master git push --set-upstream origin main
- set default branch to 'main' in github project settings – https://github.com/mongodb-js/mongosh/settings/branches
- change evergreen branch name in project settings (DO NOT forget to press
save at the bottom of the page) – https://evergreen.mongodb.com/projects##mongosh - check anna.herlihy's scripts to make sure they are working with the branch rename
If people have local git configs they want to adjust:
in git/template/HEAD file add:
Unable to find source-code formatter for language: shell. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
ref: refs/heads/default
and for your local .gitconfig you can run:
Unable to find source-code formatter for language: shell. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
git config --global init.templateDir $basedir/git/template