diff --git a/PILOTVERSION b/PILOTVERSION index d7797926..d6eed9eb 100644 --- a/PILOTVERSION +++ b/PILOTVERSION @@ -1 +1 @@ -3.7.2.2 \ No newline at end of file +3.7.2.3 \ No newline at end of file diff --git a/pilot/user/atlas/container.py b/pilot/user/atlas/container.py index 20e91ea5..ef4754b0 100644 --- a/pilot/user/atlas/container.py +++ b/pilot/user/atlas/container.py @@ -371,7 +371,8 @@ def get_container_options(container_options): pass # opts += 'export ALRB_CONT_CMDOPTS=\"$ALRB_CONT_CMDOPTS -c -i -p\";' else: - opts += '-e \"-C\"' + #opts += '-e \"-C\"' + opts += '-e \"-c -i\"' return opts diff --git a/pilot/util/constants.py b/pilot/util/constants.py index 774d36e3..0824a436 100644 --- a/pilot/util/constants.py +++ b/pilot/util/constants.py @@ -28,7 +28,7 @@ RELEASE = '3' # released number should be fixed at 3 for Pilot 3 VERSION = '7' # version number is '1' for first release, '0' until then, increased for bigger updates REVISION = '2' # revision number should be reset to '0' for every new version release, increased for small updates -BUILD = '2' # build number should be reset to '1' for every new development cycle +BUILD = '3' # build number should be reset to '1' for every new development cycle SUCCESS = 0 FAILURE = 1