openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
4k stars 3.48k forks source link

backport to stable branches instructions #11669

Open lucize opened 4 years ago

lucize commented 4 years ago

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 !

hnyman commented 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>
lucize commented 4 years ago

@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