Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
sshshare
Commits
6e2c8f8c
Commit
6e2c8f8c
authored
Feb 09, 2018
by
Chris Hines
Browse files
correct url for proxy downloads
parent
6a1df214
Changes
1
Hide whitespace changes
Inline
Side-by-side
sshshare/__main__.py
View file @
6e2c8f8c
...
...
@@ -261,7 +261,7 @@ def main():
configdata
[
'singularity'
]
=
'singularity'
configdata
[
'img'
]
=
'sftp_img.img'
configdata
[
'secretserver'
]
=
'https://cw-vm-d034.sa.nectar.org.au/sshshare/share/'
configdata
[
'proxyserver'
]
=
'https://cw-vm-d034.sa.nectar.org.au/download/retrieve
/
'
configdata
[
'proxyserver'
]
=
'https://cw-vm-d034.sa.nectar.org.au/download/retrieve'
with
open
(
configpath
,
'w'
)
as
f
:
f
.
write
(
yaml
.
dump
(
config
))
config
.
update
(
configdata
)
...
...
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