diff --git a/check_process b/check_process index e89ba676..ceb70f3b 100644 --- a/check_process +++ b/check_process @@ -1,7 +1,7 @@ ;; Test complet ; Manifest - domain="domain.tld" (DOMAIN) - is_public=1 (PUBLIC|public=1|private=0) + domain="domain.tld" + is_public=1 ; Checks pkg_linter=1 setup_sub_dir=0 @@ -10,25 +10,6 @@ setup_private=1 setup_public=1 upgrade=1 - # 0.10.6 - # upgrade=1 from_commit=605a47aac7553fdcc6012531ee67add8dbe37b97 - # 0.10.7 - # upgrade=1 from_commit=7fa86c3e6e6db6668be0a165213d554850b9fce8 - # 0.10.8 - # upgrade=1 from_commit=10c3703567d1e9504ea4f298778464c7dd561470 - # 0.10.9~ynh1 - # upgrade=1 from_commit=8c5e710060da43a946336d66a30b9c311cfdbc37 - # 0.10.9~ynh2 - # upgrade=1 from_commit=c81ed6b760a1a68b8993917e808434166766a37a - # 0.10.9~ynh3 - # upgrade=1 from_commit=9c7d0ff114bb0bd3482901fde4bd82b494aa2e6d - # 0.10.10~ynh1 - # upgrade=1 from_commit=1aa406fb124b92f03b1bb69fc3462936d5227278 - # 0.10.10~ynh3 - # upgrade=1 from_commit=2a796e30dd521a5022586bc7fe59d189210028a4 - # 0.10.10~ynh4 - # upgrade=1 from_commit=8ef41895fbd38008f3718e164d0bf3f0d97a2c03 - # 0.11.0~ynh1 upgrade=1 from_commit=c7181d1c7cb6cba53bb65e622c78b0309a53b76a backup_restore=1 multi_instance=1 @@ -38,19 +19,5 @@ Email=jean-baptiste@holcroft.fr;yalh@yahoo.com Notification=all ;;; Upgrade options - ; commit=10c3703567d1e9504ea4f298778464c7dd561470 - name=0.10.8 - ; commit=8c5e710060da43a946336d66a30b9c311cfdbc37 - name=0.10.9~ynh1 - ; commit=c81ed6b760a1a68b8993917e808434166766a37a - name=0.10.9~ynh2 - ; commit=9c7d0ff114bb0bd3482901fde4bd82b494aa2e6d - name=0.10.9~ynh3 - ; commit=1aa406fb124b92f03b1bb69fc3462936d5227278 - name=0.10.10~ynh1 - ; commit=2a796e30dd521a5022586bc7fe59d189210028a4 - name=0.10.10~ynh3 - ; commit=8ef41895fbd38008f3718e164d0bf3f0d97a2c03 - name=0.10.10~ynh4 ; commit=c7181d1c7cb6cba53bb65e622c78b0309a53b76a name=0.11.0~ynh1 diff --git a/conf/app.src b/conf/app.src index 32475cbd..f8f993c3 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.11.0.tar.gz -SOURCE_SUM=6959505c6c60f317091f51fa3756fc073a8ddc8c277e5736be285eb825ca625c +SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.11.1.tar.gz +SOURCE_SUM=132dfceac3c0ea27dd54198d145d2d84f1714b4aa333c8b6f5141d259a77e9cb OURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index dedc3448..9379a69f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "ActivityPub Federated Image Sharing", "fr": "Logiciel de partage d'image fédéré via ActivityPub" }, - "version": "0.11.0~ynh2", + "version": "0.11.1~ynh1", "url": "https://pixelfed.org/", "license": "AGPL-3.0-or-later", "maintainer": [ diff --git a/scripts/restore b/scripts/restore index e0f7ed6a..e6e7b2c2 100644 --- a/scripts/restore +++ b/scripts/restore @@ -40,8 +40,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= ynh_script_progression --message="Validating restoration parameters..." -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path "