Skip to content

Commit

Permalink
Merge pull request #2378 from jburel/remove_1804
Browse files Browse the repository at this point in the history
Remove 1804
  • Loading branch information
jburel authored Nov 28, 2023
2 parents af0315d + 02a01e0 commit c4b281c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 133 deletions.
1 change: 0 additions & 1 deletion omero/autogen_omeroweb_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export DOCVENV=${DOCVENV:-$WORKSPACE/.venv3}
$DOCVENV/bin/pip install 'ansible<2.10' jinja2==3.0.1

(cd $WORKSPACE/omeroweb-install && $DOCVENV/bin/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 && $DOCVENV/bin/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 && $DOCVENV/bin/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 && $DOCVENV/bin/ansible-playbook ./.travis/../ansible/omeroweb-install-doc.yml -i ./.travis/../ansible/hosts/ubuntu2204-ice3.6 --extra-vars '{"clean": True, "web_session": True}')
(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}')
Expand Down
2 changes: 1 addition & 1 deletion omero/sysadmins/unix/server-ubuntu2004-ice36.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To install PostgreSQL 12:

Create a local omero-server system user, and a directory for the OMERO repository:

.. literalinclude:: walkthrough/walkthrough_ubuntu1804.sh
.. literalinclude:: walkthrough/walkthrough_ubuntu2004.sh
:start-after: #start-step02
:end-before: #end-step02

Expand Down
131 changes: 0 additions & 131 deletions omero/sysadmins/unix/walkthrough/walkthrough_ubuntu1804.sh

This file was deleted.

0 comments on commit c4b281c

Please sign in to comment.