New domains for Copr documentation and packager sponsors #13206
Labels
No labels
announcement
anubis
authentication
aws
backlog
blocked
bodhi
ci
cloud
communishift
copr
database
day-to-day
dc-move
deprecated
dev
discourse
dns
downloads
easyfix
epel
firmitas
forgejo_migration
Gain
High
Gain
Low
Gain
Medium
gitlab
greenwave
hardware
help wanted
high-trouble
koji
koschei
lists
low-trouble
medium-trouble
mirrorlists
monitoring
Needs investigation
odcs
OpenShift
ops
outage
packager_workflow_blocker
pagure
permissions
Priority
Needs Review
Priority
Next Meeting
Priority
🔥 URGENT 🔥
Priority
Waiting on Assignee
Priority
Waiting on External
Priority
Waiting on Reporter
rabbitmq
release-monitoring
releng
request-for-resources
s390x
security
SMTP
sprint-0
sprint-1
src.fp.o
staging
unfreeze
waiverdb
websites-general
wiki
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
infra/tickets#13206
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Description of request
I recently migrated these two websites from Pagure docs to GitHub Pages
Copr docs
Fedora Packager Sponsors
The websites are currently available under the default domains that GitHub generated for me. They are both quite bad though, I'd like them to be under some "official" Fedora hostname.
My idea for the sponsors page was
https://packager-sponsors.fedoraproject.org
The Copr docs is more complicated. I was thinking about
https://docs.copr.fedorainfracloud.org/
but @praiskup wanted rather
https://docs.copr.fedoraproject.org/
Are there any better options? Can somebody please help me set this up? Also, is it possible to setup the old domains to redirect to the new ones?
Thank you very much
How about moving them into regular fedora docs? I think it can pull from github to build them... (but I don't know if the build pipeline / setup is compatible).
CC: @pbokoc @pboy
We can pull docs from github, yeah. Any publicly accessible git repo works.
The copr docs could be reasonably moved to docs.fp.o, but it would require a conversion to ASCIIDoc and structuring them in a way so Antora can build them. It wouldn't be very different, but the conversion would be very annoying. I could assist, I won't have the time to do the whole thing myself anytime soon, so it's up to you.
As for the Sponsors page, ufffff. Antora could do it, but it would be a really hacky solution where you basically generate the pages elsewhere and pull them into the Antora-buildable docs repo... it's not really designed for this so I'd prefer to avoid moving that to docs.
Interesting idea, thank you for the suggestion. I don't think we want to be inside https://docs.fedoraproject.org/en-US/docs/ though.
With @msuchy we created these two domains
and deployed the websites there. Could you please configure a redirect from the old URLs
to the new ones? Not sure how to do that part.
Should be in roles/pagure/templates/0_pagure.conf in the docs.pagure.org server... there's already some SSSD redirects there. Can you do a pr?
Sorry for the delay here @kevin . Do you think this will work?
infra/ansible#3585
Yep. Merged, deployed and seems working.
Thanks!