Dear Robin,
Thank you very much!
On Sun, 26 Oct 2025, Robin H. Johnson wrote:
Suggestions:
- Add a remote for separate anongit nodes and fetch from one of those first
git remote add anongit git://anongit.gentoo.org/repo/gentoo
git remote add anongit-wagtail git://wagtail.anongit.gentoo.org/repo/gentoo
git remote add anongit-calonectris
git://calonectris.anongit.gentoo.org/repo/gentoo
I've done this.
git pull anongit master
succeeds. Now I do a single commit - a version bump of
sci-geosciences/gpxsee. How can I push it to git.gentoo.org?
Should I use
pkgdev push
for this?
- I don't know if GitHub is blocked for you; if it's not, you can use that as a
remote as well.
I think it should not be blocked. Do I do
git remote add github git://github.com/gentoo/gentoo
? After that,
git pull github master
does not seem to work.
I already have 7 ebuilds which I'd like to commit and to push to the
Gentoo tree, but I still don't know how to do this :-(
Andrey