Skip to content
Snippets Groups Projects
Commit 82b7345b authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'gitlab_on_opensuse' into 'master'

Omnibus Gitlab on Opensuse 42.1

See merge request !1091
parents 5604c472 97024fb9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -151,6 +151,18 @@ Centos 7 specs:
paths:
- gems
<<: *run_rspec
OpenSUSE 13.2 specs:
image: "registry.gitlab.com/gitlab-org/omnibus-gitlab:opensuse13.2"
cache:
paths:
- gems
<<: *run_rspec
OpenSUSE 42.1 specs:
image: "registry.gitlab.com/gitlab-org/omnibus-gitlab:opensuse42.1"
cache:
paths:
- gems
<<: *run_rspec
 
# dev.gitlab.org only
Ubuntu 12.04:
Loading
Loading
@@ -217,6 +229,14 @@ OpenSUSE 13.2:
- cache
- gems
<<: *tag_build
OpenSUSE 42.1:
image: "dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder:opensuse42.1"
cache:
key: "OpenSUSE 42.1 branch"
paths:
- cache
- gems
<<: *tag_build
 
Ubuntu 12.04 branch:
image: "dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder:precise"
Loading
Loading
@@ -282,6 +302,14 @@ OpenSUSE 13.2 branch:
- cache
- gems
<<: *branch_build
OpenSUSE 42.1 branch:
image: "dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder:opensuse42.1"
cache:
key: "$CI_BUILD_NAME"
paths:
- cache
- gems
<<: *branch_build
 
Raspberry Pi 2 Jessie branch:
image: "dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder:raspbian-jessie"
Loading
Loading
Loading
Loading
@@ -12,6 +12,7 @@ omnibus-gitlab repository.
- Updarted cacerts.pem to 2016-11-02 version
- Stopped using PCRE in the storage directory helper
- Add git-trace logging for gitlab-shell
- Add support for OpenSUSE 13.2 and 42.1
 
8.13.5
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment