Open lucize opened 4 years ago
What do you mean? Backport fixes from master to a stable branch?
git checkout openwrt-19.07
git checkout -b fixbranch
git cherry-pick -x <commit_hash>
git push -u origin fixbranch
<create PR>
@hnyman Yes, that's what I was searching for and couldn't find this in time to add frr and libyang to stable so we can drop the obsoleted quagga package
can somebody please make a wiki entry on how to update the stable branches, I did it once but I can't find the instructions anymore thank you !