From cccc8fea67bad0e6e8ee63af40de87ca8b34562d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Thu, 11 Jul 2019 22:27:44 +0200 Subject: [PATCH] rewrite yml: fr.mobdev.blooddonation --- metadata/fr.mobdev.blooddonation.txt | 49 ----------------------- metadata/fr.mobdev.blooddonation.yml | 58 ++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 49 deletions(-) delete mode 100644 metadata/fr.mobdev.blooddonation.txt create mode 100644 metadata/fr.mobdev.blooddonation.yml diff --git a/metadata/fr.mobdev.blooddonation.txt b/metadata/fr.mobdev.blooddonation.txt deleted file mode 100644 index 144b4b32da..0000000000 --- a/metadata/fr.mobdev.blooddonation.txt +++ /dev/null @@ -1,49 +0,0 @@ -Categories:Sports & Health -License:GPL-3.0-only -Web Site:http://mob-dev.fr/ -Source Code:https://git.mob-dev.fr/Schoumi/BloodDonation -Issue Tracker:https://git.mob-dev.fr/Schoumi/BloodDonation/issues -LiberapayID:3347 - -Auto Name:Don du Sang -Summary:Locate French Blood Donation Center of French Establishment of Blood (EFS) -Description: -Blood Donation is an independant initiative. It allows user to manage donation -to the French Establishment of Blood (EFS) in an easy way. - -It allows you to: - -* View donation center around you or a preregistered place -* Be notified of next donation campaign -* Add a donation campaign date to your agenda and to ask for direction to the place -* Track your previous donation -* Call Post-Donation Call Center near you in case you had to -. - -Repo Type:git -Repo:https://git.mob-dev.fr/Schoumi/BloodDonation.git - -Build:3.0,8 - commit=release-v3.0 - subdir=app - gradle=yes - -Build:3.3,11 - commit=release-v3.3 - subdir=app - gradle=yes - -Build:3.4,12 - commit=release-v3.4 - subdir=app - gradle=yes - -Build:3.5,14 - commit=release-v3.5 - subdir=app - gradle=yes - -Auto Update Mode:Version release-v%v -Update Check Mode:Tags -Current Version:3.5 -Current Version Code:14 diff --git a/metadata/fr.mobdev.blooddonation.yml b/metadata/fr.mobdev.blooddonation.yml new file mode 100644 index 0000000000..be46091133 --- /dev/null +++ b/metadata/fr.mobdev.blooddonation.yml @@ -0,0 +1,58 @@ +Categories: + - Sports & Health +License: GPL-3.0-only +WebSite: http://mob-dev.fr/ +SourceCode: https://git.mob-dev.fr/Schoumi/BloodDonation +IssueTracker: https://git.mob-dev.fr/Schoumi/BloodDonation/issues +LiberapayID: '3347' + +AutoName: Don du Sang +Summary: Locate French Blood Donation Center of French Establishment of Blood (EFS) +Description: |- + Blood Donation is an independant initiative. It allows user to manage donation + to the French Establishment of Blood (EFS) in an easy way. + + It allows you to: + + * View donation center around you or a preregistered place + * Be notified of next donation campaign + * Add a donation campaign date to your agenda and to ask for direction to the place + * Track your previous donation + * Call Post-Donation Call Center near you in case you had to + +RepoType: git +Repo: https://git.mob-dev.fr/Schoumi/BloodDonation.git + +Builds: + - versionName: '3.0' + versionCode: 8 + commit: release-v3.0 + subdir: app + gradle: + - yes + + - versionName: '3.3' + versionCode: 11 + commit: release-v3.3 + subdir: app + gradle: + - yes + + - versionName: '3.4' + versionCode: 12 + commit: release-v3.4 + subdir: app + gradle: + - yes + + - versionName: '3.5' + versionCode: 14 + commit: release-v3.5 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version release-v%v +UpdateCheckMode: Tags +CurrentVersion: '3.5' +CurrentVersionCode: 14