haproxy/scripts
Willy Tarreau e77a13aa3f SCRIPTS: add a new "backport" script to simplify long series of backports
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 1c7c0d6b97

Note that it does *not* push, which still has to be done by hand after
building and testing.
2020-02-04 13:50:36 +01:00
..
announce-release SCRIPTS: add the issue tracker URL to the announce script 2019-01-29 06:51:16 +01:00
backport SCRIPTS: add a new "backport" script to simplify long series of backports 2020-02-04 13:50:36 +01:00
build-ssl.sh BUILD: CI: install golang-1.13 when building BoringSSL 2019-09-17 13:52:39 +02:00
create-release SCRIPTS: update create-release to fix the changelog on new branches 2019-11-25 20:40:52 +01:00
git-show-backports SCRIPTS: git-show-backports: add "-s" to proposed cherry-pick commands 2019-11-25 15:51:47 +01:00
publish-release BUILD: Generate sha256 checksums in publish-release 2018-07-20 10:50:20 +02:00
run-regtests.sh REGTEST: run-regtests: implement #REQUIRE_BINARIES 2019-12-19 14:36:46 +01:00