Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove bazel-related files #3009

Merged
merged 2 commits into from
Sep 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 0 additions & 49 deletions .bazelrc

This file was deleted.

1 change: 0 additions & 1 deletion .bazelversion

This file was deleted.

4 changes: 0 additions & 4 deletions .kazelcfg.json

This file was deleted.

36 changes: 0 additions & 36 deletions BUILD.bazel

This file was deleted.

80 changes: 0 additions & 80 deletions WORKSPACE

This file was deleted.

39 changes: 0 additions & 39 deletions admin/BUILD.bazel

This file was deleted.

4 changes: 2 additions & 2 deletions admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
Merge a PR that changes some `config/foo/org.yaml` and then run the following:
```shell
# Displays what it would do without making changes until you add the confirm flag
bazel run //admin:update -- --github-token-path ~/path-to-my-token # --confirm
./admin/update.sh --github-token-path ~/path-to-my-token # --confirm
```

This will default to a dry-run mode, displaying what changes it intends to make without actually updating anything on github.
It will apply the change if you send it the `--confirm` flag.

It also runs the `bazel test //config:all` unit tests to sanity check the config.
It also runs `make test` to validate the config.

Assuming everything works the tool should output something like the following:
```console
Expand Down
33 changes: 0 additions & 33 deletions cmd/merge/BUILD.bazel

This file was deleted.

47 changes: 0 additions & 47 deletions config/BUILD.bazel

This file was deleted.

22 changes: 0 additions & 22 deletions hack/verify-all.sh

This file was deleted.

23 changes: 0 additions & 23 deletions load.bzl

This file was deleted.

Loading