another call for anyone aware of important branches on openbsc.git to please name them, so that they can be migrated to the new repositories. But foremost, please name them, thanks!
~N
On Thu, Sep 28, 2017 at 12:22:31AM +0200, Neels Hofmeyr wrote:
another call for anyone aware of important branches on openbsc.git to please name them, so that they can be migrated to the new repositories. But foremost, please name them, thanks!
From "my" branches, I can see the following:
* laforge/bssgp_fc -> osmo-sgsn * laforge/gprs-suspend -> osmo-bsc * laforge/power_control -> osmo-bsc
All my branches ../max/.. can be safely removed from the openbsc repo.
Hi Max,
On Thu, Sep 28, 2017 at 10:22:35AM +0200, Max wrote:
All my branches ../max/.. can be safely removed from the openbsc repo.
it is the responsibility of the individual developer to remove his own unneeded branches. So please remove any unneeded branches yourself.
Neels' question was about which branches need to be migrated to the new repositories - which according to your anwer is apparently 'none' for max/*
I'd love to but since migration to gerrit I'm unable to modify main repo directly. Is there some way to do it via gerrit?
30.09.2017 03:39, Harald Welte пишет:
it is the responsibility of the individual developer to remove his own unneeded branches. So please remove any unneeded branches yourself.
On Sat, Sep 30, 2017 at 01:24:56PM +0200, Max wrote:
I'd love to but since migration to gerrit I'm unable to modify main repo directly. Is there some way to do it via gerrit?
simply push to gerrit instead of the old git repo. any branch removed in gerrit will be removed automatically in the public master repo.
Working with branches since gerrit was introduced is exactly like before, you just work on the 'gerrit' remote rather than the old one (probably 'origin' in most setups).
Hi Neels,
I would appreciate if the 'fairwaves/master-rebase' branch is migrated:
I assume that the old repo will continue to exist, and we'll be able to refer to it if we need / forget something?
On Thu, Sep 28, 2017 at 1:22 AM, Neels Hofmeyr nhofmeyr@sysmocom.de wrote:
another call for anyone aware of important branches on openbsc.git to please name them, so that they can be migrated to the new repositories. But foremost, please name them, thanks!
~N
Hi Alexander,
On Mon, Oct 02, 2017 at 01:19:35PM +0300, Alexander Chemeris wrote:
I assume that the old repo will continue to exist, and we'll be able to refer to it if we need / forget something?
yes, it's mainly to make sure we don't forget about branches that we do want to merge (to the new split repositories).