CI: Add branch cutting awk scripts 91/97491/1
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 15 Sep 2021 00:48:11 +0000 (10:48 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 15 Sep 2021 00:48:11 +0000 (10:48 +1000)
commitb5db4912c02f174aa03691c494caf805f0719892
treedae2a1d1567baf61dce3ede23abc3c3d191cd592
parentaf84e8619d07cbbe36567769efe668b65cbdbca4
CI: Add branch cutting awk scripts

The CR 97b4dbd2fcc9e7018 replaced the branch cutting awk
script with python.

However, the awk scripts written are more stable for branch
cutting but were removed without python script being
tested properly.

The python script fails preserve the comment lines
and does not work when anchors are used in the projects.

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I5318a7cc93f75d21552916935632ce4a4ea0a0cf
scripts/branch_cut/branch_cut.awk [new file with mode: 0755]
scripts/branch_cut/branch_cutter.sh [new file with mode: 0755]