#build-harness (2022-04)

Help with the Cloud Posse build-harness https://github.com/cloudposse/build-harness

2022-04-26

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@here critical update - [git.io](http://git.io) deprecation 2022-04-29 means that build-harness links may stop working.

https://github.com/cloudposse/build-harness/issues/314

IMPORTANT BREAKING CHANGE - GIT.IO DEPRECATION

GitHub announced that the git.io redirector service is shutting down on 2022-04-29. This means all references to [git.io/build-harness](http://git.io/build-harness) will stop working.

We have acquired cloudposse.tools to mitigate this. Update all references of [git.io/build-harness](http://git.io/build-harness) with cloudposse.tools/build-harness

Here’s a command to the following command to replace all occurrences:

sed -i '' 's/git.io\/build-harness/cloudposse.tools\/build-harness/' $(grep -l "git\.io/build-harness" -R .)


DNS PROPAGATION STILL PENDING FOR cloudposse.tools

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

we acquired cloudposse.tools but it will be a few hours before it’s online

IMPORTANT BREAKING CHANGE - GIT.IO DEPRECATION

GitHub announced that the git.io redirector service is shutting down on 2022-04-29. This means all references to [git.io/build-harness](http://git.io/build-harness) will stop working.

We have acquired cloudposse.tools to mitigate this. Update all references of [git.io/build-harness](http://git.io/build-harness) with cloudposse.tools/build-harness

Here’s a command to the following command to replace all occurrences:

sed -i '' 's/git.io\/build-harness/cloudposse.tools\/build-harness/' $(grep -l "git\.io/build-harness" -R .)


DNS PROPAGATION STILL PENDING FOR cloudposse.tools

2
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

it’s now online via cloudflare

    keyboard_arrow_up