mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
tools: Remove empty wrapper script build_emoji.
This renames the old `emoji_dump.py` to `build_emoji`, removing the old shell essentially empty shell script. `emoji_dump.py` was always a weird name, and this makes it a bit easier to read the code for this system.
This commit is contained in:
committed by
Tim Abbott
parent
2083ffa7a6
commit
bc6421fbfb
@@ -283,7 +283,7 @@ Now run these commands:
|
||||
```
|
||||
./tools/install-mypy
|
||||
./tools/setup/download-zxcvbn
|
||||
./tools/setup/emoji_dump/build_emoji
|
||||
python ./tools/setup/emoji_dump/build_emoji
|
||||
./scripts/setup/generate_secrets.py -d
|
||||
if [ $(uname) = "OpenBSD" ]; then sudo cp ./puppet/zulip/files/postgresql/zulip_english.stop /var/postgresql/tsearch_data/; else sudo cp ./puppet/zulip/files/postgresql/zulip_english.stop /usr/share/postgresql/9.*/tsearch_data/; fi
|
||||
./scripts/setup/configure-rabbitmq
|
||||
|
||||
Reference in New Issue
Block a user