diff --git a/manifest.toml b/manifest.toml index 913001f..9b963f9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -45,11 +45,11 @@ ram.runtime = "50M" autoupdate.upstream = "https://git-gitea.tt-rss.org/fox/tt-rss" autoupdate.strategy = "latest_github_commit" - [resources.sources.data_migration] - url = "https://dev.tt-rss.org/tt-rss/ttrss-data-migration/archive/6dac32af20dc303ea2e6e03f3a9492ee3ace6a8a.tar.gz" - sha256 = "dba5638f44820393e795e8dbf5ffdafeb061913aef245ce630ddddfbc26c32c4" - autoupdate.upstream = "https://dev.tt-rss.org/tt-rss/ttrss-data-migration" - autoupdate.strategy = "latest_github_commit" + #[resources.sources.data_migration] + #url = "https://dev.tt-rss.org/tt-rss/ttrss-data-migration/archive/6dac32af20dc303ea2e6e03f3a9492ee3ace6a8a.tar.gz" + #sha256 = "dba5638f44820393e795e8dbf5ffdafeb061913aef245ce630ddddfbc26c32c4" + #autoupdate.upstream = "https://dev.tt-rss.org/tt-rss/ttrss-data-migration" + #autoupdate.strategy = "latest_github_commit" [resources.system_user] diff --git a/scripts/install b/scripts/install index 96e94de..e0b7e2c 100644 --- a/scripts/install +++ b/scripts/install @@ -32,7 +32,7 @@ ynh_script_progression --message="Setting up source files..." --weight=7 # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" -ynh_setup_source --dest_dir="$install_dir/plugins.local/data_migration" --source_id="data_migration" +#ynh_setup_source --dest_dir="$install_dir/plugins.local/data_migration" --source_id="data_migration" echo "$(ynh_app_upstream_version)" > "$install_dir/version_static.txt" chmod -R o-rwx "$install_dir" diff --git a/scripts/upgrade b/scripts/upgrade index 00271b7..2db9b12 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -61,7 +61,7 @@ then # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" - ynh_setup_source --dest_dir="$install_dir/plugins.local/data_migration" --source_id="data_migration" + #ynh_setup_source --dest_dir="$install_dir/plugins.local/data_migration" --source_id="data_migration" echo "$(ynh_app_upstream_version)" > "$install_dir/version_static.txt" fi