e77a13aa3f
The script is simply called from the repository holding the patch to
backport, with the last branch number and the commit(s) ID(s) to send
there and it then follows the chain of "down" repos to go down one step
until it meets the indicated last one. It basically automates what we do
by hand. Example:
./scripts/backport 1.9
|
||
---|---|---|
.. | ||
announce-release | ||
backport | ||
build-ssl.sh | ||
create-release | ||
git-show-backports | ||
publish-release | ||
run-regtests.sh |