Debian: Difference between revisions

From IoWiki
Jump to navigation Jump to search
(Created page with "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 ru...")
 
No edit summary
(One intermediate revision by the same user not shown)
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]]

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