diff --git a/conf/app.src b/conf/app.src index 6376669..51f7077 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://releases.pagure.org/pagure/pagure-3.10.1.tar.gz -SOURCE_SUM=853a7e4bf84305a2695b8608984cd9e199e19693507ddf6cdef4ec7fc4e2be25 +SOURCE_URL=https://releases.pagure.org/pagure/pagure-3.11.tar.gz +SOURCE_SUM=7f34ee27a6711427486bb274a30c89e7a21e8eee4cc6bf001afa12421e734e8c SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index b9270be..d4d4dc4 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ "description": { "en": "Pagure is a git-centered forge, python based using pygit2." }, - "version": "3.10.1", + "version": "3.11.0", "url": "https://pagure.io/pagure", "license": "AGPL-3.0", "maintainer": { diff --git a/scripts/install b/scripts/install index 8a5e219..3fb8d8b 100755 --- a/scripts/install +++ b/scripts/install @@ -140,7 +140,7 @@ ynh_add_uwsgi_service #================================================= ynh_setup_source "${final_path}" -ln -s "${final_path}/pagure-3.10.1" "${final_path}/pagure" +ln -s "${final_path}/pagure-3.11" "${final_path}/pagure" #================================================= # PIP INSTALLATION @@ -161,7 +161,7 @@ virtualenv "${final_path}/venv" #========================================== # Create the folder that will receive the projects, forks, docs, requests and tickets' git repo: -mkdir -p "${final_path}/lcl/{repos,docs,forks,tickets,requests,remotes,attachments,releases}" +mkdir -p "${final_path}"/lcl/{repos,docs,forks,tickets,requests,remotes,attachments,releases} ( set +eu diff --git a/scripts/remove b/scripts/remove index d5f2c66..c2939d5 100755 --- a/scripts/remove +++ b/scripts/remove @@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers app=$YNH_APP_INSTANCE_NAME db_name=$(ynh_app_setting_get "$app" db_name) -db_name=$(ynh_app_setting_get "$app" domain) +domain=$(ynh_app_setting_get "$app" domain) #================================================= # REMOVE uwsgi and systemd files