Hi all,
As already mentioned in various development channels, after the whole packages vcs migration to git we decided to migrate to debian salsa to both make easier to maintain some shared branches and to help our upstream when possible.
So, all the GNOME packages that where previously managed in launchpad git branches, have been moved via our desktopper-nachos script to salsa, all the branches and tags should be there now and debian/control
's Vcs-*
tags have been updated accordingly too.
So, there’s no much to do other than do
git remote add salsa git@salsa.debian.org:gnome-team/$YOUR_PACKAGE
Thus I’d suggest you to add something like this to your ~/.gitconfig
:
[url "git@salsa.debian.org:"]
insteadof = salsa:
[url "git@salsa.debian.org:gnome-team/"]
insteadof = salsa-gnome:
To just be able to push/clone via salsa-gnome:$MYPACKAGE
, although using gbp clone vcsgit:$MYPACKAGE
would also work once the packages with the updated control files will hit the archives.
We may soon move other packages that are not part of the gnome-team as well.
While other packages that are in not in debian yet, should be managed by the Ubuntu-dev subteam.
Last but not least, @laney has also created a modified version of KGB (the #debian-gnome bot) that will keep us updated of changes in #ubuntu-desktop, so we should get some push notifications soon!