mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
remove data migration
This commit is contained in:
parent
922530e5fc
commit
db52306dd6
3 changed files with 7 additions and 7 deletions
|
@ -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]
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue