diff --git a/.bazelci/config.yaml b/.bazelci/config.yaml index 2cd841c2d..cb1c214b0 100644 --- a/.bazelci/config.yaml +++ b/.bazelci/config.yaml @@ -24,7 +24,7 @@ tasks: - "//..." test_targets: - "//..." - # TODO: https://github.com/bazelbuild/rules_foreign_cc/issues/495 + # TODO: https://github.com/bazel-contrib/rules_foreign_cc/issues/495 - "-//test:shell_method_symlink_contents_to_dir_test" - "-//test:shell_script_inner_fun_test" build_flags: diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index b09181a05..fa87e5352 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -7,7 +7,7 @@ "name": "James Sharpe" } ], - "repository": ["github:bazelbuild/rules_foreign_cc"], + "repository": ["github:bazel-contrib/rules_foreign_cc"], "versions": [], "yanked_versions": {} } diff --git a/.github/docs-0.1.0.patch b/.github/docs-0.1.0.patch index ec291f3c1..62b469d7f 100644 --- a/.github/docs-0.1.0.patch +++ b/.github/docs-0.1.0.patch @@ -21,7 +21,7 @@ index 0000000..5096728 +title = "Rules ForeignCc" + +[output.html] -+git-repository-url = "https://github.com/bazelbuild/rules_foreign_cc" ++git-repository-url = "https://github.com/bazel-contrib/rules_foreign_cc" diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md new file mode 100644 index 0000000..69fbd4d diff --git a/.github/docs-0.2.0.patch b/.github/docs-0.2.0.patch index 0b84bb3a4..fa54ab3d5 100644 --- a/.github/docs-0.2.0.patch +++ b/.github/docs-0.2.0.patch @@ -21,7 +21,7 @@ index 0000000..5096728 +title = "Rules ForeignCc" + +[output.html] -+git-repository-url = "https://github.com/bazelbuild/rules_foreign_cc" ++git-repository-url = "https://github.com/bazel-contrib/rules_foreign_cc" diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md new file mode 100644 index 0000000..69fbd4d diff --git a/.github/docs-0.3.0.patch b/.github/docs-0.3.0.patch index 5f90b410a..9e65ebc13 100644 --- a/.github/docs-0.3.0.patch +++ b/.github/docs-0.3.0.patch @@ -36,7 +36,7 @@ index 0000000..5096728 +title = "Rules ForeignCc" + +[output.html] -+git-repository-url = "https://github.com/bazelbuild/rules_foreign_cc" ++git-repository-url = "https://github.com/bazel-contrib/rules_foreign_cc" diff --git a/docs/index.md b/docs/index.md index 3a91e41..14c8e3b 100644 --- a/docs/index.md @@ -47,13 +47,13 @@ index 3a91e41..14c8e3b 100644 name = "rules_foreign_cc", - sha256 = "d54742ffbdc6924f222d2179f0e10e911c5c659c4ae74158e9fe827aad862ac6", - strip_prefix = "rules_foreign_cc-0.2.0", -- url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.2.0.tar.gz", +- url = "https://github.com/bazel-contrib/rules_foreign_cc/archive/0.2.0.tar.gz", + # TODO: Get the latest sha256 value from the latest release on the releases page -+ # https://github.com/bazelbuild/rules_foreign_cc/releases ++ # https://github.com/bazel-contrib/rules_foreign_cc/releases + # + # sha256 = "...", + strip_prefix = "rules_foreign_cc-0.3.0", -+ url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.3.0.tar.gz", ++ url = "https://github.com/bazel-contrib/rules_foreign_cc/archive/0.3.0.tar.gz", ) load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies") diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index cfc70e710..5d87b5b42 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -42,7 +42,7 @@ jobs: - name: Patch older branches run: | mkdir -p ${{ github.workspace }}/.github - curl https://raw.githubusercontent.com/bazelbuild/rules_foreign_cc/main/.github/docs-${{ matrix.ref }}.patch > ${{ github.workspace }}/.github/docs-${{ matrix.ref }}.patch + curl https://raw.githubusercontent.com/bazel-contrib/rules_foreign_cc/main/.github/docs-${{ matrix.ref }}.patch > ${{ github.workspace }}/.github/docs-${{ matrix.ref }}.patch git apply ${{ github.workspace }}/.github/docs-${{ matrix.ref }}.patch if: ${{ matrix.ref == '0.4.0' || matrix.ref == '0.3.0' || matrix.ref == '0.2.0' || matrix.ref == '0.1.0' }} - name: Install bazelisk diff --git a/.github/workflows/release_prep.sh b/.github/workflows/release_prep.sh index c10c096ed..998a5e406 100755 --- a/.github/workflows/release_prep.sh +++ b/.github/workflows/release_prep.sh @@ -31,7 +31,7 @@ http_archive( name = "rules_foreign_cc", sha256 = "${SHA}", strip_prefix = "${PREFIX}", - url = "https://github.com/bazelbuild/rules_foreign_cc/releases/download/${TAG}/${ARCHIVE}", + url = "https://github.com/bazel-contrib/rules_foreign_cc/releases/download/${TAG}/${ARCHIVE}", ) load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")