1620 |
$dataBase = "pgsql$dbVer"; |
$dataBase = "pgsql$dbVer"; |
1621 |
my $repo = $DB->get($dataBase) or next; |
my $repo = $DB->get($dataBase) or next; |
1622 |
my $gpgurl = $repo->prop('GPGKey'); |
my $gpgurl = $repo->prop('GPGKey'); |
1623 |
$repo->setprop('GPGKey','https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL7') if (index($gpgurl, "keys") == -1) |
$repo->set_prop('GPGKey','https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL7') if (index($gpgurl, "keys") == -1) |
1624 |
} |
} |
1625 |
} |
} |
1626 |
|
|