1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pagure_ynh.git synced 2024-09-03 19:56:19 +02:00

Merge pull request #3 from YunoHost-Apps/testing

Testing
This commit is contained in:
yalh76 2022-03-03 22:29:23 +01:00 committed by GitHub
commit 6aae311dae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ A git-centered forge, python based using pygit2.
## Disclaimers / important information ## Disclaimers / important information
* The admin you choose during the instllation has been added to the PAGURE_ADMIN_USERS * The admin you choose during the installation has been added to the PAGURE_ADMIN_USERS
* After installation, you must create an account with the same username * After installation, you must create an account with the same username
## Documentation and resources ## Documentation and resources

View file

@ -19,7 +19,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
## Avertissements / informations importantes ## Avertissements / informations importantes
* The admin you choose during the instllation has been added to the PAGURE_ADMIN_USERS * The admin you choose during the installation has been added to the PAGURE_ADMIN_USERS
* After installation, you must create an account with the same username * After installation, you must create an account with the same username
## Documentations et ressources ## Documentations et ressources

View file

@ -1,2 +1,2 @@
* The admin you choose during the instllation has been added to the PAGURE_ADMIN_USERS * The admin you choose during the installation has been added to the PAGURE_ADMIN_USERS
* After installation, you must create an account with the same username * After installation, you must create an account with the same username

View file

@ -156,7 +156,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"