On Thu, Jul 5, 2018 at 2:24 PM, Tong Sun <pkgoyq....@neverbox.com> wrote:
> Hi,
>
> Can anyone delete the  https://salsa.debian.org/go-team/packages/ffcvt  repo
> for me please?

It has been deleted.  Please try and see if you can push your
repository now, but note the following CAVEAT:

Your first "gbp push" should be done AFTER you have successfully built
the package a signed tag
(e.g. debian/1.0.0-1) with the following command (or equivalent):

    gbp buildpackage --git-pbuilder --git-sign-tags --git-tag

For better or for worse, "gbp push" starts by pushing the debian
version tag first, and if it doesn't find it, it will proceed to push
the upstream tag (which the upstream branch contains).
And Salsa (running GitLab) treats whatever it receives first as the
default branch.

If you don't want that to happen, and still want to upload your
work-in-progress package to Salsa, I recommend that you manually push
your "master" or "debian/sid" branch first by using "git push -u
origin master" or "git push -u origin debian/sid".

gbp is a great tool, but it is not omnipotent, and it is definitely
not a replacement for good old "git" in many situations.

Cheers,
Anthony

_______________________________________________
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to