Skip to content

Commit 53824d7

Browse files
merge develop -Dorg -Ssuccess-only: PR 2442 (Debian10)
2 parents f1ce587 + e5e98b6 commit 53824d7

10 files changed

+20
-613
lines changed

omero/autogen_omeroweb_install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ $DOCVENV/bin/pip install 'ansible<2.10' jinja2==3.0.1
1616
(cd $WORKSPACE/omeroweb-install && $DOCVENV/bin/ansible-playbook ./.travis/../ansible/omeroweb-install-doc.yml -i ./.travis/../ansible/hosts/ubuntu2004-ice3.6 --extra-vars '{"clean": True, "web_session": True}')
1717
(cd $WORKSPACE/omeroweb-install && $DOCVENV/bin/ansible-playbook ./.travis/../ansible/omeroweb-install-doc.yml -i ./.travis/../ansible/hosts/ubuntu2204-ice3.6 --extra-vars '{"clean": True, "web_session": True}')
1818
(cd $WORKSPACE/omeroweb-install && $DOCVENV/bin/ansible-playbook ./.travis/../ansible/omeroweb-install-doc.yml -i ./.travis/../ansible/hosts/rockylinux9-ice3.6 --extra-vars '{"clean": True, "web_session": True}')
19-
(cd $WORKSPACE/omeroweb-install && $DOCVENV/bin/ansible-playbook ./.travis/../ansible/omeroweb-install-doc.yml -i ./.travis/../ansible/hosts/debian10-ice3.6 --extra-vars '{"clean": True, "web_session": True}')
2019

2120
mv $WORKSPACE/omeroweb-install/ansible/doc/* omero/sysadmins/unix/install-web/walkthrough/

omero/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ def copy_legacy_redirects(app, exception):
374374
'sysadmins/unix/server-ubuntu1804-ice36.html',
375375
'sysadmins/unix/install-web/walkthrough/omeroweb-install-debian9-ice3.6.html',
376376
'sysadmins/unix/server-debian9-ice36.html',
377+
'sysadmins/unix/install-web/walkthrough/omeroweb-install-debian10-ice3.6.html',
378+
'sysadmins/unix/server-debian10-ice36.html',
377379
'sysadmins/unix/install-web/walkthrough/omeroweb-install-centos7-ice3.6.html',
378380
'sysadmins/unix/install-web/walkthrough/omeroweb-install-centos8-ice3.6.html',
379381
'sysadmins/unix/server-centos7-ice36.html',
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="refresh" content="1; url=../" />
4+
<script>
5+
window.location.href = "../web-deployment.html"
6+
</script>
7+
</head>
8+
</html>

0 commit comments

Comments
 (0)