[Cmaster-next] new mailing list, also: deleting old branches
Hi everyone, as you can see there's now a mailing list. To post to it, send to: cmaster-next@lists.nox.tf (It's hosted on the same system as the patchwork.) Either way I wanted to remind/ask everyone to delete old branches when they're not needed anymore. I have deleted: cmaster-next-queue-20161011 cmaster-next-queue-20161012 cmaster-next-vtysh-fuckup cmaster-next-paul-cli (Not sure about others?) @Lou, I think we can delete all of these too, since it's merged? dev/labn/cmaster-next+prepvnc/v4 dev/labn/cmaster-next+vnc/v0 dev/labn/cmaster-next+vnc/v3 dev/labn/cmaster-next+vnc/v4 Cheers, David P.S.: As a quick reminder, here are some useful git commands: *** to find out the remote name of the OSR git in your clone: $ git remote -v | grep cumulus-private_quagga.git github_osr_cm git@github.com:opensourcerouting/cumulus-private_quagga.git (fetch) github_osr_cm git@github.com:opensourcerouting/cumulus-private_quagga.git (push) => It's "github_osr_cm" for me. *** to push a delete of branch onto github: $ git push github_osr_cm :cmaster-next-queue-20161011 (Note the ":" before the branch name) *** to "fetch deletes" (a normal pull won't delete your local copy) $ git remote prune github_osr_cm (This will remove your local copies of branches that were deleted on github.)
On Fri, Oct 28, 2016 at 04:31:06PM +0200, David Lamparter wrote:
Either way I wanted to remind/ask everyone to delete old branches when they're not needed anymore. [...] @Lou, I think we can delete all of these too, since it's merged? dev/labn/cmaster-next+prepvnc/v4 dev/labn/cmaster-next+vnc/v0 dev/labn/cmaster-next+vnc/v3 dev/labn/cmaster-next+vnc/v4
- [deleted] dev/labn/cmaster-next+prepvnc/v4 - [deleted] dev/labn/cmaster-next+vnc/v0 - [deleted] dev/labn/cmaster-next+vnc/v3 - [deleted] dev/labn/cmaster-next+vnc/v4 - [deleted] osr-pq/dev/labn/cmaster-next+vnc/v1 - [deleted] cmaster-next-coverity-fixes - [deleted] cmaster-next-nlri-cleanup -David
P.S.: As a quick reminder, here are some useful git commands:
*** to find out the remote name of the OSR git in your clone: $ git remote -v | grep cumulus-private_quagga.git github_osr_cm git@github.com:opensourcerouting/cumulus-private_quagga.git (fetch) github_osr_cm git@github.com:opensourcerouting/cumulus-private_quagga.git (push) => It's "github_osr_cm" for me.
*** to push a delete of branch onto github: $ git push github_osr_cm :cmaster-next-queue-20161011 (Note the ":" before the branch name)
*** to "fetch deletes" (a normal pull won't delete your local copy) $ git remote prune github_osr_cm (This will remove your local copies of branches that were deleted on github.)
So what should I focus on next after Renato's vrf cleanup code? I'm building new images today and restarting the test runs. My apologies to Renato for the delay here. donald On Fri, Nov 25, 2016 at 5:09 AM, David Lamparter <david@opensourcerouting.org> wrote:
On Fri, Oct 28, 2016 at 04:31:06PM +0200, David Lamparter wrote:
Either way I wanted to remind/ask everyone to delete old branches when they're not needed anymore. [...] @Lou, I think we can delete all of these too, since it's merged? dev/labn/cmaster-next+prepvnc/v4 dev/labn/cmaster-next+vnc/v0 dev/labn/cmaster-next+vnc/v3 dev/labn/cmaster-next+vnc/v4
- [deleted] dev/labn/cmaster-next+prepvnc/v4 - [deleted] dev/labn/cmaster-next+vnc/v0 - [deleted] dev/labn/cmaster-next+vnc/v3 - [deleted] dev/labn/cmaster-next+vnc/v4 - [deleted] osr-pq/dev/labn/cmaster-next+vnc/v1 - [deleted] cmaster-next-coverity-fixes - [deleted] cmaster-next-nlri-cleanup
-David
P.S.: As a quick reminder, here are some useful git commands:
*** to find out the remote name of the OSR git in your clone: $ git remote -v | grep cumulus-private_quagga.git github_osr_cm git@github.com:opensourcerouting/cumulus-private_quagga.git (fetch) github_osr_cm git@github.com:opensourcerouting/cumulus-private_quagga.git (push) => It's "github_osr_cm" for me.
*** to push a delete of branch onto github: $ git push github_osr_cm :cmaster-next-queue-20161011 (Note the ":" before the branch name)
*** to "fetch deletes" (a normal pull won't delete your local copy) $ git remote prune github_osr_cm (This will remove your local copies of branches that were deleted on github.)
_______________________________________________ cmaster-next mailing list cmaster-next@lists.nox.tf https://lists.nox.tf/listinfo/cmaster-next
participants (2)
-
David Lamparter -
Donald Sharp