Good to know, thank you Nilesh! On Tue, Nov 23, 2021 at 12:15 PM Nilesh Patra <nil...@debian.org> wrote:
> Hi Chris, > > On Tue, Nov 23, 2021 at 12:06:34PM -0700, Chris Keller wrote: > > Hi folks, > > > > I'm attempting to get the initial packaging done for > > > https://salsa.debian.org/go-team/packages/golang-github-mazznoer-csscolorparser > . > > Aloïs > > kindly granted me the developer role on the team so I could push to the > > repo, but there seem to be a couple of issues I can't fix on my own: > > > > - For whatever reason, the debian/sid branch didn't get pushed > initially > > by `gdb push` and is not set as the default branch; it would be nice > to get > > that updated. > > I set d/sid on that repo to default. > Maybe you would like to use: `$ git push --all -u --follow-tags` > or `$ salsa push` > > to push your branches. Admittedly, I never used gbp push. > > > - The CI/CD job is stuck, apparently because no runners are assigned > to > > it. > > Yep. Thats know. Runners for go-team does not work. See this thread[1] > Alois is at it, but probably the runner configs he has at the moment are > not very optimal. > In short, you could ignore pipeline for now. > > [1]: https://lists.debian.org/debian-go/2021/07/msg00136.html > > Regards, > Nilesh >