mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Merge branch 'testing' into auto-update
This commit is contained in:
commit
535a3d7446
15 changed files with 47 additions and 17 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub.
|
Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.18.4~ynh1
|
**Shipped version:** 1.19.0~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub.
|
Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.18.4~ynh1
|
**Version incluse :** 1.19.0~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -22,9 +22,7 @@
|
||||||
port_already_use=1 (6000)
|
port_already_use=1 (6000)
|
||||||
change_url=1
|
change_url=1
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=7ea357724f2371aa1173f15ba5a7502609a0a131
|
; commit=7ea357724f2371aa1173f15ba5a7502609a0a131
|
||||||
name=1.14.5
|
name=1.14.5
|
||||||
; commit=bd3fe9a8467864391ffaf96426036ab731833f99
|
; commit=bd3fe9a8467864391ffaf96426036ab731833f99
|
||||||
name=Just after group permission support
|
name=Just after group permission support
|
||||||
; commit=4e078e91129725c8b09ba551ab2a04e0328a45b3
|
|
||||||
name=Gogs code, check migration from gogs
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.4/gitea-1.18.4-linux-arm-6
|
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.19.0/gitea-1.19.0-linux-arm-6
|
||||||
SOURCE_SUM=17ef8ee8372b3f1a57469d4f8e7fafe0182a6ffc060a1c6d1fab11206f11250e
|
SOURCE_SUM=83e7820ec90d3b52d964fefef1bd0999f5812e07415403ea9718a07932d878f4
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FILENAME=gitea
|
SOURCE_FILENAME=gitea
|
||||||
SOURCE_EXTRACT=false
|
SOURCE_EXTRACT=false
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.4/gitea-1.18.4-linux-arm64
|
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.19.0/gitea-1.19.0-linux-arm64
|
||||||
SOURCE_SUM=91c3e23c7a679f45ad7866ca8a8e837007a0e9eedfb15f48486644e25beefc93
|
SOURCE_SUM=db938a4ffa1e0e54d636f6da2b55bb37a3f8970a87a4ead76dd526846ec8222b
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FILENAME=gitea
|
SOURCE_FILENAME=gitea
|
||||||
SOURCE_EXTRACT=false
|
SOURCE_EXTRACT=false
|
||||||
|
|
5
conf/source/arm64_1.18.src
Normal file
5
conf/source/arm64_1.18.src
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-arm64
|
||||||
|
SOURCE_SUM=0792eec1005588d7ddb3fa0263bfd0dd90aeef1ba9ef9a93be6a3e763328fbaf
|
||||||
|
SOURCE_SUM_PRG=sha256sum
|
||||||
|
SOURCE_FILENAME=gitea
|
||||||
|
SOURCE_EXTRACT=false
|
5
conf/source/arm_1.18.src
Normal file
5
conf/source/arm_1.18.src
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-arm-6
|
||||||
|
SOURCE_SUM=1663a366a7ee2741bec0378c559df33643451d081882ed03ee6a6f0684d5766c
|
||||||
|
SOURCE_SUM_PRG=sha256sum
|
||||||
|
SOURCE_FILENAME=gitea
|
||||||
|
SOURCE_EXTRACT=false
|
|
@ -1,8 +1,8 @@
|
||||||
# The armv7 build is brocken
|
# The armv7 build is brocken
|
||||||
# See : https://github.com/go-gitea/gitea/issues/6700
|
# See : https://github.com/go-gitea/gitea/issues/6700
|
||||||
# Use temporary the armv6 binary
|
# Use temporary the armv6 binary
|
||||||
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.4/gitea-1.18.4-linux-arm-6
|
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.19.0/gitea-1.19.0-linux-arm-6
|
||||||
SOURCE_SUM=17ef8ee8372b3f1a57469d4f8e7fafe0182a6ffc060a1c6d1fab11206f11250e
|
SOURCE_SUM=83e7820ec90d3b52d964fefef1bd0999f5812e07415403ea9718a07932d878f4
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FILENAME=gitea
|
SOURCE_FILENAME=gitea
|
||||||
SOURCE_EXTRACT=false
|
SOURCE_EXTRACT=false
|
||||||
|
|
8
conf/source/armv7_1.18.src
Normal file
8
conf/source/armv7_1.18.src
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# The armv7 build is brocken
|
||||||
|
# See : https://github.com/go-gitea/gitea/issues/6700
|
||||||
|
# Use temporary the armv6 binary
|
||||||
|
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-arm-6
|
||||||
|
SOURCE_SUM=1663a366a7ee2741bec0378c559df33643451d081882ed03ee6a6f0684d5766c
|
||||||
|
SOURCE_SUM_PRG=sha256sum
|
||||||
|
SOURCE_FILENAME=gitea
|
||||||
|
SOURCE_EXTRACT=false
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.4/gitea-1.18.4-linux-386
|
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.19.0/gitea-1.19.0-linux-386
|
||||||
SOURCE_SUM=0951d7e7b73af04b650fcf28a8e76cb55cbd46fb3f9697989787461e6b3afdaf
|
SOURCE_SUM=f85fca601bf18666b0f4d30598539c1d05298ab677f85f3bd7db2d9908ef4b98
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FILENAME=gitea
|
SOURCE_FILENAME=gitea
|
||||||
SOURCE_EXTRACT=false
|
SOURCE_EXTRACT=false
|
||||||
|
|
5
conf/source/i386_1.18.src
Normal file
5
conf/source/i386_1.18.src
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-386
|
||||||
|
SOURCE_SUM=0fab5fafa55370593ccaf1be2833cff95834ea006502112189973d229893b50c
|
||||||
|
SOURCE_SUM_PRG=sha256sum
|
||||||
|
SOURCE_FILENAME=gitea
|
||||||
|
SOURCE_EXTRACT=false
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.4/gitea-1.18.4-linux-amd64
|
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.19.0/gitea-1.19.0-linux-amd64
|
||||||
SOURCE_SUM=7c9ba8bef48963e0f35a158c695f90fc460942c0c968224439d7f08e4c60aaa3
|
SOURCE_SUM=51e8d46a2634e5b5f4266eee8ca4689b5932caf692f23d06cbe5d2eaffe56079
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FILENAME=gitea
|
SOURCE_FILENAME=gitea
|
||||||
SOURCE_EXTRACT=false
|
SOURCE_EXTRACT=false
|
||||||
|
|
5
conf/source/x86-64_1.18.src
Normal file
5
conf/source/x86-64_1.18.src
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.5/gitea-1.18.5-linux-amd64
|
||||||
|
SOURCE_SUM=4766ad9310bd39d50676f8199563292ae0bab3a1922b461ece0feb4611e867f2
|
||||||
|
SOURCE_SUM_PRG=sha256sum
|
||||||
|
SOURCE_FILENAME=gitea
|
||||||
|
SOURCE_EXTRACT=false
|
|
@ -14,7 +14,7 @@
|
||||||
},
|
},
|
||||||
"url": "http://gitea.io",
|
"url": "http://gitea.io",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "1.18.4~ynh1",
|
"version": "1.19.0~ynh1",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Josué Tille",
|
"name": "Josué Tille",
|
||||||
"email": "josue@tille.ch"
|
"email": "josue@tille.ch"
|
||||||
|
|
|
@ -237,6 +237,10 @@ case $upstream_version in
|
||||||
ynh_setup_source $final_path source/${architecture}_1.17
|
ynh_setup_source $final_path source/${architecture}_1.17
|
||||||
restart_gitea
|
restart_gitea
|
||||||
;&
|
;&
|
||||||
|
"1.17."* )
|
||||||
|
ynh_setup_source $final_path source/${architecture}_1.18
|
||||||
|
restart_gitea
|
||||||
|
;&
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Install gitea source
|
# Install gitea source
|
||||||
|
|
Loading…
Add table
Reference in a new issue