Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ code = "https://gitlab.com/gitlab-org/omnibus-gitlab - https://gitlab.com/gitlab
cpe = "cpe:2.3:a:gitlab:gitlab"

[integration]
yunohost = ">= 11.2.3"
yunohost = ">=11.2.30"
helpers_version = "2.1"
architectures = ["amd64", "armhf", "arm64"]
multi_instance = false
ldap = true
Expand Down
97 changes: 0 additions & 97 deletions scripts/_common.sh

This file was deleted.

2 changes: 0 additions & 2 deletions scripts/backup
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# IMPORT GENERIC HELPERS
#=================================================

#Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers

#=================================================
Expand Down
1 change: 0 additions & 1 deletion scripts/change_url
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# IMPORT GENERIC HELPERS
#=================================================

source _common.sh
source /usr/share/yunohost/helpers

#=================================================
Expand Down
1 change: 0 additions & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# IMPORT GENERIC HELPERS
#=================================================

source _common.sh
source /usr/share/yunohost/helpers

#=================================================
Expand Down
2 changes: 0 additions & 2 deletions scripts/restore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# IMPORT GENERIC HELPERS
#=================================================

#Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers

#=================================================
Expand Down
1 change: 0 additions & 1 deletion scripts/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# IMPORT GENERIC HELPERS
#=================================================

source _common.sh
source /usr/share/yunohost/helpers

#=================================================
Expand Down