Skip to content

Commit

Permalink
TOOLS-2574 Purge dependency on us-east.manta.joyent.com name (#330)
Browse files Browse the repository at this point in the history
Reviewed by: Dan McDonald <danmcd@mnx.io>
Reviewed by: Nolan Heimlich
Reviewed by: Jhonas Wernery <jhonas.wernery@mnx.io>
  • Loading branch information
bahamat authored Mar 6, 2024
1 parent 975c1e2 commit 6592220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "triton",
"description": "Triotn Data Center",
"version": "1.0.0",
"description": "Triton Data Center",
"version": "1.0.1",
"author": "MNX Cloud, Inc.",
"private": true,
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion tools/releng/go-prebuilt/go-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright 2020 Joyent, Inc.
# Copyright 2024 MNX Cloud, Inc.
#

#
Expand All @@ -30,7 +31,7 @@ set -o errexit
# This URL is hardcoded in eng.git:tools/download_go. If it changes, be sure
# to modify there too.
#
GO_MANTA_URL=https://us-east.manta.joyent.com/Joyent_Dev/public/releng/go/adhoc/
GO_MANTA_URL=https://us-central.manta.mnx.io/Joyent_Dev/public/releng/go/adhoc/

#
# The Golang source distribution download page
Expand Down

0 comments on commit 6592220

Please sign in to comment.