Convert git-over-ssh package URLs to canonical format (#29754)
Use canonical SSH urls for git-over-ssh package urls. See also: discussion on #29706, #29749, and https://forum.gitlab.com/t/provided-ssh-url-is-in-the-wrong-format/14320
This commit is contained in:
parent
00469d84e7
commit
40fad1472a
@ -13,7 +13,7 @@ class Liggghts(MakefilePackage):
|
||||
"""Discrete element method particle simulation."""
|
||||
homepage = 'https://www.cfdem.com/media/DEM/docu/Manual.html'
|
||||
url = 'https://github.com/CFDEMproject/LIGGGHTS-PUBLIC/archive/3.8.0.tar.gz'
|
||||
git = 'git@github.com:CFDEMproject/LIGGGHTS-PUBLIC.git'
|
||||
git = 'ssh://git@github.com/CFDEMproject/LIGGGHTS-PUBLIC.git'
|
||||
|
||||
version('3.8.0', sha256='9cb2e6596f584463ac2f80e3ff7b9588b7e3638c44324635b6329df87b90ab03')
|
||||
|
||||
|
@ -28,7 +28,7 @@ class Survey(CMakePackage):
|
||||
"""
|
||||
|
||||
homepage = "http://www.trenzasynergy.com"
|
||||
git = "git@gitlab.com:trenza/survey.git"
|
||||
git = "ssh://git@gitlab.com/trenza/survey.git"
|
||||
|
||||
maintainers = ['jgalarowicz']
|
||||
|
||||
|
@ -15,7 +15,7 @@ class Talass(CMakePackage):
|
||||
alone."""
|
||||
|
||||
homepage = "http://www.cedmav.org/research/project/16-talass.html"
|
||||
git = "git@bitbucket.org:cedmav/talass.git"
|
||||
git = "ssh://git@bitbucket.org/cedmav/talass.git"
|
||||
|
||||
version('2018-10-29', commit='5d459c0dd89e733fa301391908a5b79fe2850ad7')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user