[tor-commits] [bridgedb] 64/66: clone lego and i18n in build script
    gitolite role 
    git at cupani.torproject.org
       
    Wed Jul 27 18:33:09 UTC 2022
    
    
  
This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main
in repository bridgedb.
commit 1a8148efa87919ea23021ba5007a7edc29447584
Author: kez <kez at torproject.org>
AuthorDate: Wed Jul 20 11:53:06 2022 -0700
    clone lego and i18n in build script
---
 frontend/build.sh | 7 +++++++
 1 file changed, 7 insertions(+)
diff --git a/frontend/build.sh b/frontend/build.sh
index 4480281..2781682 100755
--- a/frontend/build.sh
+++ b/frontend/build.sh
@@ -21,6 +21,13 @@ copy_lang() {
 
 cd "$(dirname "$0")"
 
+git submodule update --init
+
+if [ ! -d i18n ]
+then
+    git clone https://gitlab.torproject.org/tpo/translation/ --single-branch --branch=bridgedb i18n
+fi
+
 lektor build -O public_tmp
 rm -rf public
 mkdir public
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the tor-commits
mailing list