From 21209da7224dbaf31e95b6a639742873205d09cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:02:37 +0100 Subject: [PATCH 1/2] cleaning --- check_process | 27 --------------------------- scripts/install | 2 +- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 check_process diff --git a/check_process b/check_process deleted file mode 100644 index 68cf7a8..0000000 --- a/check_process +++ /dev/null @@ -1,27 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - path="/path" - is_public=1 - language="fr" - admin="john" - ; Checks - pkg_linter=1 - setup_sub_dir=1 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - # 12.0.0~ynh1 - upgrade=1 from_commit=bc9ab6f21a7dcaab9245ef5cbfc9d6c4bd026925 - # 12.1.0~ynh1 - upgrade=1 from_commit=cd09a41142c55f4d4c0e654574ccb3e9d1ad3f91 - backup_restore=1 - multi_instance=1 - port_already_use=0 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options diff --git a/scripts/install b/scripts/install index 2f242f3..06bc042 100644 --- a/scripts/install +++ b/scripts/install @@ -47,7 +47,7 @@ ynh_add_nginx_config #================================================= # CREATE DATA DIRECTORY #================================================= -ynh_script_progression --message="Creating a data directory..." +ynh_script_progression --message="Creating a data directory..." --weight=1 ln -sd $data_dir/_data $install_dir/_data ln -sd $data_dir/upload $install_dir/upload From 7aad2fe4f4c915777f7289030704061cea5f585e Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:03:32 +0100 Subject: [PATCH 2/2] 14.0.0 (#112) * add mail * cleaning * Update manifest.toml * Auto-update README * cleaning * Update tests.toml * Update tests.toml * Auto-update README * Update config.inc.php * Update manifest.toml --------- Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- tests.toml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9dc44b3..4b73bf1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Piwigo is a photo gallery software for the web, built by an active community of users and developers. Extensions make Piwigo easily customizable. -**Shipped version:** 13.8.0~ynh1 +**Shipped version:** 14.0.0~ynh1 **Demo:** https://piwigo.org/demo diff --git a/README_fr.md b/README_fr.md index de17dd4..6cdaa79 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Piwigo est un logiciel de galerie photo pour le web, construit par une communauté active d'utilisateurs et de développeurs. Des extensions rendent Piwigo facilement personnalisable. -**Version incluse :** 13.8.0~ynh1 +**Version incluse :** 14.0.0~ynh1 **Démo :** https://piwigo.org/demo diff --git a/manifest.toml b/manifest.toml index 4b60679..ad2908c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Piwigo" description.en = "Open source photo gallery for the web" description.fr = "Galerie de photos open source pour le web" -version = "13.8.0~ynh1" +version = "14.0.0~ynh1" maintainers = ["JimboJoe"] @@ -62,8 +62,8 @@ ram.runtime = "50M" format = "zip" [resources.sources.main] - url = "https://piwigo.org/download/dlcounter.php?code=13.8.0" - sha256 = "7f6a2a796693a4ce245fd67ebdd8bf873dc6cb1a33acd567104a10347af7fe1d" + url = "https://piwigo.org/download/dlcounter.php?code=14.0.0" + sha256 = "42ad8f998177c2c9528fc9b547c2ee5637abe2dc398dcd5c2e4880fa66a8cf2f" format = "zip" [resources.sources.log_failed_logins_plugin] diff --git a/tests.toml b/tests.toml index 24c7df3..ef2f52a 100644 --- a/tests.toml +++ b/tests.toml @@ -2,9 +2,9 @@ test_format = 1.0 [default] - # ------------ - # Tests to run - # ------------ + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- test_upgrade_from.1cac04c39ba70cef6571bcb9ae4afca5ccb48ca7.name = "Upgrade from 13.1.0" \ No newline at end of file