mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Add .src files
This commit is contained in:
parent
dd38c52fba
commit
812815c5b9
3 changed files with 17 additions and 0 deletions
6
conf/arm.src.default
Normal file
6
conf/arm.src.default
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
SOURCE_URL=https://packages.gitlab.com/gitlab/raspberry-pi2/packages/raspbian/stretch/gitlab-ce___VERSION__-ce.0_armhf.deb/download.deb
|
||||||
|
SOURCE_SUM=__SHA256_SUM__
|
||||||
|
SOURCE_SUM_PRG=sha256sum
|
||||||
|
SOURCE_FILENAME=gitlab-ce___VERSION__-ce.0_armhf.deb
|
||||||
|
SOURCE_EXTRACT=false
|
||||||
|
SOURCE_FORMAT=deb
|
6
conf/x86-64.src.default
Normal file
6
conf/x86-64.src.default
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
SOURCE_URL=https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/stretch/gitlab-ce___VERSION__-ce.0_amd64.deb/download.deb
|
||||||
|
SOURCE_SUM=__SHA256_SUM__
|
||||||
|
SOURCE_SUM_PRG=sha256sum
|
||||||
|
SOURCE_FILENAME=gitlab-ce___VERSION__-ce.0_amd64.deb
|
||||||
|
SOURCE_EXTRACT=false
|
||||||
|
SOURCE_FORMAT=deb
|
5
scripts/upgrade.d/upgrade.sh
Normal file
5
scripts/upgrade.d/upgrade.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
gitlab_version="11.5.3"
|
||||||
|
|
||||||
|
gitlab_x86_64_source_sha256="fdbea3e92eb1f613897659e99b20660d64524eaf5b1cd57a323cd6f61c573e7f"
|
||||||
|
|
||||||
|
gitlab_arm_source_sha256="81d37736442be80d687b52299604ef38bc4000b7545b241094b7f5a027c9fac4"
|
Loading…
Add table
Reference in a new issue