Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] [egit-dev] Migration of JGit/EGit repositories to GerritHub on Oct 23

We switched all repos over to eclipse.gerrithub.io and made them writable there.
The old repos on git.eclipse.org are now read-only.

I am still working on adapting the Jenkins validation and build jobs.

Please read
https://wiki.eclipse.org/EGit/Contributor_Guide#Migration_from_git.eclipse.org_to_eclipse.gerrithub.io

and adapt the remote configuration of your local clones to the new URLs.

Adapt .git/config of your clones in the following way:

JGit from:
[remote "origin"]
url = https://git.eclipse.org/r/jgit/jgit.git
pushurl = https://gerritUserId@xxxxxxxxxxxxxxx/r/jgit/jgit.git
to
[remote "origin"]
url = https://eclipse.gerrithub.io/eclipse-jgit/jgit.git

EGit from:
[remote "origin"]
url = https://git.eclipse.org/r/egit/egit.git
pushurl = https://gerritUserId@xxxxxxxxxxxxxxx/r/egit/egit.git
to
[remote "origin"]
url = https://eclipse.gerrithub.io/eclipse-egit/egit.git
similarly for ssh:

JGit from
[remote "origin"]
url = ssh://gerritUserId@git.eclipse.org:29418/jgit/jgit.git
to
[remote "origin"]
url = ssh://githubUserId@xxxxxxxxxxxxxxxxxxxx:29418/eclipse-jgit/jgit.git

EGit from
[remote "origin"]
url = ssh://gerritUserId@git.eclipse.org:29418/egit/egit.git
to
[remote "origin"]
url = ssh://githubUserId@xxxxxxxxxxxxxxxxxxxx:29418/eclipse-egit/egit.git

-Matthias

On Mon, Nov 20, 2023 at 2:26 PM Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
I will now set all JGit and EGit repos on git.eclipse.org read-only to switch over to eclipse.gerrithub.io.
Will let you know when migration is done.

-Matthias

On Sat, Nov 18, 2023 at 4:33 PM Luca Milanesio via egit-dev <egit-dev@xxxxxxxxxxx> wrote:


On 18 Nov 2023, at 14:38, Jonathan Nieder via jgit-dev <jgit-dev@xxxxxxxxxxx> wrote:

Matthias Sohn wrote:

Kudos to Luca from GerritForge and Sébastien Heurtematte and Thomas Neidhart
from the Eclipse Foundation for helping to prepare this.

+1, and thank you, Matthias, for making this so smooth and easy to follow.

+1, looking forward to it !

I'm looking forward to being on the newer version of the Gerrit UI. :)

Currently v3.9.0-rc5 and always up-to-date with zero downtime, thanks to Gerrit multi-site setup.

Luca.
_______________________________________________
egit-dev mailing list
egit-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/egit-dev

Back to the top