Debian: Difference between revisions

From IoWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:


  --git-upstream-tree=branch
  --git-upstream-tree=branch
==== Reference ====
* [https://github.com/patjak/bcwc_pcie/issues/108 GBP Error: not a valid treeish]


[[Category:Packaging]]
[[Category:Packaging]]

Revision as of 08:47, 12 August 2020

Notes about Debian packaging.

GBP

gbp:error: upstream/... is not a valid treeish

If running gbp in a debianized source directory results in this error, try running gbp with this argument (where the branch being used is branch)

--git-upstream-tree=branch

Reference