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

Upgrade to 3.11

This commit is contained in:
Jean-Baptiste Holcroft 2017-11-28 00:06:36 +01:00
parent 53fbf3a9ba
commit 5ff2677fa2
4 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://releases.pagure.org/pagure/pagure-3.10.1.tar.gz SOURCE_URL=https://releases.pagure.org/pagure/pagure-3.11.tar.gz
SOURCE_SUM=853a7e4bf84305a2695b8608984cd9e199e19693507ddf6cdef4ec7fc4e2be25 SOURCE_SUM=7f34ee27a6711427486bb274a30c89e7a21e8eee4cc6bf001afa12421e734e8c
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false

View file

@ -8,7 +8,7 @@
"description": { "description": {
"en": "Pagure is a git-centered forge, python based using pygit2." "en": "Pagure is a git-centered forge, python based using pygit2."
}, },
"version": "3.10.1", "version": "3.11.0",
"url": "https://pagure.io/pagure", "url": "https://pagure.io/pagure",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"maintainer": { "maintainer": {

View file

@ -140,7 +140,7 @@ ynh_add_uwsgi_service
#================================================= #=================================================
ynh_setup_source "${final_path}" 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 # 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: # 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 set +eu

View file

@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers
app=$YNH_APP_INSTANCE_NAME app=$YNH_APP_INSTANCE_NAME
db_name=$(ynh_app_setting_get "$app" db_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 # REMOVE uwsgi and systemd files