We also run GitLab on Oracle Linux (though we run gitlab-ee), and found the same problem. Our workaround was to manually download the RHEL packages from https://packages.gitlab.com/gitlab/gitlab-ee, e.g gitlab-ce-8.2.3-ee.0.el7.x86_64.rpm. Then install using rpm, "yum install gitlab-ee-8.2.3-ee.0.el7.x86_64.rpm".
Works like a charm. Eirik On Friday, February 5, 2016 at 3:34:46 PM UTC+1, Guido Arentsen wrote: > > I've the same issue I can not install gitlab, did you resolv this issue? > > > > > Op vrijdag 29 januari 2016 13:39:09 UTC+1 schreef Wellington Castellani: > >> Seems that gitlab_gitlab-ce yum repository is empty. >> >> gitlab script recognize my os but doesn't install. >> >> >> My OS release: Oracle Linux Server release 6.5 >> >> >> >> Em quinta-feira, 28 de janeiro de 2016 17:16:31 UTC-2, Wellington >> Castellani escreveu: >>> >>> Hi, >>> >>> I just can't install gitlab-ce from yum respository. >>> >>> >>> yum install curl openssh-server openssh-clients postfix cronie >>> service postfix restart >>> chkconfig postfix on >>> lokkit -s http -s ssh >>> curl -sS >>> https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh >>> >>> | sudo bash >>> ... >>> The repository is setup! You can now install packages. >>> ... >>> yum install gitlab-ce >>> Loaded plugins: security >>> Setting up Install Process >>> No package gitlab-ce available. >>> >>> >>> >>> Is there someone with the same issue here? >>> >>> Thanks >>> >> -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/cdb485cd-dc99-48c9-8381-f8a912dcd9ab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
