Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-repo
Commits
fe51425a
Commit
fe51425a
authored
Apr 09, 2018
by
Shane Snyder
Browse files
make sure to use https for bake git repo
parent
2ead9a01
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/bake/package.py
View file @
fe51425a
...
@@ -7,7 +7,7 @@ class Bake(AutotoolsPackage):
...
@@ -7,7 +7,7 @@ class Bake(AutotoolsPackage):
homepage
=
"https://xgitlab.cels.anl.gov/sds/bake"
homepage
=
"https://xgitlab.cels.anl.gov/sds/bake"
url
=
"https://xgitlab.cels.anl.gov/sds/bake"
url
=
"https://xgitlab.cels.anl.gov/sds/bake"
version
(
'master'
,
git
=
'
git@
xgitlab.cels.anl.gov
:
sds/bake.git'
)
version
(
'master'
,
git
=
'
https://
xgitlab.cels.anl.gov
/
sds/bake.git'
)
depends_on
(
'margo'
)
depends_on
(
'margo'
)
depends_on
(
'libuuid'
)
depends_on
(
'libuuid'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment