1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

Hub finalization

This commit is contained in:
Jean-Baptiste Holcroft 2017-10-04 13:42:18 +02:00
parent 98d3086b33
commit ba26794dd0
2 changed files with 4 additions and 1 deletions

View file

@ -191,7 +191,7 @@ TEMPLATES = [
# GitHub username for sending pull requests.
# Please see the documentation for more details.
GITHUB_USERNAME = None
GITHUB_USERNAME = "__GITHUBUSER__"
# Authentication configuration
AUTHENTICATION_BACKENDS = (

View file

@ -150,6 +150,8 @@ cp ../conf/hub_config "$final_path/.config/hub"
ynh_replace_string "__GITHUBUSER__" "$github_account" "$final_path/.config/hub"
ynh_replace_string "__GITHUBTOKEN__" "$github_token" "$final_path/.config/hub"
echo "alias git=hub" > "$final_path/.bashrc"
#=================================================
# SPECIFIC SETUP
#=================================================
@ -207,6 +209,7 @@ ynh_replace_string "__PATHURL__" "$path_url" "$final_path/venv/lib/python2.7
ynh_replace_string "__FINALPATH__" "$final_path" "$final_path/venv/lib/python2.7/site-packages/weblate/settings.py"
ynh_replace_string "__SMTPPWD__" "$smtp_pwd" "$final_path/venv/lib/python2.7/site-packages/weblate/settings.py"
ynh_replace_string "__MEMCPORT__" "$memc_port" "$final_path/venv/lib/python2.7/site-packages/weblate/settings.py"
ynh_replace_string "__GITHUBUSER__" "$github_account" "$final_path/venv/lib/python2.7/site-packages/weblate/settings.py"
#=================================================
# SPECIFIC SETUP Filling up the database