File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Other than setting the CVMFS_SERVER_URL, this file copies the logic from
2
- # common.conf in the configuration repository
2
+ # default.conf and common.conf in the configuration repository
3
+
4
+ if [ -z "$CVMFS_PAC_URLS" ] || [ "$CVMFS_PAC_URLS" = "http://wpad/wpad.dat" ]; then
5
+ if [ "$(($$ % 2))" -eq 1 ]; then
6
+ CVMFS_PAC_URLS="http://grid-wpad/wpad.dat;http://wpad/wpad.dat;http://cernvm-wpad.fnal.gov/wpad.dat;http://cernvm-wpad.cern.ch/wpad.dat"
7
+ else
8
+ CVMFS_PAC_URLS="http://grid-wpad/wpad.dat;http://wpad/wpad.dat;http://cernvm-wpad.cern.ch/wpad.dat;http://cernvm-wpad.fnal.gov/wpad.dat"
9
+ fi
10
+ fi
3
11
4
12
if [ "$CVMFS_CLIENT_PROFILE" = "single" ]; then
5
13
if [ "$CVMFS_HTTP_PROXY" = "" ]; then
Original file line number Diff line number Diff line change @@ -42,8 +42,9 @@ make install-redhat DESTDIR=$RPM_BUILD_ROOT
42
42
%changelog
43
43
*
Mon Oct 12 2020 Dave Dykstra <[email protected] > -
2.5-1
44
44
- Update the configuration for the config repo to apply all the logic
45
- from the config repo's common.conf. That is, support USE_CVMFS_CDN
46
- and CVMFS_CLIENT_PROFILE.
45
+ from the config repo's default.conf and common.conf. That is, support
46
+ USE_CVMFS_CDN and CVMFS_CLIENT_PROFILE and set default CVMFS_PAC_URLS
47
+ covering the WLCG Web Proxy Auto Discovery.
47
48
- Reverse the order of the fallback proxies because of the bug in
48
49
https://sft.its.cern.ch/jira/browse/CVM-1920
49
50
You can’t perform that action at this time.
0 commit comments