-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1254 from esm-tools/fix/esm_master_destination_ca…
…n_be_nested2 use pushd and popd, instead of cd <dir> and cd -
- Loading branch information
Showing
19 changed files
with
41 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 6.43.4 | ||
current_version = 6.43.5 | ||
commit = True | ||
tag = True | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
__author__ = """Paul Gierz""" | ||
__email__ = "[email protected]" | ||
__version__ = "6.43.4" | ||
__version__ = "6.43.5" | ||
|
||
from .esm_archiving import (archive_mistral, check_tar_lists, | ||
delete_original_data, determine_datestamp_location, | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
__author__ = """Dirk Barbi""" | ||
__email__ = "[email protected]" | ||
__version__ = "6.43.4" | ||
__version__ = "6.43.5" | ||
|
||
from .esm_calendar import * |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
__author__ = """Dirk Barbi""" | ||
__email__ = "[email protected]" | ||
__version__ = "6.43.4" | ||
__version__ = "6.43.5" |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
__author__ = """Dirk Barbi""" | ||
__email__ = "[email protected]" | ||
__version__ = "6.43.4" | ||
__version__ = "6.43.5" |
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 |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
__author__ = """Dirk Barbi""" | ||
__email__ = "[email protected]" | ||
__version__ = "6.43.4" | ||
__version__ = "6.43.5" | ||
|
||
from .esm_environment import * |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = """Dirk Barbi""" | ||
__email__ = "[email protected]" | ||
__version__ = "6.43.4" | ||
__version__ = "6.43.5" | ||
|
||
|
||
from . import database |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
__author__ = """Dirk Barbi""" | ||
__email__ = "[email protected]" | ||
__version__ = "6.43.4" | ||
__version__ = "6.43.5" | ||
|
||
from .esm_motd import * |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = """Dirk Barbi""" | ||
__email__ = "[email protected]" | ||
__version__ = "6.43.4" | ||
__version__ = "6.43.5" | ||
|
||
|
||
from .dict_to_yaml import * | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
__author__ = """Dirk Barbi, Paul Gierz, Sebastian Wahl""" | ||
__email__ = "[email protected]" | ||
__version__ = "6.43.4" | ||
__version__ = "6.43.5" | ||
|
||
from .esm_plugin_manager import * |
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 |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
__author__ = """Dirk Barbi""" | ||
__email__ = "[email protected]" | ||
__version__ = "6.43.4" | ||
__version__ = "6.43.5" | ||
|
||
from .esm_profile import * |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = """Dirk Barbi""" | ||
__email__ = "[email protected]" | ||
__version__ = "6.43.4" | ||
__version__ = "6.43.5" | ||
|
||
from .batch_system import * | ||
from .chunky_parts import * | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = """Miguel Andres-Martinez""" | ||
__email__ = "[email protected]" | ||
__version__ = "6.43.4" | ||
__version__ = "6.43.5" | ||
|
||
from .initialization import * | ||
from .read_shipped_data import * | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
|
||
__author__ = """Dirk Barbi, Paul Gierz""" | ||
__email__ = "[email protected]" | ||
__version__ = "6.43.4" | ||
__version__ = "6.43.5" | ||
|
||
import functools | ||
import inspect | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
__author__ = """Paul Gierz""" | ||
__email__ = "[email protected]" | ||
__version__ = "6.43.4" | ||
__version__ = "6.43.5" | ||
|
||
from .utils import * |