bootstrap/config.py: mv locale setup from bootstrap.sh
authorJoe Guo <joeg@catalyst.net.nz>
Thu, 7 Mar 2019 04:02:50 +0000 (17:02 +1300)
committerStefan Metzmacher <metze@samba.org>
Thu, 18 Apr 2019 12:09:32 +0000 (12:09 +0000)
commit9c33b193ff11009e0998f2cb0eecd315e6133280
tree783b425dbe57e0d2d1300d2e65a29af271c32263
parent45fee29d1ed8e4baa3e1c4af9e54c1b9cb34f639
bootstrap/config.py: mv locale setup from bootstrap.sh

In future, samba developers could run `bootstrap.sh` to update
dependencies on their workstation, this is very useful when new people
get on board or new dependencies introduced.

But currenly it will override locale, which is not expected for this case.

Remove locale setup cmds from bootstrap.sh, add a separate script for this.

Although this script is written in a generic way and has no variable so far,
still follow the same routine as `bootstrap.sh` to keep consistent.

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
bootstrap/config.py