Commit 03003eb1 authored by Michal Čihař's avatar Michal Čihař

Create repos dir in tarball (fixes #295)

parent 8e51a69d
......@@ -32,6 +32,9 @@ git archive --format=tar $rev | tar xf - -C $build_dir
cd $build_dir
# Include repos and whoosh dirs
mkdir weblate/repos weblate/whoosh-index
# Compile po files
cp weblate/settings_example.py weblate/settings.py
../../scripts/generate-locales
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment