From cd7c95dd54182b950a73b4a811b1593e6f07e5e0 Mon Sep 17 00:00:00 2001 From: Fabio Hernandez Date: Thu, 20 Sep 2018 14:13:47 +0200 Subject: [PATCH 1/2] Add CERN stratum 1 to the configuration --- etc/cvmfs/domain.d/lsst.eu.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/cvmfs/domain.d/lsst.eu.conf b/etc/cvmfs/domain.d/lsst.eu.conf index d6684b9..52254f6 100644 --- a/etc/cvmfs/domain.d/lsst.eu.conf +++ b/etc/cvmfs/domain.d/lsst.eu.conf @@ -7,17 +7,17 @@ # -# List of stratum 0 servers of the repositories for the 'lsst.eu' domain +# List of stratum 1 servers of the repositories for the 'lsst.eu' domain # Separate servers by ';' # -CVMFS_SERVER_URL='http://cclssts1.in2p3.fr/cvmfs/@fqrn@' +CVMFS_SERVER_URL='http://cclssts1.in2p3.fr/cvmfs/@fqrn@;http://cvmfs-stratum-one.cern.ch/cvmfs/@fqrn@' # # List of load-balanced proxy groups. Each proxy group is composed # of a list of URLs separated by ';'. Groups are separated by '|'. # -CVMFS_HTTP_PROXY='http://cclsstsqd.in2p3.fr:3128' +CVMFS_HTTP_PROXY='http://cclsstsqd.in2p3.fr:3128|DIRECT' # From 94b2a2923ef7e2a9dcfbb33da0c43df697db0288 Mon Sep 17 00:00:00 2001 From: Fabio Hernandez Date: Thu, 20 Sep 2018 14:13:58 +0200 Subject: [PATCH 2/2] Bump version --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sh b/version.sh index 30afd5b..6fb9bf9 100644 --- a/version.sh +++ b/version.sh @@ -1,4 +1,4 @@ # Returns the version of the configuration package pkgVersion() { - echo "0.5" + echo "0.6" }