NetworkManager/contrib/scripts
Thomas Haller 87749642e2
scripts: allow marking commits with "Ignore-Backport:" in "find-backports" script
"find-backports" searches commit messages of upstream branches for
"Fixes:" comments. Those will then be highlighted to be backported,
if the script determines that to be necessary.

"find-backports" also honors the "cherry picked from" comments, to detect when
a patch was already backported. That is thus a way to suppress reporting a
commit to be backported.

Add another way to flag commits so they don't need backporting. Via
"Ignore-Backport:" tag.

As "find-backports" also honors "refs/notes/bugs" notes, this can be used
like:

    git notes \
      --ref refs/notes/bugs \
      append \
      -m "Ignore-Backport: e""29f00fa0c69 ('NEWS: fix entry that is targeted for 1.30 instead of 1.28')" \
      2''3364aa8f3bd6b11e2ac9e30117eaabfe1f3a9f2
2020-11-24 12:30:06 +01:00
..
btmodem.pl contrib: move scripts from test/ to scripts/ 2019-10-09 11:38:22 +02:00
checkpatch-feature-branch.sh contrib/checkpatch: fix shallow repository for checkpatch script 2020-11-10 18:23:36 +01:00
checkpatch-git-post-commit-hook contrib/scripts: add "checkpatch-git-post-commit-hook" script to contrib/ 2020-02-21 07:40:10 +01:00
checkpatch.pl checkpatch: ignore warning about g_assert*() also for files like "shared/nm-utils/nm-test-utils.h" 2020-10-22 09:29:28 +02:00
code-style-git-post-commit-hook contrib: add git-hook to verify code-style 2020-09-02 19:20:40 +02:00
find-backports scripts: allow marking commits with "Ignore-Backport:" in "find-backports" script 2020-11-24 12:30:06 +01:00
modemu.pl contrib: move scripts from test/ to scripts/ 2019-10-09 11:38:22 +02:00
nm-ci-install-valgrind-in-ubuntu1604.sh gitlab-ci: fix workarounds for Ubuntu 16.04 in tests 2020-08-28 14:24:32 +02:00
nm-ci-patch-gtkdoc.sh gitlab-ci: patch gtk-doc to generate valid documentation 2018-12-01 08:55:44 +01:00
nm-ci-run.sh build/travis: remove travis integration 2020-10-05 23:18:12 +02:00
nm-code-format-container.sh contrib: add "nm-code-format-container.sh" to reformat working directory in container 2020-09-29 13:37:58 +02:00
nm-code-format.sh contrib: let "nm-code-format.sh" handle files under ./{shared,src}/systemd/ 2020-09-28 20:01:23 +02:00
nm-import-openconnect all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-import-openvpn all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-import-vpnc all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
NM-log scripts: use "/bin/cat" in NM-log 2020-08-17 10:58:19 +02:00
test-macsec tests: use "/run" instead of "/var/run" 2019-05-17 21:24:18 +02:00