From 272579abbca5039dbfa7333335e4dc06cc170909 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 13 Jun 2019 23:54:32 +0200 Subject: [PATCH 1/3] Update pull_request_template.md --- pull_request_template.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index cd79100..8ca4b1f 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -11,13 +11,8 @@ - [ ] Upgrade from last version tested. - [ ] Can be reviewed and tested. -## Validation +## Package_check results --- -- [ ] **Code review** -- [ ] **Approval (LGTM)** -*Code review and approval have to be from a member of @YunoHost/apps group* -- **CI succeeded** : -[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/syncthing_ynh%20-BRANCH-/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/syncthing_ynh%20-BRANCH-/) -*Please replace '-BRANCH-' in this link by the name of the branch used.* -*If the PR is from a forked repository. Please provide public results from package_check.* -When the PR is marked as ready to merge, you have to wait for 3 days before really merging it. +*If you have access to [App Continuous Integration for packagers](https://yunohost.org/#/packaging_apps_ci) you can provide a link to the package_check results like below, replacing '-NUM-' in this link by the PR number and USERNAME by your username on the ci-apps-dev. Or you provide a screenshot or a pastebin of the results* + +[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/syncthing_ynh%20PR-NUM-%20(USERNAME)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/syncthing_ynh%20PR-NUM-%20(USERNAME)/) From 6d37f54e5207b2511279ffe5f360ef9d92653ea7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 16 Jun 2019 16:12:45 +0200 Subject: [PATCH 2/3] Update check_process --- check_process | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/check_process b/check_process index b66b340..30dbacb 100644 --- a/check_process +++ b/check_process @@ -19,22 +19,13 @@ upgrade=1 from_commit=571623f6ea0dc6310a8d6b991b03c4a84337ce92 backup_restore=1 multi_instance=0 - incorrect_path=1 + # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. + # incorrect_path=1 port_already_use=0 change_url=0 ;;; Levels - Level 1=auto - Level 2=auto - Level 3=auto -# Level 4: If the app supports LDAP and SSOwat, turn level 4 to '1' and add a link to an issue or a part of your code to show it. -# If the app does not use LDAP nor SSOwat, and can't use them, turn level 4 to 'na' and explain as well. - Level 4=0 + # If the level 5 (Package linter) is forced to 1. Please add justifications here. Level 5=auto - Level 6=auto - Level 7=auto - Level 8=0 - Level 9=0 - Level 10=0 ;;; Options Email=yalh@yahoo.com Notification=all From 58a2c73267a1fce78cfbc470254cab70371c2e26 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 9 Jul 2019 21:42:08 +0200 Subject: [PATCH 3/3] upgrade to 1.2.0 --- README.md | 2 +- conf/arm.src | 4 ++-- conf/arm64.src | 4 ++-- conf/i386 | 4 ++-- conf/x86-64.src | 4 ++-- manifest.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9285351..574e708 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. -**Shipped version:** 1.1.4 +**Shipped version:** 1.2.0 ## Screenshots diff --git a/conf/arm.src b/conf/arm.src index 9c68dd3..e836de3 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.1.4/syncthing-linux-arm-v1.1.4.tar.gz -SOURCE_SUM=465cb35140c5552afe92741d59738a067bf5517ba7ee991262a6f0687bd8f72c +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.2.0/syncthing-linux-arm-v1.2.0.tar.gz +SOURCE_SUM=93e68c3973471a94ca3bd7555b7050fe940f85d0967adcf5ab38f9d6e1ddf14b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index dd5cec5..4760864 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.1.4/syncthing-linux-arm64-v1.1.4.tar.gz -SOURCE_SUM=fac43c3cfc76f9e556c52361d6454e74f311b2d4769a278ddfe4bb3452fcf3df +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.2.0/syncthing-linux-arm64-v1.2.0.tar.gz +SOURCE_SUM=0dbe52b371a029ea70fa3ef9dedfd59fdce9dc899b523bd51226fa503a507b7d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/i386 b/conf/i386 index 0600abb..a471c63 100644 --- a/conf/i386 +++ b/conf/i386 @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.1.4/syncthing-linux-386-v1.1.4.tar.gz -SOURCE_SUM=20753d0615b696ad79d503aeae04182a91f51b84e3df7af2cf9b311de714d8d3 +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.2.0/syncthing-linux-386-v1.2.0.tar.gz +SOURCE_SUM=d672afe576ddd215bdf7d4377c32cc410bf7c80bd090d6f148676550f6d09770 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/x86-64.src b/conf/x86-64.src index b281ae2..82c9977 100644 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.1.4/syncthing-linux-amd64-v1.1.4.tar.gz -SOURCE_SUM=918ef4bf7788f86ea5c5ea70cc27211cf6c5eb9f569ab0cf15cbeb8f2ee6bb75 +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.2.0/syncthing-linux-amd64-v1.2.0.tar.gz +SOURCE_SUM=ff3ba125f8528ce0c0f6017bfec70508ea527e9188a48ceb1a2158266ff018be SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c4513a8..a8f35e2 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized.", "fr": "Syncthing remplace les services propriétaires de synchro et de cloud avec quelque chose d'ouvert, digne de confiance et décentralisée." }, - "version": "1.1.4~ynh1", + "version": "1.2.0~ynh1", "url": "https://syncthing.net/", "license": "MPL-2.0", "maintainer": [