mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
* Manifestv2 * add back user and install_dir to manifest * Update manifest.toml * rewrite update_version.sh in python for toml * Bump jellyfin-ffmpeg to 6.0-6 as #136 (Thanks @Tagadda) * Only add user to render group if not already * Remove line_match from ynh_systemd_actions : they actually just match when systemctl returns * Fix upgrade: uninstall previous packages * Installation of deb packages will overwrite the configuration files, so to prevent a warning we backup those files beforehand. * Test with a long sleep * Auto-update README * update_version: fix linter * Add ldap to update_version.py * Revert sleep 30 from debugging * Do not remove packages during upgrade * Fix upgrade again --------- Co-authored-by: Félix Piédallu <felix@piedallu.me> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
15 lines
467 B
TOML
15 lines
467 B
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
|
|
|
|
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
preinstall = """
|
|
sudo apt update >/dev/null
|
|
"""
|
|
|
|
args.admin = "john"
|
|
|
|
test_upgrade_from.384dcd2ff1dbf4b0085edb7f12e4d15f00508e2b.name = "10.8.0_ynh1"
|
|
test_upgrade_from.384dcd2ff1dbf4b0085edb7f12e4d15f00508e2b.args.domain = "domain.tld"
|
|
test_upgrade_from.384dcd2ff1dbf4b0085edb7f12e4d15f00508e2b.args.admin = "john"
|