2019-07-03 20:17:04 +02:00
|
|
|
gitlab_version="12.0.3"
|
2018-12-16 23:04:05 +01:00
|
|
|
|
2019-07-03 20:17:04 +02:00
|
|
|
gitlab_x86_64_source_sha256="9e2dcb0e4e3ca3c230d43c6b8580d77c2c716f3c6d1055739f175ead20d83678"
|
2018-12-16 23:04:05 +01:00
|
|
|
|
2019-07-03 20:17:04 +02:00
|
|
|
gitlab_arm_source_sha256="992710fd2c4076961f03633cb6b56331f7ade63a6869c47c2ce28995f8b43893"
|
2019-03-16 02:38:12 +01:00
|
|
|
|
2019-03-17 20:14:56 +01:00
|
|
|
gitlab_filename="gitlab-ce-${gitlab_version}.deb"
|
2019-07-04 20:30:29 +02:00
|
|
|
|
|
|
|
# Action to do in case of failure of the package_check
|
|
|
|
package_check_action() {
|
|
|
|
ynh_replace_string --match_string="command \"sysctl -e --system\"" --replace_string="command \"sysctl -e --system || true\"" --target_file="$final_path/embedded/cookbooks/package/resources/sysctl.rb"
|
|
|
|
}
|