diff --git a/manifest.toml b/manifest.toml index 49cdcd7..0d2985b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,7 +19,7 @@ code = "https://github.com/bookwyrm-social/bookwyrm" [integration] yunohost = ">= 11.0.9" architectures = "all" -multi_instance = true +multi_instance = false ldap = "not_relevant" sso = "not_relevant" disk = "50M" diff --git a/scripts/restore b/scripts/restore index f77b896..5a70b03 100644 --- a/scripts/restore +++ b/scripts/restore @@ -10,14 +10,6 @@ source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers -#================================================= -# CHECK IF THE APP CAN BE RESTORED -#================================================= -ynh_script_progression --message="Validating restoration parameters..." --weight=1 - -test ! -d $install_dir \ - || ynh_die --message="There is already a directory: $install_dir " - #================================================= # STANDARD RESTORATION STEPS #================================================= diff --git a/tests.toml b/tests.toml new file mode 100644 index 0000000..0988045 --- /dev/null +++ b/tests.toml @@ -0,0 +1,20 @@ +test_format = 1.0 + +[default] + + # ------------ + # Tests to run + # ------------ + + exclude = ["change_url"] + + # ------------------------------- + # Default args to use for install + # ------------------------------- + + + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- + + test_upgrade_from.2292d0d.name = "Upgrade from 0.5.3" \ No newline at end of file