-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for less used options of "mepo clone" (#335)
* Fixed a couple of bugs 1. shutil is required if --registry is passed 2. The function checkout_all_repos has the arg branch passed to it, not args, so use that instead * Added a test for mepo clone --allrepos * Added test for mepo clone --registry * Added Changelong entry, fixed test, made formatter happy * Bumped version * Fixed typo in Changelog * Fixed test for checking version
- Loading branch information
1 parent
72d2a6f
commit 26fc827
Showing
7 changed files
with
132 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "mepo" | ||
version = "2.2.0" | ||
version = "2.2.1" | ||
description = "A tool for managing (m)ultiple r(epo)s" | ||
authors = [{name="GMAO SI Team", email="[email protected]"}] | ||
dependencies = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
GEOSfvdycore: | ||
fixture: true | ||
develop: main | ||
|
||
env: | ||
local: ./@env | ||
remote: https://github.com/GEOS-ESM/ESMA_env.git | ||
tag: v4.29.1 | ||
develop: main | ||
|
||
cmake: | ||
local: ./@cmake | ||
remote: https://github.com/GEOS-ESM/ESMA_cmake.git | ||
tag: v3.55.0 | ||
develop: develop | ||
|
||
ecbuild: | ||
local: ./@cmake/@ecbuild | ||
remote: https://github.com/GEOS-ESM/ecbuild.git | ||
tag: geos/v1.4.0 | ||
|
||
GMAO_Shared: | ||
local: ./src/Shared/@GMAO_Shared | ||
remote: https://github.com/GEOS-ESM/GMAO_Shared.git | ||
branch: mepo-testing-do-not-delete | ||
sparse: ./config/GMAO_Shared.sparse | ||
develop: main | ||
|
||
GEOS_Util: | ||
local: ./src/Shared/@GMAO_Shared/@GEOS_Util | ||
remote: https://github.com/GEOS-ESM/GEOS_Util.git | ||
tag: v2.1.3 | ||
develop: main | ||
|
||
FMS: | ||
local: ./src/Shared/@FMS | ||
remote: https://github.com/GEOS-ESM/FMS.git | ||
tag: geos/2019.01.02+noaff.10 | ||
develop: geos/release/2019.01 | ||
|
||
FVdycoreCubed_GridComp: | ||
local: ./src/Components/@FVdycoreCubed_GridComp | ||
remote: https://github.com/GEOS-ESM/FVdycoreCubed_GridComp.git | ||
branch: develop | ||
develop: develop | ||
|
||
fvdycore: | ||
local: ./src/Components/@FVdycoreCubed_GridComp/@fvdycore | ||
remote: https://github.com/GEOS-ESM/GFDL_atmos_cubed_sphere.git | ||
branch: geos/develop | ||
develop: geos/develop | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters