From 5440ec76546eaebc8437f3bd647f2d15e34288e9 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Wed, 11 Apr 2018 21:14:59 +0200 Subject: [PATCH 1/3] Add upgrade from a previous commit --- check_process | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/check_process b/check_process index 59b91a9..633486f 100644 --- a/check_process +++ b/check_process @@ -14,6 +14,7 @@ setup_private=0 setup_public=0 upgrade=1 + upgrade=1 from_commit=11caf9791c48fdcd632193a1c82ea52d4819b328 backup_restore=1 multi_instance=1 incorrect_path=1 @@ -33,3 +34,7 @@ ;;; Options Email=aymhce@gmail.com Notification=none +;;; Upgrade options + ; commit=11caf9791c48fdcd632193a1c82ea52d4819b328 + name=add ynh_abort_if_errors + manifest_arg=domain=DOMAIN&path=PATH&admin=USER& From 8020b1a101c4cc4b9752e4e02081aa9aad619ab3 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Mon, 28 May 2018 10:54:34 +0200 Subject: [PATCH 2/3] Create pull_request_template.md Duplicated from https://github.com/YunoHost-Apps/searx_ynh/pull/35, merged as a micro decision --- pull_request_template.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..a21f406 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,25 @@ +## Problem +- *Description of why you made this PR* + +## Solution +- *And how you fix that* + +## PR Status +- [ ] Code finished. +- [ ] Tested with Package_check. +- [ ] Fix or enhancement tested. +- [ ] Upgrade from last version tested. +- [ ] Can be reviewed and tested. + +## Validation +--- +*Minor decision* +- **Upgrade previous version** : +- [ ] **Code review** : +- [ ] **Approval (LGTM)** : +- [ ] **Approval (LGTM)** : +- **CI succeeded** : +[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/ampache_ynh%20-BRANCH-%20(Official)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/ampache_ynh%20-BRANCH-%20(Official)/) *Please replace '-BRANCH-' in this link for a PR from a local branch.* +or +[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/ampache_ynh%20PR-NUM-%20(Official_fork)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/ampache_ynh%20PR-NUM-%20(Official_fork)/) *Replace '-NUM-' by the PR number in this link for a PR from a forked repository.* +When the PR is marked as ready to merge, you have to wait for 3 days before really merging it. From 92f380438fa4583692680e0306afb243fd15f0b1 Mon Sep 17 00:00:00 2001 From: anmol Date: Mon, 26 Nov 2018 21:11:04 +0530 Subject: [PATCH 3/3] Updated to version 3.9.0 --- README.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cdd64cf..d687c57 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device. -**Shipped version:** 3.8.6 +**Shipped version:** 3.9.0 ## Screenshots diff --git a/conf/app.src b/conf/app.src index d9a77e0..9b91422 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,3 +1,3 @@ -SOURCE_URL=https://github.com/ampache/ampache/archive/3.8.6.zip -SOURCE_SUM=208aca3a8daff6365e6d9d1afad362a80b17abf51114933f962261da2c099c2e +SOURCE_URL=https://github.com/ampache/ampache/archive/3.9.0.zip +SOURCE_SUM=4b047cf8bbb4b0987e1c789536754b60e8fb1572030842193fb86ec21b6da2d8 SOURCE_FORMAT=zip diff --git a/manifest.json b/manifest.json index 0ccfbde..cdd479b 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "en": "A web based audio/video streaming application", "fr": "Une application de streaming audio et vidéo" }, - "version": "3.8.6~ynh1", + "version": "3.9.0~ynh1", "url": "http://ampache.org", "packaging_format": 1, "license": "AGPL-3.0",