[Libreoffice-commits] dev-tools.git: flatpak/build.sh

Stephan Bergmann sbergman at redhat.com
Tue May 31 15:54:41 UTC 2016


 flatpak/build.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2491df87fada3b8accb022ae65ffee187bfca9fe
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue May 31 17:54:13 2016 +0200

    flatpak/build.sh: Remove "Fresh" from repo title
    
    (repo can potentially host more branches than just the "fresh" one)

diff --git a/flatpak/build.sh b/flatpak/build.sh
index 96f4578..03bfc2d 100755
--- a/flatpak/build.sh
+++ b/flatpak/build.sh
@@ -135,7 +135,7 @@ flatpak build-finish --command=/app/libreoffice/program/soffice \
 flatpak build-export --gpg-homedir="${my_gpghomedir?}" \
  --gpg-sign="${my_gpgkeyid?}" "${my_dir?}"/repository "${my_dir?}"/app \
  "${my_flatpakbranch?}"
-flatpak build-update-repo --title='The Document Foundation LibreOffice Fresh' \
+flatpak build-update-repo --title='The Document Foundation LibreOffice' \
  --generate-static-deltas --prune --gpg-homedir="${my_gpghomedir?}" \
  --gpg-sign="${my_gpgkeyid?}" "${my_dir?}"/repository
 tar --create --file "${my_dir?}"/repository.tgz --gzip \


More information about the Libreoffice-commits mailing list