summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dickerson <thomas@geopi.pe>2022-03-28 17:48:20 -0400
committerGitHub <noreply@github.com>2022-03-28 14:48:20 -0700
commit40fad1472af7bebfa352b4c1562d7afe604bb73a (patch)
treeda8190c17650398caf9d8d0055d005a741871858
parent00469d84e76e65b72b9b9787fb9aa573947ce0f2 (diff)
downloadspack-40fad1472af7bebfa352b4c1562d7afe604bb73a.tar.gz
spack-40fad1472af7bebfa352b4c1562d7afe604bb73a.tar.bz2
spack-40fad1472af7bebfa352b4c1562d7afe604bb73a.tar.xz
spack-40fad1472af7bebfa352b4c1562d7afe604bb73a.zip
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
-rw-r--r--var/spack/repos/builtin/packages/liggghts/package.py2
-rw-r--r--var/spack/repos/builtin/packages/survey/package.py2
-rw-r--r--var/spack/repos/builtin/packages/talass/package.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/liggghts/package.py b/var/spack/repos/builtin/packages/liggghts/package.py
index d1b2040d32..9e72fbfde8 100644
--- a/var/spack/repos/builtin/packages/liggghts/package.py
+++ b/var/spack/repos/builtin/packages/liggghts/package.py
@@ -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')
diff --git a/var/spack/repos/builtin/packages/survey/package.py b/var/spack/repos/builtin/packages/survey/package.py
index 462cbd8d50..be4033eb8c 100644
--- a/var/spack/repos/builtin/packages/survey/package.py
+++ b/var/spack/repos/builtin/packages/survey/package.py
@@ -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']
diff --git a/var/spack/repos/builtin/packages/talass/package.py b/var/spack/repos/builtin/packages/talass/package.py
index 015dcf5822..426447cf89 100644
--- a/var/spack/repos/builtin/packages/talass/package.py
+++ b/var/spack/repos/builtin/packages/talass/package.py
@@ -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')