Squashed 'gitstatus/' changes from 901c366b..f81313e2

f81313e2 move gitee disable higher
8cfb83f3 print [ok] after download when stderr is not tty
d185a2ab disable gitee mirror until there is sha256 verification in place
fb88a401 show progress when downloading gitstatusd
ae988158 add a mirror for gitstatusd release files
c673d327 disable aliases before calling zcompile

git-subtree-dir: gitstatus
git-subtree-split: f81313e27271ee1fb3fd22b8e72382e9516776ef
This commit is contained in:
romkatv 2020-05-12 21:55:25 +02:00
commit d23b2c3792
5 changed files with 217 additions and 39 deletions

View file

@ -489,7 +489,7 @@ cd gitstatus-1.0.0
./build
rm deps/libgit2-*.tar.gz
for file in *.zsh install; do
zsh -fc "zcompile -R -- $file.zwc $file"
zsh -fc "emulate zsh -o no_aliases && zcompile -R -- $file.zwc $file"
done
```