reg-server: stop serving outdated pages #2419
No reviewers
Labels
No labels
freeze-break-request
post-freeze
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Infrastructure/ansible#2419
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "reg-server"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This will stop serving the web pages at registry.fedoraproject.org which are very outdated since reg-server isn't maintained anymore.
I put a redirect for registry.fedoraproject.org(/index.html|/repo*) to Fedora webpages for atomic desktops. As I understand, registry.fedoraproject.org/v2* is used for flatpak indexer and should not be replaced.
But there is high possibility I made something wrong...
Signed-off-by: Mattia Verga mattia.verga@tiscali.it
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/aedf271450b34460893d0ead12886e3f
Well, there's more than atomic-desktops there... there's base/minimal images, flatpaks and atomic stuff.
How about redirecting to https://quay.io/organization/fedora ?
(That won't have the flatpaks yet tho).
CC: @yselkowitz
AFAIK we don't need a web interface for the flatpak container images, as long as pulls still work.
rebased onto
104213baac
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/c153fd5a61b84ea08f4d7c62abe41b98
Can you rebase this? Has conflicts now...
rebased onto
6c38d7b61a
Merge Failed.
This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset.
Warning:
Error merging pagure.io/fedora-infra/ansible for 2419,7bd8635d623cfa6b629effd7412565ea4d89915d
Rebase done.
Note that I'm not familiar with apache rewrites. While I've tested the regex to work using online tools, I'm not sure I've done it right, especially the
RewriteCond
part.rebased onto
80aa4bbbc2
rebased onto
80aa4bbbc2
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/44ebb1b5a0514226a4b7c307f067522a
Lets give this a try. I think you got it right... ;)
Pull-Request has been merged by kevin
Ah, I misread this, it's not going to work. ;(
We need to change ./roles/httpd/reverseproxy/templates/reversepassproxy.registry-generic.conf
Since the reverseproxy takes precidence over the redirects...
I can try and do that, or if you want to, feel free.
So, I should move the rewrite rule from roles/fedora-web/main/files/redirects.conf.prod to roles/httpd/reverseproxy/templates/reversepassproxy.registry-generic.conf ? Or dupe it?
Move. The main one is not ever used because the reverseproxy part gets run first.
(at least thats my read of it)
Done in #2432