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.)