flatpak/build.sh | 7 +++++++ 1 file changed, 7 insertions(+) New commits: commit cd86424a47e358335e108f3aa26565e3a2e3143c Author: Michael Stahl <michael.st...@allotropia.de> AuthorDate: Fri Nov 5 21:38:05 2021 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Wed Nov 10 15:55:31 2021 +0100
flatpak: document that build.sh is obsolete Change-Id: Ic60bef3cea601ee963100137245ba1041b959d2d Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/124781 Tested-by: Stephan Bergmann <sberg...@redhat.com> Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/flatpak/build.sh b/flatpak/build.sh index da677e7..7beafb9 100755 --- a/flatpak/build.sh +++ b/flatpak/build.sh @@ -4,6 +4,13 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. +################################################################### +##### WARNING ##### +################################################################### +##### this script is obsolete - flatpak is built with ##### +##### https://github.com/flathub/org.libreoffice.LibreOffice/ ##### +################################################################### + # This shell script creates a LibreOffice.flatpak bundle from a given git # branch/tag. #