ome / omero-install

OMERO installation scripts
https://www.openmicroscopy.org/omero
4 stars 24 forks source link

PG URLs failling on travis #234

Closed joshmoore closed 4 years ago

joshmoore commented 4 years ago

https://travis-ci.org/github/ome/omero-install/jobs/676151531 is failing with:

+ yum -y install https://yum.postgresql.org/10/redhat/rhel-7-x86_64/pgdg-redhat10-10-2.noarch.rpm
1318Loaded plugins: fastestmirror, ovl
1319Cannot open: https://yum.postgresql.org/10/redhat/rhel-7-x86_64/pgdg-redhat10-10-2.noarch.rpm. Skipping.
1320Error: Nothing to do

similar to https://travis-ci.org/github/ome/omero-install/jobs/676151536 :

+ yum -y install https://yum.postgresql.org/11/redhat/rhel-7-x86_64/pgdg-redhat11-11-2.noarch.rpm
1336Loaded plugins: fastestmirror, ovl
1337Cannot open: https://yum.postgresql.org/11/redhat/rhel-7-x86_64/pgdg-redhat11-11-2.noarch.rpm. Skipping.
1338Error: Nothing to do
sbesson commented 4 years ago

See also https://github.com/ome/ansible-role-postgresql/pull/17 updated the ome.postgresql role to use the new style repo RPMs. It is possible the old RPMs have now been dropped

jburel commented 4 years ago

see https://github.com/ome/omero-install/pull/235