<div dir="ltr"><br><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> Overall, I know it is not hard for all your experienced go maintainers,<br>> but some might have forgot how hard it was for the newcomers to pick<br>> up. Well, I must stop complaining, and give up my "look before leap"<br>> motto, and start cracking... <br>Hope this helps a bit. Feel free to share notes: we could use this as a<br>way to improve our documentation, at least.</blockquote></div><div><br></div><div>Thank you Clément for your kind help. </div><div><br></div><div>After some extensive reading, I'm starting to build a very small package, </div><div><a href="https://alioth-lists.debian.net/pipermail/pkg-go-maintainers/Week-of-Mon-20180611/021798.html">https://alioth-lists.debian.net/pipermail/pkg-go-maintainers/Week-of-Mon-20180611/021798.html</a><br></div><div>to get ready to pack my <a href="http://github.com/go-easygen/easygen">github.com/go-easygen/easygen</a>. </div><div><br></div><div>Once thing I want to confirm first of all, is the package<span style="background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><span> </span>and git</span> name. </div><div><br></div><div>- dh-make-golang calls my package golang-github-danverbraganza-varcaser, but since it is only a lib, should I call it golang-github-danverbraganza-varcaser-dev instead? <br></div><div>- if so, should the git name have that `-dev` as well? </div><div><br></div><div>I put `-dev` into my ITP message, but did not add `-dev` to git name. Was that correct? </div><div><br></div><div>Now, When I try to do `gbp push`, I get `You are not allowed to push code to this project` error:</div><div><br></div><div><div style="text-decoration-style:initial;text-decoration-color:initial">---------------------------------</div></div><div><div>$ gbp push --verbose --debian-branch=debian/sid --dry-run </div><div>gbp:debug: ['git', 'rev-parse', '--show-cdup']</div><div>gbp:debug: ['git', 'rev-parse', '--is-bare-repository']</div><div>gbp:debug: ['git', 'rev-parse', '--git-dir']</div><div>gbp:debug: ['git', 'symbolic-ref', 'HEAD']</div><div>gbp:debug: ['git', 'show-ref', 'refs/heads/debian/sid']</div><div>gbp:debug: ['git', 'config', 'branch.debian/sid.remote']</div><div>gbp:debug: ['git', 'tag', '-l', 'debian/0.0_git20151108.ce61ec4-1']</div><div>gbp:debug: ['git', 'tag', '-l', 'upstream/0.0_git20151108.ce61ec4']</div><div>gbp:debug: ['git', 'rev-parse', '--quiet', '--verify', 'upstream/0.0_git20151108.ce61ec4^{commit}']</div><div>gbp:debug: ['git', 'rev-parse', '--quiet', '--verify', 'refs/heads/upstream']</div><div>gbp:info: Dry-run: Pushing upstream/0.0_git20151108.ce61ec4 to origin</div><div>gbp:debug: ['git', 'push', 'origin', 'tag', 'upstream/0.0_git20151108.ce61ec4', '--dry-run']</div><div>gbp:error: Error running git push: GitLab: You are not allowed to push code to this project.</div><div>fatal: Could not read from remote repository.</div><div><br></div><div>Please make sure you have the correct access rights</div><div>and the repository exists.</div><div>gbp:info: Dry-run: Pushing refs/heads/upstream to origin:refs/heads/upstream</div><div>gbp:debug: ['git', 'push', 'origin', '--dry-run', 'refs/heads/upstream:refs/heads/upstream']</div><div>gbp:error: Error running git push: GitLab: You are not allowed to push code to this project.</div><div>fatal: Could not read from remote repository.</div><div><br></div><div>Please make sure you have the correct access rights</div><div>and the repository exists.</div><div>gbp:error: Failed to push some refs.</div></div><div>---------------------------------</div><div><br></div><div>I check that the repository exists (I was able to create it beforehand) at</div><div><a href="https://salsa.debian.org/go-team/packages/golang-github-danverbraganza-varcaser">https://salsa.debian.org/go-team/packages/golang-github-danverbraganza-varcaser</a><br></div><div><br></div><div>So now it seems to me that my salsa account (suntong-guest) need to be added to go-team, right? thx. </div><div><br></div><div><br></div></div>