Skip to content

Commit

Permalink
Merge branch 'next' of https://github.com/PalNilsson/pilot3 into alts…
Browse files Browse the repository at this point in the history
…tageout
  • Loading branch information
anisyonk committed Sep 9, 2024
2 parents 295210a + 9f88586 commit abdc384
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PILOTVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.1.65
3.8.1.66
1 change: 0 additions & 1 deletion pilot/user/atlas/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2457,7 +2457,6 @@ def get_utility_command_setup(name: str, job: JobData, setup: str = None) -> str
job.pid,
job.jobid,
job.workdir,
setup=job.command,
use_container=use_container
)

Expand Down
2 changes: 1 addition & 1 deletion pilot/util/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
RELEASE = '3' # released number should be fixed at 3 for Pilot 3
VERSION = '8' # version number is '1' for first release, '0' until then, increased for bigger updates
REVISION = '1' # revision number should be reset to '0' for every new version release, increased for small updates
BUILD = '65' # build number should be reset to '1' for every new development cycle
BUILD = '66' # build number should be reset to '1' for every new development cycle

SUCCESS = 0
FAILURE = 1
Expand Down

0 comments on commit abdc384

Please sign in to comment.