]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup HERE step 1 (#881)
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 24 Aug 2021 18:57:39 +0000 (18:57 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 24 Aug 2021 18:57:42 +0000 (18:57 +0000)
commit232fe51a674207e1ba5352dc01c0aa6287b38db6
treebe380c78b5775bbe304eb3acbdf24bfc286b943f
parent4efdc659653fbba3827c320d0dc4e6a647f54081
Cleanup HERE step 1 (#881)

Step 1:
 Add script to replace HERE symbol in a way that does
 not break branches during the remainder of the transition.

The script is added first as a separate commit for large
branches to merge and run before attempting to merge onto a
cleaned master branch.

The Enforcement commit is provided for review purposes to show
the changes made by the script. It should be removed before
merge.

Step 2:
 Master branch has a regular automated Enforcement commit.

Step 3:
 Then full removal of the HERE symbol as a third PR followup to
 drop it completely.
scripts/maintenance/HERE-obsolete [new file with mode: 0755]