Re: osmocom-bb compilation problems

2018-05-16 Thread Nikos Balkanas
OK. Finally figured out what I was doing wrong. Did the Tip & Trick "Fetch fast from git.osmocom.org push to gerrit" and thought adding gerrit to an existing clone was redundant and maybe damaging:( So, I omitted it and proceeded to push for review. Failed. This time I added gerrit to an existing

Re: osmocom-bb compilation problems

2018-05-16 Thread Neels Hofmeyr
On Thu, May 17, 2018 at 12:59:55AM +0300, Nikos Balkanas wrote: > -> git push ssh://osmo/osmocom-bb.git Admitted, the patch pushing instructions only matched the case where one added a secondary 'gerrit' remote. So I tweaked the "Push for review" section:

Re: osmocom-bb compilation problems

2018-05-16 Thread Nikos Balkanas
On Wed, May 16, 2018 at 3:38 PM, Neels Hofmeyr wrote: > On Wed, May 16, 2018 at 04:47:32AM +0300, Nikos Balkanas wrote: > > ​I think I got it working. I got this cryptic response: > > > > -> git push ssh://osmo/osmocom-bb.git > > Everything up-to-date > > That is definitely

Re: osmocom-bb compilation problems

2018-05-16 Thread Neels Hofmeyr
On Wed, May 16, 2018 at 04:47:32AM +0300, Nikos Balkanas wrote: > ​I think I got it working. I got this cryptic response: > > -> git push ssh://osmo/osmocom-bb.git > Everything up-to-date That is definitely not how to push a patch for review to gerrit. Look, you're the first to have trouble