Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Initial search and replace
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreyd committed Mar 8, 2023
1 parent d297a61 commit dee8b33
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .devcontainer/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ attached to a 3.6

<elliott> $ ./elliott --group openshift-3.6 find-builds -k image

2018-11-27 10:23:28,117 INFO Using [email protected]:openshift/ocp-build-data.git for metadata
2018-11-27 10:23:28,117 INFO Cloning config data from [email protected]:openshift/ocp-build-data.git
2018-11-27 10:23:28,117 INFO Using [email protected]:openshift-eng/ocp-build-data.git for metadata
2018-11-27 10:23:28,117 INFO Cloning config data from [email protected]: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
[****************************************]
Expand Down
2 changes: 1 addition & 1 deletion elliottlib/cli/attach_cve_flaws_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dee8b33

Please sign in to comment.