[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: The initial push to salsa-project



On Sat, Dec 15, 2018 at 10:19 PM Tong Sun wrote:

> > $ git remote -v
> > origin git@salsa.debian.org:go-team/packages/golang-github-danverbraganza-varcaser.git (fetch)
> > origin git@salsa.debian.org:go-team/packages/golang-github-danverbraganza-varcaser.git (push)
> >
> > $ ssh -T git@salsa.debian.org
> > Welcome to GitLab, @suntong-guest!
>
> I tried again and it is OK now.
>
> Seems salsa will take at least 20+ minutes to get everything of the
> new repo to setup...

The push went through fine, but there are two problems:

- the default branch is pristine-tar instead of master, at
https://salsa.debian.org/go-team/packages/golang-github-danverbraganza-varcaser
- my local build is OK, but the CI/CD on salsa failed:

https://salsa.debian.org/go-team/packages/golang-github-danverbraganza-varcaser/-/jobs/93462
https://salsa.debian.org/go-team/packages/golang-github-danverbraganza-varcaser/-/jobs/93463
https://salsa.debian.org/go-team/packages/golang-github-danverbraganza-varcaser/-/jobs/93464
https://salsa.debian.org/go-team/packages/golang-github-danverbraganza-varcaser/-/jobs/93465

What went wrong?

Here is my push log:

$ git branch -v
* master       7e452e0 - [+] 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

$ 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:debug: ['git', 'rev-parse', '--quiet', '--verify', 'refs/heads/master']
gbp:debug: ['git', 'tag', '-l', '0.0_git20151108.ce61ec4']
gbp:debug: ['git', 'rev-parse', '--quiet', '--verify',
'0.0_git20151108.ce61ec4^{commit}']
gbp:debug: ['git', 'rev-parse', '--quiet', '--verify', 'refs/heads/upstream']
gbp:debug: ['git', 'show-ref', '--verify', 'refs/heads/pristine-tar']
gbp:debug: ['git', 'log', '--pretty=format:%H', '--no-merges',
'--grep=pristine-tar .*
golang-github-danverbraganza-varcaser_0.0~git20151108.ce61ec4.orig.tar.*',
'pristine-tar', '--']
gbp:debug: Found pristine-tar commit at
'fbba72ae212fed4ec485f2b93c1d24019758d583'
gbp:debug: ['git', 'rev-parse', '--quiet', '--verify',
'fbba72ae212fed4ec485f2b93c1d24019758d583^{commit}']
gbp:debug: ['git', 'rev-parse', '--quiet', '--verify',
'refs/heads/pristine-tar']
gbp:info: Pushing debian/0.0_git20151108.ce61ec4-1 to origin
gbp:debug: ['git', 'push', 'origin', 'tag', 'debian/0.0_git20151108.ce61ec4-1']
gbp:info: Pushing 0.0_git20151108.ce61ec4 to origin
gbp:debug: ['git', 'push', 'origin', 'tag', '0.0_git20151108.ce61ec4']
gbp:info: Pushing refs/heads/pristine-tar to origin:refs/heads/pristine-tar
gbp:debug: ['git', 'push', 'origin',
'refs/heads/pristine-tar:refs/heads/pristine-tar']
gbp:info: Pushing refs/heads/master to origin:refs/heads/master
gbp:debug: ['git', 'push', 'origin', 'refs/heads/master:refs/heads/master']
gbp:info: Pushing 7e452e0ced3e2c423262868ab3c9edcd6fd44015 to
origin:refs/heads/upstream
gbp:debug: ['git', 'push', 'origin',
'7e452e0ced3e2c423262868ab3c9edcd6fd44015:refs/heads/upstream']

I do see that it pushes the debian/0.0_git20151108.ce61ec4-1 tag of
master fist.

please help.
thx.


Reply to: