1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ampache_ynh.git synced 2024-09-03 18:15:55 +02:00

Merge pull request #43 from YunoHost-Apps/testing

Testing
This commit is contained in:
JimboJoe 2018-12-21 09:24:58 +01:00 committed by GitHub
commit 52c02edf14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 34 additions and 4 deletions

View file

@ -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 streaming application and file manager allowing you to access your
music & videos from anywhere, using almost any internet enabled device. music & videos from anywhere, using almost any internet enabled device.
**Shipped version:** 3.8.6 **Shipped version:** 3.9.0
## Screenshots ## Screenshots

View file

@ -14,6 +14,7 @@
setup_private=0 setup_private=0
setup_public=0 setup_public=0
upgrade=1 upgrade=1
upgrade=1 from_commit=11caf9791c48fdcd632193a1c82ea52d4819b328
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=1
incorrect_path=1 incorrect_path=1
@ -33,3 +34,7 @@
;;; Options ;;; Options
Email=aymhce@gmail.com Email=aymhce@gmail.com
Notification=none Notification=none
;;; Upgrade options
; commit=11caf9791c48fdcd632193a1c82ea52d4819b328
name=add ynh_abort_if_errors
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&

View file

@ -1,3 +1,3 @@
SOURCE_URL=https://github.com/ampache/ampache/archive/3.8.6.zip SOURCE_URL=https://github.com/ampache/ampache/archive/3.9.0.zip
SOURCE_SUM=208aca3a8daff6365e6d9d1afad362a80b17abf51114933f962261da2c099c2e SOURCE_SUM=4b047cf8bbb4b0987e1c789536754b60e8fb1572030842193fb86ec21b6da2d8
SOURCE_FORMAT=zip SOURCE_FORMAT=zip

View file

@ -5,7 +5,7 @@
"en": "A web based audio/video streaming application", "en": "A web based audio/video streaming application",
"fr": "Une application de streaming audio et vidéo" "fr": "Une application de streaming audio et vidéo"
}, },
"version": "3.8.6~ynh1", "version": "3.9.0~ynh1",
"url": "http://ampache.org", "url": "http://ampache.org",
"packaging_format": 1, "packaging_format": 1,
"license": "AGPL-3.0", "license": "AGPL-3.0",

25
pull_request_template.md Normal file
View file

@ -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.