[pkg-go] You are not allowed to push code to this project

Tong Sun pkgoyq.xpt at neverbox.com
Sat Jun 16 05:13:08 BST 2018


On Fri, Jun 15, 2018 at 11:57 AM Anthony Fok wrote:

> Regardless of your choice of either "master" or "debian/sid", my
> recommendation is to run the following commands:
>
>     git push -u --all
>     gbp push
>
> And all your branches ("master" or "debian/sid","upstream",
> "pristine-tar") will be pushed properly.  No need to push the branches
> one-by-one.
>
> "git push -u --all" needs to be run that one time only.  In the
> future, just "gbp push" is sufficient.
>

Unfortunately, that's not the case for me.

I've done `git push -u --all` once, but when I'm doing `gbp push` a second
time, this is what I get:

$ git commit -m '- [!] Make packaging ready'
[debian/sid 9d087a8] - [!] Make packaging ready
 4 files changed, 74 insertions(+), 86 deletions(-)
 rewrite debian/control (68%)
 create mode 120000 debian/docs

I.e., the debian/sid branch is still not being pushed, despite that I've
amend the gbp.conf setting as per your recommendation.

I have to do `git push -u --all` again, and I think I always need to do it
from now on.

$ git push -u --all -v
Pushing to git at salsa.debian.org:
go-team/packages/golang-github-danverbraganza-varcaser.git
Counting objects: 7, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (7/7), 1.73 KiB | 1.73 MiB/s, done.
Total 7 (delta 2), reused 0 (delta 0)
remote:
remote: To create a merge request for debian/sid, visit:
remote:
https://salsa.debian.org/go-team/packages/golang-github-danverbraganza-varcaser/merge_requests/new?merge_request%5Bsource_branch%5D=debian%2Fsid
remote:
To salsa.debian.org:
go-team/packages/golang-github-danverbraganza-varcaser.git
 = [up to date]      upstream -> upstream
   fedb6ea..280990b  debian/sid -> debian/sid
Branch 'debian/sid' set up to track remote branch 'debian/sid' from
'origin' by rebasing.
Branch 'upstream' set up to track remote branch 'upstream' from 'origin' by
rebasing.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-go-maintainers/attachments/20180616/ce32a675/attachment.html>


More information about the Pkg-go-maintainers mailing list