Missing repositories in grokmirror manifest #13170
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#13170
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
Hello,
I was testing out a set-up of a mirror of Fedora’s dist-git repositories by following the Grokmirror instructions. While most of it worked without issues and the repos seem to get updates as the upstream is updated, I’ve noticed a few of the repositories are missing from Fedora’s manifest (
https://src.fedoraproject.org/grokmirror/manifest.js.gz).For the time being, I’ve identified these few:
I was able to clone these repositories manually from
https://src.fedoraproject.org/rpms/<pkg>.gitand the repos themselves don’t seem stale.Would anyone know, why some repositories may be missing from the manifest? Or is it still maintained?
Thank you in advance for any help on this topic!
I've found more missing repos. I'll keep updating this comment, if I find anything more to keep the original one short:
@kevin, if the code for updating the manifest is available somewhere publicly, I'm happy to take a look at it myself and see if I can come up with a fix. Do you know, where I could find it, though, or the best contact to reach out to?
Well, I don't recall all the details, but I thought the manifest was actually updated by the hook in each git repo.
You can see the ansible setup that deploys things at:
https://forge.fedoraproject.org/infra/ansible/src/branch/main/roles/grokmirror_mirror
if you see something there thats wrong, you can submit a pr there.
It's odd to me that it's just some repos, not everything, so I am not sure whats failing and haven't had time to investigate further.
We talked about this in this weeks infra. meeting, Kevin said it would need to be looked at with the move of
backup01to rhel10 ... and he's probably doing that, so he volunteered to be assigned to the ticket.Sorry for the delay here. I just reinstalled backup01 so this was a good time to look into this.
I've regnerated the manifest.
I've removed all the requests repos from this as they are not actually exposed there.
Can you recheck for any you still see missing now and I can look more closely at those...
Thanks for fixing this, @kevin. I scanned through Fedora 43+ dist-git repos and found only a few still missing:
ok, I'll try and figure out why just those are missing... thanks!
Ah ha. All those are just newly added... so it's not adding them when they are added.
Ah, I didn't even check how new they were. Could this be the reason why the ones spotted earlier were missing? They were also simply added after the last time the manifest was regenerated?
Quite possibly yes. The current setup just updates the existing manifest. I thought it would add those repos when they got commits, but it seems not somehow. ;(