From 9d635703662af41dbe5d1d5271bc9ba0d766f896 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 3 Mar 2022 22:28:38 +0100 Subject: [PATCH 1/3] Fix bullseye --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f2eed4f..eb93a1c 100755 --- a/scripts/install +++ b/scripts/install @@ -156,7 +156,7 @@ pushd "$final_path" pip install cffi pip install psycopg2 pip install pyyaml - pip install pygit2==0.27 + pip install pygit2 pip install -r requirements.txt mkdir -p "${final_path}"/lcl/{repos,remotes,attachments,releases} ynh_add_config --template="../conf/alembic.ini" --destination="$final_path/alembic.ini" From 771099cf1a957224ad975da6aa132677ddebdd6a Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 3 Mar 2022 22:28:44 +0100 Subject: [PATCH 2/3] Typo --- doc/DISCLAIMER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index f3fce51..7fc3889 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -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 From 3a2e0bccbf920a391b8f7fa3d8119db313607815 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Thu, 3 Mar 2022 21:28:49 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef86a7d..c55d26e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A git-centered forge, python based using pygit2. ## 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 ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 7f6a908..33f1118 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## 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 ## Documentations et ressources