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
FSL
conda
installer
Commits
83814355
Commit
83814355
authored
Sep 17, 2021
by
Paul McCarthy
🚵
Browse files
Merge branch 'mnt/url' into 'master'
Mnt/url See merge request fsl/conda/installer!19
parents
331fde39
a8cbfb78
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
83814355
...
...
@@ -28,7 +28,7 @@ variables:
# Directory in which new versions of the
# installer script should be copied into.
FSLINSTALLER_DEPLOY_DIRECTORY
:
"
/"
FSLINSTALLER_DEPLOY_DIRECTORY
:
"
/
exports/fsldownloads/fslconda/releases/
"
# GitLab API token with enough privileges to push a
# branch to the fsl/conda/manifest repository, and open
...
...
fslinstaller.py
View file @
83814355
...
...
@@ -52,8 +52,8 @@ log = logging.getLogger(__name__)
__absfile__
=
op
.
abspath
(
__file__
).
rstrip
(
'c'
)
__version__
=
'1.3.
2
'
"""Installer script version number. This
is automatically
updated
__version__
=
'1.3.
3
'
"""Installer script version number. This
must be
updated
whenever a new version of the installer script is released.
"""
...
...
@@ -62,7 +62,7 @@ DEFAULT_INSTALLATION_DIRECTORY = '/usr/local/fsl'
"""Default FSL installation directory. """
FSL_INSTALLER_MANIFEST
=
'http://
18.133.213.73
/releases/manifest.json'
FSL_INSTALLER_MANIFEST
=
'http
s
://
fsl.fmrib.ox.ac.uk/fsldownloads/fslconda
/releases/manifest.json'
"""URL to download the FSL installer manifest file from. The installer
manifest file is a JSON file which contains information about available FSL
versions.
...
...
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