Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PalNilsson committed May 18, 2018
1 parent cc9b053 commit 5e087c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,9 @@ Rucio copytool update (from M. Lassnig):
- Removed troublesome API fallback (rucio_sitemover)
- Added -v option for more verbose output (rucio_sitemover)

Google testing (from M. Lassnig):
- Added https protocol to schemas used in replica resolution algorithm (mover)

Bug fix:
- Changed logger.warning -> pUtil.tolog in detect_client_location(), reported by Javier Sanchez Martinez (pilot)

Expand Down
2 changes: 1 addition & 1 deletion environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def set_environment():
env = Configuration()

# env['version'] = pUtil.getPilotVersion()
env['pilot_version_tag'] = 'PR' #'RC'
env['pilot_version_tag'] = 'RC' #'PR' #'RC'
env['force_devpilot'] = False

# get the python executable path, to be used by child job
Expand Down

0 comments on commit 5e087c5

Please sign in to comment.