Skip to content

Commit

Permalink
Update components.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adarmenov committed Jan 4, 2024
1 parent 80f4388 commit 530d776
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ GMAO_Shared:
remote: ../GMAO_Shared.git
tag: v1.9.6
sparse: ./config/GMAO_Shared.sparse
develop: feature/adarmenov/#122-wmma
develop: main
branch: feature/adarmenov/#122-wmma

GEOS_Util:
local: ./src/Shared/@GMAO_Shared/@GEOS_Util
Expand All @@ -56,7 +57,8 @@ GEOSgcm_GridComp:
remote: ../GEOSgcm_GridComp.git
tag: v2.4.0
sparse: ./config/GEOSgcm_GridComp.sparse
develop: feature/adarmenov/#347-wmma
develop: develop
branch: feature/adarmenov/#347-wmma

FVdycoreCubed_GridComp:
local: ./src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSsuperdyn_GridComp/@FVdycoreCubed_GridComp
Expand Down Expand Up @@ -122,7 +124,8 @@ GEOS_OceanGridComp:
local: ./src/Components/@GEOSgcm_GridComp/GEOSogcm_GridComp/@GEOS_OceanGridComp
remote: ../GEOS_OceanGridComp.git
tag: v2.1.4
develop: feature/adarmenov/#53-wmma
develop: develop
branch: feature/adarmenov/#53-wmma

mom:
local: ./src/Components/@GEOSgcm_GridComp/GEOSogcm_GridComp/@GEOS_OceanGridComp/MOM_GEOS5PlugMod/@mom
Expand Down Expand Up @@ -190,7 +193,8 @@ GEOSgcm_App:
local: ./src/Applications/@GEOSgcm_App
remote: ../GEOSgcm_App.git
tag: v2.2.8
develop: feature/adarmenov/#318-wmma
develop: develop
branch: feature/adarmenov/#318-wmma

UMD_Etc:
local: ./src/Applications/@UMD_Etc
Expand Down

1 comment on commit 530d776

@mathomp4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adarmenov Not quite yet. You now have both tag: and branch:. I'm not sure if mepo would fail at that or just take the first or what.

You should have only one of tag:, branch: or hash:.

Also, probably good to be in the order:

  • local
  • remote
  • tag/branch/hash
  • sparse (if present)
  • develop

for...stupid reasons, really. YAML doesn't care, but there's a weird mepo command that outputs them in that order. So I tend to keep them in that order

Please sign in to comment.