Skip to content

Commit 684a484

Browse files
committed
bump epygram and ial_build
1 parent dffd6d0 commit 684a484

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.6
1+
1.1.7

Diff for: conf/belenos.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ default_mtooldir = /scratch/mtool/$LOGNAME
55
[packages]
66
# vortex & epygram are special, the path has to be the root of the project
77
vortex = ~verolive/vortex/vortex-olive-dev
8-
epygram = ~mary/public/EPyGrAM/1.4.18-eccodes
8+
epygram = ~mary/public/EPyGrAM/1.4.19
99
# for others, the path has to lead to the python package
1010
ial_expertise = ~mary/public/IAL-expertise/1.1.5/src/ial_expertise
11-
ial_build = ~mary/public/IAL-build/1.2.5/src/ial_build
11+
ial_build = ~mary/public/IAL-build/1.2.6/src/ial_build
1212
ecbundle = ~mary/public/ecbundle/2.0.0/ecbundle

Diff for: src/davai_env/shelf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def _mkt_arch(self, archive, to='arch'):
106106
def arch_prestage(self, archive, **_):
107107
""" """
108108
from bronx.system.mf import prestage
109-
prestage([os.path.join('/home', self.vtx_vapp_vconf, self.radical)],
109+
prestage([os.path.join('/home', self.vtx_vapp_vconf, self.radical, '*')],
110110
111111
archive_machine=archive)
112112

0 commit comments

Comments
 (0)