From dee8b33a1ebb150cdf2575e55903300285d07283 Mon Sep 17 00:00:00 2001 From: Siddharth Sharma Date: Wed, 8 Mar 2023 15:26:52 -0500 Subject: [PATCH] Initial search and replace --- .devcontainer/dev.Dockerfile | 2 +- .devcontainer/settings.yaml | 2 +- README.md | 4 ++-- elliottlib/cli/attach_cve_flaws_cli.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/dev.Dockerfile b/.devcontainer/dev.Dockerfile index fa92d855..be4b71d4 100644 --- a/.devcontainer/dev.Dockerfile +++ b/.devcontainer/dev.Dockerfile @@ -54,5 +54,5 @@ RUN chown "$USERNAME" -R . \ && sudo -u "$USERNAME" pip3 install --user -r ./requirements.txt -r requirements-dev.txt \ && sudo -u "$USERNAME" pip3 install --user --editable . USER "$USER_UID" -ENV ELLIOTT_DATA_PATH=https://github.com/openshift/ocp-build-data \ +ENV ELLIOTT_DATA_PATH=https://github.com/openshift-eng/ocp-build-data \ _ELLIOTT_DATA_PATH=/workspaces/ocp-build-data diff --git a/.devcontainer/settings.yaml b/.devcontainer/settings.yaml index ecaa2d42..644cd9e9 100644 --- a/.devcontainer/settings.yaml +++ b/.devcontainer/settings.yaml @@ -2,7 +2,7 @@ working_dir: /workspaces/elliott-working-dir #Git URL or File Path to build data -data_path: https://github.com/openshift/ocp-build-data.git +data_path: https://github.com/openshift-eng/ocp-build-data.git #Sub-group directory or branch to pull build data # group: diff --git a/README.md b/README.md index 1f31ea95..8fe8d1d6 100644 --- a/README.md +++ b/README.md @@ -276,8 +276,8 @@ attached to a 3.6 $ ./elliott --group openshift-3.6 find-builds -k image - 2018-11-27 10:23:28,117 INFO Using git@github.com:openshift/ocp-build-data.git for metadata - 2018-11-27 10:23:28,117 INFO Cloning config data from git@github.com:openshift/ocp-build-data.git + 2018-11-27 10:23:28,117 INFO Using git@github.com:openshift-eng/ocp-build-data.git for metadata + 2018-11-27 10:23:28,117 INFO Cloning config data from git@github.com:openshift-eng/ocp-build-data.git 2018-11-27 10:23:29,146 INFO Using branch from group.yml: rhaos-3.6-rhel-7 Generating list of images: Hold on a moment, fetching Brew buildinfo [****************************************] diff --git a/elliottlib/cli/attach_cve_flaws_cli.py b/elliottlib/cli/attach_cve_flaws_cli.py index edf64a4b..cd57a533 100644 --- a/elliottlib/cli/attach_cve_flaws_cli.py +++ b/elliottlib/cli/attach_cve_flaws_cli.py @@ -39,7 +39,7 @@ async def attach_cve_flaws_cli(runtime: Runtime, advisory_id: int, noop: bool, d Example: $ elliott --group openshift-4.6 attach-cve-flaws --use-default-advisory image - INFO Cloning config data from https://github.com/openshift/ocp-build-data.git + INFO Cloning config data from https://github.com/openshift-eng/ocp-build-data.git INFO Using branch from group.yml: rhaos-4.6-rhel-8 INFO found 114 tracker bugs attached to the advisory INFO found 58 corresponding flaw bugs