We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2916800 commit 0e3aaeeCopy full SHA for 0e3aaee
1 file changed
stashcp.py
@@ -24,11 +24,11 @@
24
from urlparse import urlparse
25
26
# Version information for user-agent
27
-VERSION = "5.2.1"
+VERSION = "5.3.0"
28
29
main_redirector = "root://redirector.osgstorage.org"
30
stash_origin = "root://stash.osgconnect.net"
31
-writeback_host = "https://redirector.osgstorage.org:8443"
+writeback_host = "http://stash-xrd.osgconnect.net:1094"
32
33
# Global variable for nearest cache
34
nearest_cache = None
0 commit comments