I'm trying to make my initial gbp push to salsa-project but it failed Here is what I'm trying to follow:
2018/11/25 09:07:42 To create the packaging git repository on salsa, use: 2018/11/25 09:07:42 dh-make-golang create-salsa-project golang-github-danverbraganza-varcaser 2018/11/25 09:07:42 2018/11/25 09:07:42 Once you are happy with your packaging, push it to salsa using: 2018/11/25 09:07:42 git remote set-url origin [email protected]:go-team/packages/golang-github-danverbraganza-varcaser.git 2018/11/25 09:07:42 gbp push Here is my work log: $ dh-make-golang create-salsa-project golang-github-danverbraganza-varcaser $ git remote set-url origin [email protected]:go-team/packages/golang-github-danverbraganza-varcaser.git $ git remote -v origin [email protected]:go-team/packages/golang-github-danverbraganza-varcaser.git (fetch) origin [email protected]:go-team/packages/golang-github-danverbraganza-varcaser.git (push) $ git branch -v * master 9078e4c - [+] Initial packaging pristine-tar fbba72a pristine-tar data for golang-github-danverbraganza-varcaser_0.0~git20151108.ce61ec4.orig.tar.xz upstream 88a5d5c New upstream version 0.0~git20151108.ce61ec4 $ ls ~/.gbp.conf || echo No such file No such file $ gbp push --verbose gbp:debug: ['git', 'rev-parse', '--show-cdup'] gbp:debug: ['git', 'rev-parse', '--is-bare-repository'] gbp:debug: ['git', 'rev-parse', '--git-dir'] gbp:debug: ['git', 'symbolic-ref', 'HEAD'] gbp:debug: ['git', 'show-ref', 'refs/heads/master'] gbp:debug: ['git', 'config', 'branch.master.remote'] gbp:debug: ['git', 'tag', '-l', 'debian/0.0_git20151108.ce61ec4-1'] gbp:debug: ['git', 'rev-parse', '--quiet', '--verify', 'debian/0.0_git20151108.ce61ec4-1^{commit}'] gbp:error: revision 'debian/0.0_git20151108.ce61ec4-1^{commit}' not found What's wrong? Shall I follow `gbp push` as advised, or should I do the following git push git+ssh://git.debian.org/git/pkg-go/packages/....git --tags master pristine-tar upstream as per https://people.debian.org/~stapelberg/2015/07/27/dh-make-golang.html? Thx.
