Install not working in Oracle LINUX v6

I’m running the commands to install the latest version of GitLab Community Edition Omnibus package on a server running Oracle LINUX v6, and when I get to “sudo yum install gitlab-ce” it gives the following:

Loaded plugins: aliases, changelog, downloadonly, presto, refresh-packagekit, rhnplugin, security, tmprepo, verify
This system is receiving updates from RHN Classic or Red Hat Satellite.
Setting up Install Process
gitlab_gitlab-ce/signature              |  836 B     00:00     
gitlab_gitlab-ce/signature              |  951 B     00:00 ... 
gitlab_gitlab-ce-source/signature       |  836 B     00:00     
gitlab_gitlab-ce-source/signature       |  951 B     00:00 ... 
No package gitlab-ce available.
Error: Nothing to do

The yum configuration for the gitlab repository appears to be OK, and the “curl …” command prior to the install command appeared to have gone well, with no errors reported.

I previously successfully installed v7.10 of the same package as a test about a month ago on a box running Oracle LINUX v7, and that went fine.

Any suggestions on where to look for the problem?

Thanks,
Kurt

Did you ever find a solution on this issue??

If anyone’s interested, I ended up downloading the RPM package & installing it manually.