Skip to content

Commit

Permalink
GSW before VADER
Browse files Browse the repository at this point in the history
  • Loading branch information
Dooruk committed Jul 30, 2024
1 parent a2a25be commit 133bfa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/jedi_bundle/clone_jedi_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,12 @@ def clone_jedi(logger, clone_config):
f'If it\'s not a module it will be cloned at configure time.')
elif repo == 'fv3':
logger.info('Cloning fv3-interface.cmake from the jedi-bundle repo for fv3')
found, url, branch, \
found, url_tmp, branch_tmp, \
is_tag, is_commit = get_url_and_branch(logger, github_orgs, 'jedi-bundle',
default_branch, user_branch,
False, False)

clone_git_file(logger, url, ['fv3-interface.cmake'], path_to_source, depth=1)
clone_git_file(logger, url_tmp, ['fv3-interface.cmake'], path_to_source, depth=1)
logger.info('Cloning fv3.')
clone_git_repo(logger, url, branch,
os.path.join(path_to_source, repo), is_tag, is_commit)
Expand Down
6 changes: 3 additions & 3 deletions src/jedi_bundle/config/bundles/build-order.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
default_branch: develop

# Variable changes
- gsw:
repo_url_name: GSW-Fortran
default_branch: develop
- vader:
default_branch: develop

Expand All @@ -32,9 +35,6 @@
default_branch: develop
- geos-aero:
default_branch: develop
- gsw:
repo_url_name: GSW-Fortran
default_branch: develop
- ropp-ufo:
default_branch: develop
repo_url_name: ropp-test
Expand Down

0 comments on commit 133bfa3

Please sign in to comment.