Skip to content

Commit

Permalink
Merge pull request #2207 from jburel/debian9
Browse files Browse the repository at this point in the history
remove debian9
  • Loading branch information
jburel authored Jan 11, 2022
2 parents 345eab4 + 7b732df commit 4547e10
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 751 deletions.
1 change: 0 additions & 1 deletion omero/autogen_docs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ echo "Generating omeroweb install walkthrough"

(cd $WORKSPACE/omeroweb-install && ansible-playbook ./.travis/../ansible/omeroweb-install-doc.yml -i ./.travis/../ansible/hosts/centos7-ice3.6 --extra-vars '{"clean": True, "web_session": True}')
(cd $WORKSPACE/omeroweb-install && ansible-playbook ./.travis/../ansible/omeroweb-install-doc.yml -i ./.travis/../ansible/hosts/centos8-ice3.6 --extra-vars '{"clean": True, "web_session": True}')
(cd $WORKSPACE/omeroweb-install && ansible-playbook ./.travis/../ansible/omeroweb-install-doc.yml -i ./.travis/../ansible/hosts/debian9-ice3.6 --extra-vars '{"clean": True, "web_session": True}')
(cd $WORKSPACE/omeroweb-install && ansible-playbook ./.travis/../ansible/omeroweb-install-doc.yml -i ./.travis/../ansible/hosts/ubuntu1804-ice3.6 --extra-vars '{"clean": True, "web_session": True}')
(cd $WORKSPACE/omeroweb-install && ansible-playbook ./.travis/../ansible/omeroweb-install-doc.yml -i ./.travis/../ansible/hosts/ubuntu2004-ice3.6 --extra-vars '{"clean": True, "web_session": True}')
(cd $WORKSPACE/omeroweb-install && ansible-playbook ./.travis/../ansible/omeroweb-install-doc.yml -i ./.travis/../ansible/hosts/debian10-ice3.6 --extra-vars '{"clean": True, "web_session": True}')
Expand Down
2 changes: 2 additions & 0 deletions omero/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ def copy_legacy_redirects(app, exception):
"""
print("Adding redirects:")
redirect_files = [
'sysadmins/unix/install-web/walkthrough/omeroweb-install-debian9-ice3.6.html',
'sysadmins/unix/server-debian9-ice36.html',
'sysadmins/server-overview.html',
'sysadmins/server-tables.html',
'sysadmins/omero-home-prefix.html',
Expand Down
2 changes: 1 addition & 1 deletion omero/sysadmins/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ employ the `omero-certificates
<https://pypi.org/project/omero-certificates/>`_ plugin available from
PyPI_:

.. literalinclude:: unix/walkthrough/walkthrough_debian9.sh
.. literalinclude:: unix/walkthrough/walkthrough_debian10.sh
:start-after: #start-seclevel
:end-before: #end-seclevel

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<meta http-equiv="refresh" content="1; url=../" />
<script>
window.location.href = "omeroweb-install-debian10-ice3.6.html"
</script>
</head>
</html>
Loading

0 comments on commit 4547e10

Please sign in to comment.