Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Externals.cfg
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[regional_workflow]
protocol = git
repo_url = https://github.com/NOAA-EMC/regional_workflow
repo_url = https://github.com/mkavulich/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 9bac8563
branch = update_develop_for_macos_linux
#hash = 5bbbc53
local_path = regional_workflow
required = True

[ufs_utils]
protocol = git
repo_url = https://github.com/NOAA-EMC/UFS_UTILS
# Specify either a branch name or a hash but not both.
#branch = develop
hash = ea821358
#branch = fix_orog_segfault
hash = e67789f
local_path = src/UFS_UTILS
required = True

Expand Down