Quantcast
Channel: Planet Debian JP
Viewing all articles
Browse latest Browse all 2218

Henrich: upstreamブランチがなくてgbp import-origできなかったとき

$
0
0

upstreamブランチがなくてgbp import-origできなかったとき

メッセージにあるとおり、file:///usr/share/doc/git-buildpackage/manual-html/gbp.import.html#GBP.IMPORT.CONVERT を参照したら解決方法が。

    git checkout --orphan upstream
    git rm -rf .
    git commit --allow-empty -m 'Initial upstream branch.'
    git checkout -f master

として空のupstreamブランチを作ってやればいい。で、現在作業しているバージョンのupstream tarballを指定してやらないと、conflictするので注意。


Viewing all articles
Browse latest Browse all 2218

Latest Images

Trending Articles



Latest Images