diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 137b156..478d4a6 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -117,9 +117,6 @@ done #================================================= # Install moreutils, needed for sponge -sudo apt-get install moreutils - -# Replace new version in manifest echo "$(jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json)" > manifest.json # No need to update the README, yunohost-bot takes care of it diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index ca77fed..4508553 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -41,8 +41,9 @@ jobs: author: 'yunohost-bot ' signoff: false branch: ci-auto-update-v${{ env.VERSION }} + base: testing delete-branch: true title: 'Upgrade to version ${{ env.VERSION }}' body: | - Upgrade to v${{ env.VERSION }} + Upgrade etherpad_mypads to v${{ env.VERSION }} draft: false diff --git a/CHANGELOG.md b/CHANGELOG.md index 2211760..d7ef744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= + +## [1.8.14~ynh2]() - 2021-10-01 + +#### Changed +* [Harden systemd](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/pull/149/commits/5900064ea950d98c0bf28e336a5e2d85012e5e52) +* [Fix login to admin page](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/pull/149/commits/3659fb84bcd52d16937a25998395e7889a731412) +* [Add autoupdate mecanism](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/pull/149/commits/b53b5830e5c3521db00fe2f4c8b8c1d953e5664a) +* [Code clean up](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/pull/149/commits/e4168cde0a8611a09ff5bfea6059bdc98a36af38) + ## [1.8.14~ynh1]() - 2021-06-04 #### Changed diff --git a/README.md b/README.md index 6dcc383..923acb0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control. -**Shipped version:** 1.8.14~ynh1 + +**Shipped version:** 1.8.14~ynh2 **Demo:** https://video.etherpad.com diff --git a/README_fr.md b/README_fr.md index 1511c1e..62556f5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Etherpad est un éditeur collaboratif en temps réel évolutif pour des milliers d'utilisateurs simultanés en temps réel. Il fournit des capacités complètes d'exportation de données et s'exécute sur votre serveur, sous votre contrôle. -**Version incluse :** 1.8.14~ynh1 +**Version incluse :** 1.8.14~ynh2 **Démo :** https://video.etherpad.com diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 25e72d4..5ecb79a 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1 @@ -Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control. \ No newline at end of file +Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control. diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index 974f00d..d64f16b 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -1 +1 @@ -Etherpad est un éditeur collaboratif en temps réel évolutif pour des milliers d'utilisateurs simultanés en temps réel. Il fournit des capacités complètes d'exportation de données et s'exécute sur votre serveur, sous votre contrôle. +Etherpad est un éditeur collaboratif en temps réel évolutif pour des milliers d'utilisateurs simultanés en temps réel. Il fournit des capacités complètes d'exportation de données et s'exécute sur votre serveur, sous votre contrôle. diff --git a/manifest.json b/manifest.json index 836091f..720f65d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online editor providing collaborative editing in real-time", "fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel" }, - "version": "1.8.14~ynh1", + "version": "1.8.14~ynh2", "url": "http://etherpad.org", "upstream": { "license": "Apache-2.0", diff --git a/scripts/change_url b/scripts/change_url index 5db8dbf..7d26331 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -6,6 +6,10 @@ # IMPORT GENERIC HELPERS #================================================= +if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then + sleep 60 +fi + source _common.sh source /usr/share/yunohost/helpers