Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
airnandez committed Sep 20, 2018
2 parents 1b00552 + 94b2a29 commit c62ac83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions etc/cvmfs/domain.d/lsst.eu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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'


#
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Returns the version of the configuration package
pkgVersion() {
echo "0.5"
echo "0.6"
}

0 comments on commit c62ac83

Please sign in to comment.