From 7cc27f616cba3ed25a973a38614f156c3a1e6bb6 Mon Sep 17 00:00:00 2001 From: Gofannon <17145502+Gofannon@users.noreply.github.com> Date: Fri, 3 Jul 2020 20:51:29 +0200 Subject: [PATCH 1/2] Testing (#32) * Upgrade to version 10.6.0 * Update system config to latest version * fix startup of systemd service * update upstream version 10.6.1 (#29) * Remove comment + add new emplty line * Upgrade to 10.6.2 --- README.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- scripts/install | 4 +--- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 439b202..9a8700e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you have constrained bandwidth, you may set an upper limit for the bit rate o In addition to being a streaming media server, Airsonic works very well as a local jukebox. The intuitive web interface, as well as search and index facilities, are optimized for efficient browsing through large media libraries. Airsonic also comes with an integrated Podcast receiver, with many of the same features as you find in iTunes. -**Shipped version:** 10.6.1 +**Shipped version:** 10.6.2 ## Screenshots diff --git a/conf/app.src b/conf/app.src index af99f60..2e22a93 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/airsonic/airsonic/releases/download/v10.6.1/airsonic.war -SOURCE_SUM=6b8bf98a5288fe982ead0c99489a66cbeb8b880fa2ab4fc86d9e07944e4cf335 +SOURCE_URL=https://github.com/airsonic/airsonic/releases/download/v10.6.2/airsonic.war +SOURCE_SUM=94b17d6a7859a9c029dcbcdc672f4d49bd605bf46bdf74ac51ea0d593db67860 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=false SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 1371a7c..a7b94f6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Stream and manage your music collection", "fr": "Streamez et gérez votre collection de musique" }, - "version": "10.6.1~ynh1", + "version": "10.6.2~ynh1", "url": "http://airsonic.github.io", "license": "GPL-3.0-or-later", "maintainer": { diff --git a/scripts/install b/scripts/install index 7c27ce8..a528c5c 100644 --- a/scripts/install +++ b/scripts/install @@ -67,8 +67,6 @@ ynh_app_setting_set --app=$app --key=port --value=$port #================================================= ynh_script_progression --message="Installing dependencies..." --weight=43 -# FIXME Should run "sudo update-alternatives --config java" -# See https://airsonic.github.io/docs/install/prerequisites/ ynh_install_app_dependencies $pkg_dependencies #================================================= @@ -289,4 +287,4 @@ ynh_systemd_action --service_name=nginx --action=reload # END OF SCRIPT #================================================= -ynh_script_progression --message="Installation of $app completed" --last \ No newline at end of file +ynh_script_progression --message="Installation of $app completed" --last From 9473def576b9ee09b0a553f7cd7a1a5b994ce37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 18 Aug 2020 23:34:20 +0200 Subject: [PATCH 2/2] Update README.md (#34) -*Add badges* --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9a8700e..e144991 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Airsonic for YunoHost -[![Integration level](https://dash.yunohost.org/integration/airsonic.svg)](https://dash.yunohost.org/appci/app/airsonic) -[![Install airsonic with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=airsonic) +[![Integration level](https://dash.yunohost.org/integration/airsonic.svg)](https://dash.yunohost.org/appci/app/airsonic) ![](https://ci-apps.yunohost.org/ci/badges/airsonic.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/airsonic.maintain.svg) +[![Install Airsonic with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=airsonic) -> *This package allow you to install airsonic quickly and simply on a YunoHost server. +> *This package allow you to install Airsonic quickly and simply on a YunoHost server. If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* ## Overview @@ -36,19 +36,16 @@ How to configure this app: by an admin panel. ## YunoHost specific features -* YunoHost LDAP accounts supported : you can logon with them +* YunoHost LDAP accounts supported: you can login with them * [Multimedia](https://github.com/YunoHost-Apps/yunohost.multimedia) handled -* Memory RAM limit set to 256Mb because airsonic was often killed by lack of RAM (hello OOM killer) +* Memory RAM limit set to 256 MB because Airsonic was often killed by lack of RAM (hello OOM killer) * See ## Supported architectures -* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/airsonic%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/airsonic/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/airsonic%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/airsonic/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/airsonic%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/airsonic/) -**More information on the documentation page:** -https://yunohost.org/packaging_apps - ## Links * Report a bug: https://github.com/YunoHost-Apps/airsonic_ynh/issues @@ -60,7 +57,6 @@ https://yunohost.org/packaging_apps ## Developers info -**Only if you want to use a testing branch for coding, instead of merging directly into master.** Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/airsonic_ynh/tree/testing). To try the testing branch, please proceed like that.