mirror of
https://github.com/YunoHost-Apps/pagure_ynh.git
synced 2024-09-03 19:56:19 +02:00
commit
8381a45611
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ pushd "$final_path"
|
||||||
pip install cffi
|
pip install cffi
|
||||||
pip install psycopg2
|
pip install psycopg2
|
||||||
pip install pyyaml
|
pip install pyyaml
|
||||||
pip install pygit2==0.27
|
pip install pygit2
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
mkdir -p "${final_path}"/lcl/{repos,remotes,attachments,releases}
|
mkdir -p "${final_path}"/lcl/{repos,remotes,attachments,releases}
|
||||||
ynh_add_config --template="../conf/alembic.ini" --destination="$final_path/alembic.ini"
|
ynh_add_config --template="../conf/alembic.ini" --destination="$final_path/alembic.ini"
|
||||||
|
|
Loading…
Reference in a new issue