Permalink
Browse files

Switching back to wget

  • Loading branch information...
1 parent 26af7b4 commit cd80a6cc649d1793b6ef0cacf371e962284e5c3a @rynge rynge committed Oct 10, 2016
Showing with 4 additions and 4 deletions.
  1. +4 −4 sites.xml
View
@@ -16,8 +16,8 @@
<site handle="stash" arch="x86_64" os="LINUX">
<directory type="shared-scratch" path="/stash2/user/${USER}/public">
- <!-- file-server operation="get" url="http://stash.osgconnect.net/~${USER}"/ -->
- <file-server operation="get" url="stash:///user/${USER}/public"/>
+ <file-server operation="get" url="http://stash.osgconnect.net/~${USER}"/>
+ <!-- file-server operation="get" url="stash:///user/${USER}/public"/ -->
<file-server operation="put" url="scp://${USER}@login02.osgconnect.net/stash2/user/${USER}/public"/>
</directory>
</site>
@@ -31,8 +31,8 @@
<profile namespace="condor" key="+WantsStashCache" >True</profile>
<!-- disable OSG squid caching for now -->
- <!-- profile namespace="env" key="http_proxy" ></profile>
- <profile namespace="env" key="OSG_SQUID_LOCATION" ></profile -->
+ <profile namespace="env" key="http_proxy" ></profile>
+ <profile namespace="env" key="OSG_SQUID_LOCATION" ></profile>
</site>
</sitecatalog>

0 comments on commit cd80a6c

Please sign in to comment.