From b602d598cc1aee95c9d7536eac070adb9b5003bf Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Wed, 15 Nov 2023 15:33:07 -0500 Subject: [PATCH 1/2] Update eliot stage url --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59bad9a5..c5491bf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,6 @@ tag_name_template = "v%Y.%m.%d" [tool.service-status] main_branch = "main" hosts = [ - "stage=https://stage.eliot.nonprod.dataservices.mozgcp.net", + "stage=https://eliot-stage.symbols.nonprod.webservices.mozgcp.net", "prod=https://symbolication.services.mozilla.com", ] From b0f5d2f313a967411d7f578f8069cba32d57b36c Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Wed, 15 Nov 2023 15:35:16 -0500 Subject: [PATCH 2/2] Make these scripts 755 --- bin/license-check.py | 0 bin/service-status.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 bin/license-check.py mode change 100644 => 100755 bin/service-status.py diff --git a/bin/license-check.py b/bin/license-check.py old mode 100644 new mode 100755 diff --git a/bin/service-status.py b/bin/service-status.py old mode 100644 new mode 100755