Skip to content

Commit

Permalink
Update URLs for git repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarmany committed Oct 17, 2018
1 parent 9ebb8c8 commit 348f2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/ecbuild_git.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ if( ECBUILD_GIT )
set( ECMWF_USER $ENV{USER} CACHE STRING "ECMWF git user" )
set( ECMWF_GIT SSH CACHE STRING "ECMWF git protocol" )

set( ECMWF_GIT_SSH "ssh://git@software.ecmwf.int:7999" CACHE INTERNAL "ECMWF ssh address" )
set( ECMWF_GIT_HTTPS "https://${ECMWF_USER}@software.ecmwf.int/stash/scm" CACHE INTERNAL "ECMWF https address" )
set( ECMWF_GIT_SSH "ssh://git@git.ecmwf.int:7999" CACHE INTERNAL "ECMWF ssh address" )
set( ECMWF_GIT_HTTPS "https://${ECMWF_USER}@git.ecmwf.int/scm" CACHE INTERNAL "ECMWF https address" )

if( ECMWF_GIT MATCHES "[Ss][Ss][Hh]" )
set( ECMWF_GIT_ADDRESS ${ECMWF_GIT_SSH} CACHE INTERNAL "" )
Expand Down

0 comments on commit 348f2d6

Please sign in to comment.