Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dead link from this repo #552

Merged
merged 2 commits into from
Mar 13, 2024
Merged

Remove dead link from this repo #552

merged 2 commits into from
Mar 13, 2024

Conversation

phracek
Copy link
Member

@phracek phracek commented Mar 6, 2024

This pull request removes dead link from this upstream repository.

During the syncing source from upstream/GitLab repositories, the dead links are not sync bu
Testing Farm because security.
Therefore GitLab tests are failing because run script is missing.

Creating symlink in Dockerfile's solved this problem.
Wrapper is not needed like:

$ cat s2i/bin/run
#!/usr/bash

exec /usr/bin/run-postgresql "$@"
$

phracek added 2 commits March 6, 2024 12:58
Instead of them create symlink in Dockerfile's directly.

Signed-off-by: Petr "Stone" Hracek <[email protected]>
Signed-off-by: Petr "Stone" Hracek <[email protected]>
@phracek
Copy link
Member Author

phracek commented Mar 6, 2024

@hhorak @pkubatrh As we discussed this issue. Please review it. In case of the comment changes please use comment replacement directly in the commits. Thanks

@phracek
Copy link
Member Author

phracek commented Mar 6, 2024

[test]

@phracek
Copy link
Member Author

phracek commented Mar 7, 2024

CentOS Stream failed on:

$ yum module list | grep postgresql
postgresql 15     client, server [d]                    PostgreSQL server and client module
postgresql 16     client, server [d]                    PostgreSQL server and client module
$ yum module -y enable postgresql:15
Last metadata expiration check: 0:00:55 ago on Thu Mar  7 11:04:46 2024.
Dependencies resolved.
==================================================================================================================================================================================================================
 Package                                            Architecture                                      Version                                            Repository                                          Size
==================================================================================================================================================================================================================
Enabling module streams:
 postgresql                                                                                           15

Transaction Summary
==================================================================================================================================================================================================================

Complete!
bash-5.1# yum install -y postgresql-server
Last metadata expiration check: 0:01:05 ago on Thu Mar  7 11:04:46 2024.
All matches were filtered out by modular filtering for argument: postgresql-server
Error: Unable to find a match: postgresql-server

@phracek phracek requested review from hhorak and pkubatrh March 7, 2024 11:20
@fila43
Copy link
Member

fila43 commented Mar 13, 2024

LGTM

@phracek phracek merged commit 1a91d2f into master Mar 13, 2024
24 of 25 checks passed
@phracek phracek deleted the remove_hard_link branch March 13, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants