Skip to content

Commit

Permalink
Per #2597, remove manage_externals and its config files since it is n…
Browse files Browse the repository at this point in the history
…o longer being supported/used. Remove build scripts that use manage_externals that will be replaced with issue #1068
  • Loading branch information
georgemccabe committed Nov 13, 2024
1 parent dbff73d commit 94d9771
Show file tree
Hide file tree
Showing 32 changed files with 2 additions and 3,503 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ on:
- '.github/pull_request_template.md'
- '.github/ISSUE_TEMPLATE/**'
- '.github/labels/**'
- 'build_components/**'
- 'manage_externals/**'
- '**/README.md'
- '**/LICENSE.md'

Expand All @@ -30,8 +28,6 @@ on:
- '.github/pull_request_template.md'
- '.github/ISSUE_TEMPLATE/**'
- '.github/labels/**'
- 'build_components/**'
- 'manage_externals/**'
- '**/README.md'
- '**/LICENSE.md'

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ on:
- '.github/pull_request_template.md'
- '.github/ISSUE_TEMPLATE/**'
- '.github/labels/**'
- 'build_components/**'
- 'manage_externals/**'
- '**/README.md'
- '**/LICENSE.md'

Expand All @@ -29,8 +27,6 @@ on:
- '.github/pull_request_template.md'
- '.github/ISSUE_TEMPLATE/**'
- '.github/labels/**'
- 'build_components/**'
- 'manage_externals/**'
- '**/README.md'
- '**/LICENSE.md'

Expand Down
1 change: 0 additions & 1 deletion build_components/Externals.cfg

This file was deleted.

39 changes: 0 additions & 39 deletions build_components/Externals_develop.cfg

This file was deleted.

39 changes: 0 additions & 39 deletions build_components/Externals_stable.cfg

This file was deleted.

22 changes: 0 additions & 22 deletions build_components/README.GFDLTRACKER

This file was deleted.

16 changes: 0 additions & 16 deletions build_components/README.md

This file was deleted.

45 changes: 0 additions & 45 deletions build_components/build_MET.sh

This file was deleted.

29 changes: 0 additions & 29 deletions build_components/env_vars.bash

This file was deleted.

1 change: 0 additions & 1 deletion docs/Release_Guide/metplus_official.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Create a new vX.Y.Z official release from the develop branch.
.. include:: release_steps/update_release_notes_official.rst
.. include:: release_steps/update_upgrade_instructions.rst
.. include:: release_steps/rotate_authorship.rst
.. include:: release_steps/metplus/update_manage_externals.rst
.. include:: release_steps/merge_release_issue.rst
.. include:: release_steps/create_release_on_github.rst
.. include:: release_steps/metplus/create_release_extra.rst
Expand Down

This file was deleted.

10 changes: 0 additions & 10 deletions docs/Users_Guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,8 @@ METplus Wrappers Directory Structure
The METplus Wrappers source code contains the following directory structure::

METplus/
build_components/
docs/
internal/
manage_exernals/
metplus/
parm/
produtil/
Expand All @@ -221,10 +219,6 @@ The METplus Wrappers source code contains the following directory structure::
The top-level METplus Wrappers directory consists of a README.md file
and several subdirectories.

The **build_components/** directory contains scripts that use manage_externals
and files available on dtcenter.org to download MET and start
the build process.

The **docs/** directory contains documentation for users and contributors
(HTML) and Doxygen
files that are used to create the METplus wrapper API documentation. The
Expand All @@ -237,10 +231,6 @@ The **internal/** directory contains scripts that are only
relevant to METplus developers and contributors, such as tests and files
used with Docker.

The **manage_externals/** directory contains scripts used to
facilitate the downloading and management
of components that METplus interacts with such as MET and METviewer.

The **metplus/** directory contains the wrapper scripts and utilities.

The **parm/** directory contains all the configuration files for MET and
Expand Down
4 changes: 2 additions & 2 deletions internal/scripts/sonarqube/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ sonar.projectKey=METplus
sonar.projectName=METplus
sonar.projectVersion=SONAR_PROJECT_VERSION
sonar.branch.name=SONAR_BRANCH_NAME
sonar.sources=docs,internal,manage_externals,metplus,parm,ush
sonar.sources=docs,internal,metplus,parm,ush
sonar.exclusions=metplus/scripts/**
sonar.coverage.exclusions=internal/tests/**,parm/**,metplus/parm/**,internal/scripts/**,manage_externals/**,docs/**,metplus/produtil/**,ush/**,metplus/wrappers/cyclone_plotter_wrapper.py
sonar.coverage.exclusions=internal/tests/**,parm/**,metplus/parm/**,internal/scripts/**,docs/**,metplus/produtil/**,ush/**,metplus/wrappers/cyclone_plotter_wrapper.py
sonar.python.coverage.reportPaths=coverage.xml
sonar.sourceEncoding=UTF-8

Expand Down
12 changes: 0 additions & 12 deletions manage_externals/.dir_locals.el

This file was deleted.

6 changes: 0 additions & 6 deletions manage_externals/.github/ISSUE_TEMPLATE.md

This file was deleted.

17 changes: 0 additions & 17 deletions manage_externals/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

14 changes: 0 additions & 14 deletions manage_externals/.gitignore

This file was deleted.

Loading

0 comments on commit 94d9771

Please sign in to comment.