Skip to content

Commit

Permalink
remove deprecated files and functions
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
  • Loading branch information
inteon committed Feb 8, 2024
1 parent 0bb8ed1 commit 0422044
Show file tree
Hide file tree
Showing 31 changed files with 7 additions and 814 deletions.
2 changes: 0 additions & 2 deletions .bazelignore

This file was deleted.

7 changes: 0 additions & 7 deletions .bazelrc

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
/hack/build/dockerfiles/cert-manager-*_*_*
.vscode
.venv
bazel-*
/.settings/
/.project
_artifacts/
/vendor/
bin/
_bin/
.bin/
user.bazelrc
*.bak
/go.work.sum
**/go.work
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ include make/manifests.mk
include make/licenses.mk
include make/e2e-setup.mk
include make/scan.mk
include make/legacy.mk
include make/ko.mk
include make/help.mk

Expand Down
1 change: 0 additions & 1 deletion deploy/charts/cert-manager/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
.idea/
*.tmproj

BUILD.bazel
Chart.template.yaml
README.template.md
OWNERS
Expand Down
2 changes: 1 addition & 1 deletion hack/check-crds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ trap 'rm -r $tmpdir' EXIT
make PATCH_CRD_OUTPUT_DIR=$tmpdir patch-crds

# Avoid diff -N so we handle empty files correctly
diff=$(diff -upr -x README.md -x BUILD.bazel "./deploy/crds" "$tmpdir" 2>/dev/null || true)
diff=$(diff -upr -x README.md "./deploy/crds" "$tmpdir" 2>/dev/null || true)

if [[ -n "${diff}" ]]; then
echo "${diff}" >&2
Expand Down
23 changes: 0 additions & 23 deletions hack/update-all.sh

This file was deleted.

26 changes: 0 additions & 26 deletions hack/update-codegen.sh

This file was deleted.

26 changes: 0 additions & 26 deletions hack/update-crds.sh

This file was deleted.

28 changes: 0 additions & 28 deletions hack/update-deps-licenses.sh

This file was deleted.

77 changes: 0 additions & 77 deletions hack/update-deps.sh

This file was deleted.

41 changes: 0 additions & 41 deletions hack/update-gofmt.sh

This file was deleted.

26 changes: 0 additions & 26 deletions hack/verify-codegen.sh

This file was deleted.

26 changes: 0 additions & 26 deletions hack/verify-crds.sh

This file was deleted.

28 changes: 0 additions & 28 deletions hack/verify-deps-licenses.sh

This file was deleted.

0 comments on commit 0422044

Please sign in to comment.