aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-10-28 12:02:50 +0000
committerGravatar John Cater <jcater@google.com>2016-10-28 16:02:57 +0000
commit4885eefffe11d5623eb478328f9fdc88fbcc6345 (patch)
tree7fee425b258e62ba286442ae721b150e0cab25cf /scripts
parent9facc2969ffaa3147f7d8b08628b90b60247ce77 (diff)
Change our URL to bazel.build
-- MOS_MIGRATED_REVID=137500893
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/build.sh6
-rw-r--r--scripts/packages/BUILD2
-rw-r--r--scripts/packages/chocolatey/bazel.nuspec.template4
-rw-r--r--scripts/packages/chocolatey/chocolateyinstall.ps1.template2
-rw-r--r--scripts/packages/debian/control2
-rwxr-xr-xscripts/packages/template_bin.sh6
-rwxr-xr-xscripts/serve-docs.sh2
7 files changed, 12 insertions, 12 deletions
diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh
index 1380e1e0dd..fcb3a7ad7d 100755
--- a/scripts/ci/build.sh
+++ b/scripts/ci/build.sh
@@ -154,7 +154,7 @@ function bazel_build() {
cp -f bazel-genfiles/scripts/packages/bazel.dsc $1/bazel.dsc
cp -f bazel-genfiles/scripts/packages/bazel.tar.gz $1/bazel.tar.gz
fi
- cp bazel-genfiles/site/jekyll-tree.tar $1/www.bazel.io.tar
+ cp bazel-genfiles/site/jekyll-tree.tar $1/www.bazel.build.tar
cp bazel-genfiles/scripts/packages/README.md $1/README.md
fi
@@ -224,7 +224,7 @@ Classpath exception. Those installers should always be redistributed along with
the source code.
_Security_: All our binaries are signed with our
-[public key](https://bazel.io/bazel-release.pub.gpg).
+[public key](https://bazel.build/bazel-release.pub.gpg).
"
if [ ! -x "${release_tool}" ]; then
@@ -254,7 +254,7 @@ function create_index_md() {
echo
# Security notice
echo "_Security_: All our binaries are signed with our"
- echo "[public key](https://bazel.io/bazel-release.pub.gpg)."
+ echo "[public key](https://bazel.build/bazel-release.pub.gpg)."
echo
for f in $1/*.sha256; do # just list the sha256 ones
local filename=$(basename $f .sha256);
diff --git a/scripts/packages/BUILD b/scripts/packages/BUILD
index 0e0221974d..f80fad42e8 100644
--- a/scripts/packages/BUILD
+++ b/scripts/packages/BUILD
@@ -165,7 +165,7 @@ pkg_deb(
"bash-completion",
],
description_file = "debian/description",
- homepage = "http://bazel.io",
+ homepage = "http://bazel.build",
maintainer = "The Bazel Authors <bazel-dev@googlegroups.com>",
package = "bazel",
version_file = ":version.txt",
diff --git a/scripts/packages/chocolatey/bazel.nuspec.template b/scripts/packages/chocolatey/bazel.nuspec.template
index 8cd710c88e..c192fc0414 100644
--- a/scripts/packages/chocolatey/bazel.nuspec.template
+++ b/scripts/packages/chocolatey/bazel.nuspec.template
@@ -38,14 +38,14 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<title>bazel (Install)</title>
<authors>The Bazel Authors</authors>
<!-- projectUrl is required for the community feed -->
- <projectUrl>https://bazel.io</projectUrl>
+ <projectUrl>https://bazel.build</projectUrl>
<iconUrl>https://cdn.rawgit.com/bazelbuild/bazel/master/site/images/bazel-logo.png</iconUrl>
<copyright>Copyright 2016 The Bazel Authors. All rights reserved.</copyright>
<!-- If there is a license Url available, it is is required for the community feed -->
<licenseUrl>https://github.com/bazelbuild/bazel/tree/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/bazelbuild/bazel.git</projectSourceUrl>
- <docsUrl>https://www.bazel.io/versions/master/docs/getting-started.html</docsUrl>
+ <docsUrl>https://www.bazel.build/versions/master/docs/getting-started.html</docsUrl>
<mailingListUrl>https://groups.google.com/forum/#!forum/bazel-discuss</mailingListUrl>
<bugTrackerUrl>https://github.com/bazelbuild/bazel/issues</bugTrackerUrl>
<tags>bazel build automation</tags>
diff --git a/scripts/packages/chocolatey/chocolateyinstall.ps1.template b/scripts/packages/chocolatey/chocolateyinstall.ps1.template
index abb2f63045..71813cc537 100644
--- a/scripts/packages/chocolatey/chocolateyinstall.ps1.template
+++ b/scripts/packages/chocolatey/chocolateyinstall.ps1.template
@@ -68,5 +68,5 @@ You also need, in your msys2 environment:
export BAZEL_SH=c:/tools/msys64/usr/bin/bash.exe
export BAZEL_PYTHON=c:/tools/python2/python.exe
-See also https://bazel.io/docs/windows.html
+See also https://bazel.build/docs/windows.html
"@
diff --git a/scripts/packages/debian/control b/scripts/packages/debian/control
index e9131d1fdb..acbec62934 100644
--- a/scripts/packages/debian/control
+++ b/scripts/packages/debian/control
@@ -16,4 +16,4 @@ Description: Bazel is a tool that automates software builds and tests.
executable programs and libraries, and assembling deployable packages
for Android, iOS and other target environments. Bazel is similar to
other tools like Make, Ant, Gradle, Buck, Pants and Maven.
-Homepage: http://bazel.io
+Homepage: http://bazel.build
diff --git a/scripts/packages/template_bin.sh b/scripts/packages/template_bin.sh
index 69837f4ad7..c35b2463d6 100755
--- a/scripts/packages/template_bin.sh
+++ b/scripts/packages/template_bin.sh
@@ -100,7 +100,7 @@ test_write() {
if ! which unzip >/dev/null; then
echo >&2
echo "unzip not found, please install the corresponding package." >&2
- echo "See http://bazel.io/docs/install.html for more information on" >&2
+ echo "See http://bazel.build/docs/install.html for more information on" >&2
echo "dependencies of Bazel." >&2
exit 1
fi
@@ -125,7 +125,7 @@ fi
if [ ! -x "${JAVA_HOME}/bin/javac" ]; then
echo >&2
echo "Java not found, please install the corresponding package" >&2
- echo "See http://bazel.io/docs/install.html for more information on" >&2
+ echo "See http://bazel.build/docs/install.html for more information on" >&2
echo "dependencies of Bazel." >&2
exit 1
fi
@@ -183,6 +183,6 @@ Make sure you have "${bin}" in your path. You can also activate bash
completion by adding the following line to your ${BASHRC}:
source ${base}/bin/bazel-complete.bash
-See http://bazel.io/docs/getting-started.html to start a new project!
+See http://bazel.build/docs/getting-started.html to start a new project!
EOF
exit 0
diff --git a/scripts/serve-docs.sh b/scripts/serve-docs.sh
index d064b3cdf1..0ab17dc0f3 100755
--- a/scripts/serve-docs.sh
+++ b/scripts/serve-docs.sh
@@ -52,7 +52,7 @@ function build_and_serve {
pkill -9 jekyll || true
if [ -z "$TARGET" ]; then
- echo "Serving bazel.io site at port $PORT"
+ echo "Serving bazel.build site at port $PORT"
jekyll serve --detach --quiet --port $PORT --source $WORKING_DIR
else
TMP_TARGET=$(mktemp -d)