Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
guiHive
Commits
9077c289
Commit
9077c289
authored
Dec 14, 2016
by
Brandon Walts
Browse files
update for db_version/84
parent
d7752765
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
guihive-deploy.sh
guihive-deploy.sh
+6
-3
No files found.
guihive-deploy.sh
View file @
9077c289
...
...
@@ -11,6 +11,8 @@ GUIHIVE_CLONE_LOCATION="${DEPLOY_LOCATION}/clones/guiHive"
GUIHIVE_VERSIONS_DIR
=
"
${
DEPLOY_LOCATION
}
"
/versions
EHIVE_VERSIONS_DIR
=
"
${
DEPLOY_LOCATION
}
"
/ensembl-hive
umask
0002
if
[
-d
"
$GUIHIVE_VERSIONS_DIR
"
]
&&
[
-d
"
$EHIVE_VERSIONS_DIR
"
]
then
echo
"'
$GUIHIVE_VERSIONS_DIR
' and/or '
$EHIVE_VERSIONS_DIR
' already exist. Press ctrl+c to exit now, or enter otherwise/"
...
...
@@ -85,7 +87,7 @@ add_guihive_version "56" "db_version/56" "version/2.0"
add_guihive_version
"62"
"db_version/62"
"version/2.2"
add_guihive_version
"73"
"db_version/73"
"version/2.3"
add_guihive_version
"80"
"db_version/80"
"version/2.4"
add_guihive_version
"8
3
"
"db_version/8
0
"
"master"
add_guihive_version
"8
4
"
"db_version/8
4
"
"master"
# $db_version $aliased_db_version
link_guihive_version
"63"
"62"
...
...
@@ -104,8 +106,9 @@ link_guihive_version "76" "80"
link_guihive_version
"77"
"80"
link_guihive_version
"78"
"80"
link_guihive_version
"79"
"80"
link_guihive_version
"81"
"83"
link_guihive_version
"82"
"83"
link_guihive_version
"81"
"80"
link_guihive_version
"82"
"80"
link_guihive_version
"83"
"80"
trap
- EXIT
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