Opened 14 months ago

Closed 14 months ago

Last modified 14 months ago

#5358 closed task (fixed)

Implement automatic repository mirroring via Gitea

Reported by: strk Owned by: robe
Priority: medium Milestone: Website Management, Bots
Component: management Version:
Keywords: Cc:

Description

Rather than relying on the script hosted on my own server. Here's my script: https://git.osgeo.org/gitea/postgis/repository-sync-scripts

Here's Gitea docs on how to do it in Gitea (to be reviewed for actually working as great as my scripts :) https://docs.gitea.io/en-us/repo-mirror/#pushing-to-a-remote-repository

Change History (6)

comment:1 by robe, 14 months ago

As I recall I think I had done this for postgis-workshop (I mean using the gitea mirror of postgis-workshop to push to gitlab)

But this will be a cleaner test. So let me try it with postgis repo. What happens if both mirror scripts are live and pushing? I assume nothing?

comment:2 by robe, 14 months ago

Okay I added github as a push. I hope it wasn't a mistake to use their new token thing. That forces expiration and would only allow me to extend it for 1 year. So the token lives under my github account (robe2) and expires in 1 year. I don't know why they call it an org token when it still has to live under some user account. Anyway if it becomes annoying maybe the old way works, but I fear with the security issues these days, they will probably force retirement of the old api style tokens.

comment:3 by robe, 14 months ago

Okay I have both gitlab and github in place now.

comment:4 by robe, 14 months ago

Milestone: Website Management, Bots
Resolution: fixed
Status: newclosed

closing this since it seem to be working fine pushing to gitlab and github.

comment:5 by strk, 14 months ago

Thanks Regina ! I've stopped advertising the gitea.com mirror in https://trac.osgeo.org/postgis/wiki/CodeMirrors as that hoster was never really meant for generic code hosting, and will drop the webhook pinging my mirroring script that will be dismissed.

Note: See TracTickets for help on using tickets.