mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-11 03:31:36 +00:00
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 |