File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1- CVMFS_SERVER_URL="http://cvmfs-s1bnl.opensciencegrid.org:8000/cvmfs/@fqrn@;http://cvmfs-s1fnal.opensciencegrid.org:8000/cvmfs/@fqrn@;http://cvmfs-s1goc.opensciencegrid.org:8000/cvmfs/@fqrn@"
1+ if [ "$CVMFS_HTTP_PROXY" = "DIRECT" ] || [ "$CVMFS_HTTP_PROXY" = "auto;DIRECT" ]; then
2+ CVMFS_SERVER_URL="http://s1bnl-cvmfs.openhtc.io/cvmfs/@fqrn@;http://s1fnal-cvmfs.openhtc.io/cvmfs/@fqrn@;http://s1osggoc-cvmfs.openhtc.io/cvmfs/@fqrn@"
3+ CVMFS_FALLBACK_PROXY=""
4+ else
5+ CVMFS_SERVER_URL="http://cvmfs-s1bnl.opensciencegrid.org:8000/cvmfs/@fqrn@;http://cvmfs-s1fnal.opensciencegrid.org:8000/cvmfs/@fqrn@;http://cvmfs-s1goc.opensciencegrid.org:8000/cvmfs/@fqrn@"
6+ fi
Original file line number Diff line number Diff line change 11# created by obsupdate.sh, do not edit by hand
2- Debtransform-Tar : cvmfs-config-osg-2.3 .tar.gz
2+ Debtransform-Tar : cvmfs-config-osg-2.4 .tar.gz
33Format : 1.0
4- Version : 2.3 .1
4+ Version : 2.4 .1
55Binary : cvmfs-config-osg
66Source : cvmfs-config-osg
77Maintainer : Dave Dykstra <dwd@fnal.gov>
Original file line number Diff line number Diff line change 11Summary: CernVM File System OSG Configuration and Public Keys
22Name: cvmfs-config-osg
3- Version: 2.3
3+ Version: 2.4
44Release: 1%{?dist }
55# download with:
66# $ curl -L -o cvmfs-config-osg-%{version}.tar.gz \
@@ -39,6 +39,10 @@ make install-redhat DESTDIR=$RPM_BUILD_ROOT
3939%config %{_sysconfdir }/cvmfs/config.d/*
4040
4141%changelog
42+ * Tue Jul 23 2019 Dave Dykstra <dwd@fnal.gov> - 2.4-1
43+ - Change the server urls for the config-osg repository to use openhtc.io
44+ aliases when the proxy url can use DIRECT.
45+
4246* Fri Feb 23 2018 Dave Dykstra <dwd@fnal.gov> - 2.3-1
4347- Change the changelog date on version 2.0.3 from Feb 28 2017 to
4448 May 28 2017 because osg-build complained about non-descending order
You can’t perform that action at this time.
0 commit comments