diff options
author | Dan McDonald <danmcd@mnx.io> | 2022-07-12 15:42:53 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@mnx.io> | 2022-07-14 10:39:58 -0400 |
commit | 7be48a6cd4f48179152999531242446f3d22aae3 (patch) | |
tree | df7ac138c7d6b5a1c17b51840ea63e59a394bd4c | |
parent | 19b5375048c8114ceb636b5f7163b70a943eb4a9 (diff) | |
download | illumos-joyent-7be48a6cd4f48179152999531242446f3d22aae3.tar.gz |
OS-8394 Move smartos-live (and friends if needed) to pkgsrc.smartos.org
-rwxr-xr-x | usr/src/test/smartos-test/smartos-test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/test/smartos-test/smartos-test.sh b/usr/src/test/smartos-test/smartos-test.sh index 4c63905aa7..9741d22e30 100755 --- a/usr/src/test/smartos-test/smartos-test.sh +++ b/usr/src/test/smartos-test/smartos-test.sh @@ -13,6 +13,7 @@ # # Copyright 2020 Joyent, Inc. +# Copyright 2022 MNX Cloud, Inc. # # @@ -202,7 +203,7 @@ function setup_pkgsrc { # We should always use the same pkgsrc version as we have installed # on the build machine in case any of our tests link against libraries # in /opt/local - PKGSRC_STEM="https://pkgsrc.joyent.com/packages/SmartOS/bootstrap" + PKGSRC_STEM="https://pkgsrc.smartos.org/packages/SmartOS/bootstrap" BOOTSTRAP_TAR="bootstrap-2018Q4-tools.tar.gz" BOOTSTRAP_SHA="b599667c80e4a42157763ed25d868ec7dc34962d" |