Hacker News new | ask | show | jobs
by bastardoperator 1332 days ago
The Gitea repo is actually not that big. The harder part is converting issue and pull request metadata from the GitHub archive which they reference here:

https://github.com/go-gitea/gitea/pull/18165

The migration bundles all of that up so I assume the holdup is writing something that can covert that archive to something Gitea understands or can use.

1 comments

Yes, I was referring to the entirety of the project, including all issue discussions and PR metadata.