From a396849edb0ac53b4d8eaa13bb413bb8351ce890 Mon Sep 17 00:00:00 2001
From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com>
Date: Tue, 16 Jan 2024 12:13:49 +0100
Subject: [PATCH 01/10] Update manifest.toml
Fix code URL
---
manifest.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manifest.toml b/manifest.toml
index 5910547..90b0a14 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -16,7 +16,7 @@ license = "GPL-3.0-only"
website = "https://www.traccar.org/"
demo = "https://www.traccar.org/demo-server/"
admindoc = "https://www.traccar.org/documentation/"
-code = "https://github.com/traccar/traccar-web"
+code = "https://github.com/traccar/traccar"
[integration]
yunohost = ">= 11.2"
From a39b7ac44b33695e1451a3943a3de3cdcab5c97a Mon Sep 17 00:00:00 2001
From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com>
Date: Tue, 16 Jan 2024 12:20:14 +0100
Subject: [PATCH 02/10] Update README.md
Fix upstream repo URL
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6e3b99b..f8413c5 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Traccar is an open source GPS tracking system. It supports more than 200 GPS pro
* Official app website:
* Official admin documentation:
-* Upstream app code repository:
+* Upstream app code repository:
* YunoHost Store:
* Report a bug:
From 09f7ebd036c12b0a78231ce2897eac1ec85b5940 Mon Sep 17 00:00:00 2001
From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com>
Date: Tue, 16 Jan 2024 12:20:37 +0100
Subject: [PATCH 03/10] Update README_fr.md
Fix upstream repo URL
---
README_fr.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README_fr.md b/README_fr.md
index f6e8fa8..2b9ffcb 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -41,7 +41,7 @@ Traccar est un système de suivi GPS open source. Il prend en charge plus de 200
* Site officiel de l’app :
* Documentation officielle de l’admin :
-* Dépôt de code officiel de l’app :
+* Dépôt de code officiel de l’app :
* YunoHost Store:
* Signaler un bug :
@@ -57,4 +57,4 @@ ou
sudo yunohost app upgrade traccar -u https://github.com/YunoHost-Apps/traccar_ynh/tree/testing --debug
```
-**Plus d’infos sur le packaging d’applications :**
\ No newline at end of file
+**Plus d’infos sur le packaging d’applications :**
From 6653efc8bb2c2fb1e3856598a9c309a5b2c58b8e Mon Sep 17 00:00:00 2001
From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com>
Date: Tue, 16 Jan 2024 18:28:38 +0100
Subject: [PATCH 04/10] Update manifest.toml
Specify autoupdate asset
---
manifest.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/manifest.toml b/manifest.toml
index 90b0a14..37e6e73 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -49,6 +49,7 @@ ram.runtime = "50M"
in_subdir = false
format = "zip"
autoupdate.strategy = "latest_github_tag"
+ autoupdate.asset = "^traccar-other-.*\.zip$"
[resources.system_user]
allow_email = true
From d47f657c3fc242b37881c2bea0a96ca9d7ce713d Mon Sep 17 00:00:00 2001
From: yunohost-bot
Date: Sat, 27 Jan 2024 21:37:27 +0100
Subject: [PATCH 05/10] Upgrade to v5.12
---
manifest.toml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/manifest.toml b/manifest.toml
index 5910547..7c924b5 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -7,7 +7,7 @@ name = "Traccar"
description.en = "GPS tracking platform"
description.fr = "Plateforme de suivi GPS"
-version = "5.10~ynh1"
+version = "5.12~ynh1"
maintainers = ["eric_G"]
@@ -44,8 +44,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
- url = "https://github.com/traccar/traccar/releases/download/v5.10/traccar-other-5.10.zip"
- sha256 = "5cf39049dba802e8b31d3fa1e2f5b924a525362420636ec97d8310932591831c"
+ url = "https://github.com/traccar/traccar-web/archive/refs/tags/v5.12.tar.gz"
+ sha256 = "90a811d31af534ba4378e9bf466a86c50e3fd512efd195b201c24e25b036310c"
in_subdir = false
format = "zip"
autoupdate.strategy = "latest_github_tag"
From f1433046d3bfaed86d9935fdc1bc62c0d0d5d425 Mon Sep 17 00:00:00 2001
From: yunohost-bot
Date: Sat, 27 Jan 2024 20:37:29 +0000
Subject: [PATCH 06/10] Auto-update README
---
README.md | 2 +-
README_fr.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 6e3b99b..ff5fd0b 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Traccar is an open source GPS tracking system. It supports more than 200 GPS pro
- Email and SMS support
-**Shipped version:** 5.10~ynh1
+**Shipped version:** 5.12~ynh1
**Demo:** https://www.traccar.org/demo-server/
diff --git a/README_fr.md b/README_fr.md
index f6e8fa8..89c0eb1 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -29,7 +29,7 @@ Traccar est un système de suivi GPS open source. Il prend en charge plus de 200
- Assistance par e-mail et SMS
-**Version incluse :** 5.10~ynh1
+**Version incluse :** 5.12~ynh1
**Démo :** https://www.traccar.org/demo-server/
From ad47589006432360975fe57bdb2ff82373604b1d Mon Sep 17 00:00:00 2001
From: OniriCorpe
Date: Sun, 28 Jan 2024 04:05:43 +0100
Subject: [PATCH 07/10] CI complains about "Reserved escape sequence used"
---
manifest.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manifest.toml b/manifest.toml
index 113c0d3..c8f1f3f 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -49,7 +49,7 @@ ram.runtime = "50M"
in_subdir = false
format = "zip"
autoupdate.strategy = "latest_github_tag"
- autoupdate.asset = "^traccar-other-.*\.zip$"
+ autoupdate.asset = "^traccar-other-.*zip$"
[resources.system_user]
allow_email = true
From cc29eae8905f039404711458175eac1ffc5cc00e Mon Sep 17 00:00:00 2001
From: yunohost-bot
Date: Sun, 28 Jan 2024 03:05:46 +0000
Subject: [PATCH 08/10] Auto-update README
---
README_fr.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README_fr.md b/README_fr.md
index 1db9aaf..7538eb4 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -57,4 +57,4 @@ ou
sudo yunohost app upgrade traccar -u https://github.com/YunoHost-Apps/traccar_ynh/tree/testing --debug
```
-**Plus d’infos sur le packaging d’applications :**
+**Plus d’infos sur le packaging d’applications :**
\ No newline at end of file
From 1e7dfd1de5f631fa9bd4378502a9f4f456f5886b Mon Sep 17 00:00:00 2001
From: OniriCorpe
Date: Sun, 28 Jan 2024 04:12:32 +0100
Subject: [PATCH 09/10] Update manifest.toml
---
manifest.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/manifest.toml b/manifest.toml
index c8f1f3f..da6cbd5 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -44,8 +44,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
- url = "https://github.com/traccar/traccar-web/archive/refs/tags/v5.12.tar.gz"
- sha256 = "90a811d31af534ba4378e9bf466a86c50e3fd512efd195b201c24e25b036310c"
+ url = "https://github.com/traccar/traccar/releases/download/v5.12/traccar-other-5.12.zip"
+ sha256 = "25a61bea9d46d5c1b263c9a53fbdb2834c0c3ef1c0daa54ae99579c0ab4accdf"
in_subdir = false
format = "zip"
autoupdate.strategy = "latest_github_tag"
From e9e6c9ea8011a36d4d249256633547c3a8de6b42 Mon Sep 17 00:00:00 2001
From: OniriCorpe
Date: Sun, 28 Jan 2024 04:14:33 +0100
Subject: [PATCH 10/10] Update manifest.toml
---
manifest.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manifest.toml b/manifest.toml
index da6cbd5..0ce4c8a 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -48,7 +48,7 @@ ram.runtime = "50M"
sha256 = "25a61bea9d46d5c1b263c9a53fbdb2834c0c3ef1c0daa54ae99579c0ab4accdf"
in_subdir = false
format = "zip"
- autoupdate.strategy = "latest_github_tag"
+ autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^traccar-other-.*zip$"
[resources.system_user]