Procházet zdrojové kódy

Merge pull request #4732 from bentiss/fix-esprima

Fix Python-Esprima upstream failing
Lauri Ojansivu před 2 roky
rodič
revize
6b993fafd3
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      releases/rebuild-docs.sh

+ 3 - 0
releases/rebuild-docs.sh

@@ -21,6 +21,9 @@ if [ ! -d ~/python/esprima-python ]; then
   cd ~/python
   git clone --depth 1 -b master https://github.com/Kronuz/esprima-python
   cd ~/python/esprima-python
+  # temporary fix until https://github.com/Kronuz/esprima-python/pull/20 gets merged
+  git fetch origin pull/20/head:delete_fix
+  git checkout delete_fix
   # a) Generating docs works on Kubuntu 21.10 with this,
   #    but generating Sandstorm WeKan package does not work
   #    https://github.com/wekan/wekan/issues/4280