Product : Gitlab CE Omibus deployment. Running on RH EL-6 Tikanga
I’ve been running this server for about 3 years now. I updated to the latest version every 2-3 months eversince I first installed it, never ran into a snag I could not fix myself.
The good days are over it seems. I am stuck at V 13.3.6, unable to install anything newer on it.
Here:
sudo yum install gitlab-ce
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Determining fastest mirrors
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. Invalid release/repo/arch combination/
removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/base/mirrorlist.txt
Error: Cannot find a valid baseurl for repo: base
Tried to install it manually after downloading the rpm of course :
yum install gitlab-ce-13.6.1-ce.0.el6.x86_64.rpm
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Cannot open: gitlab-ce-13.6.1-ce.0.el6.x86_64.rpm. Skipping.
Error: Nothing to do
I tried the same as above with 3 other downloads, just a tad older, same results.
That did not work any better :
sudo rpm -Uvh gitlab-ce-13.6.1-ce.0.el6.x86_64.rpm
error: gitlab-ce-13.6.1-ce.0.el6.x86_64.rpm: not an rpm package (or package manifest):
sudo rpm -Uvh gitlab-ce-13.4.6-ce.0.el6.x86_64.rpm
error: gitlab-ce-13.4.6-ce.0.el6.x86_64.rpm: not an rpm package (or package manifest):
Any clue ?