You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When "dh-make-golang" is creating the "debianized" source repo based on the upstream repo in make.go:createGitRepository(), "dh-make-golang" is creating it from scratch, adding the remote, and updating the tags. However, during this step, "dh-make-golang" is using "get fetch" with no additional flags or options:
When I am trying to create a debian package for "k8s.io/cli-runtime", I encountered the following error:
Turns out that many release tags, including this
kubernetes-1.30.1
tag, in the "k8s.io/cli-runtime" upstream repo are not on any branches:When "dh-make-golang" is creating the "debianized" source repo based on the upstream repo in
make.go:createGitRepository()
, "dh-make-golang" is creating it from scratch, adding the remote, and updating the tags. However, during this step, "dh-make-golang" is using "get fetch" with no additional flags or options:dh-make-golang/make.go
Line 497 in d70d43c
This results in upstream tags not on any branch not being fetched resulting in the observed gbp error.
The text was updated successfully, but these errors were encountered: