* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/files/
@ 2023-03-14 23:01 Conrad Kostecki
0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2023-03-14 23:01 UTC (permalink / raw
To: gentoo-commits
commit: b5562ac68f1f0674deb8e05f985a2559a72a15be
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Mar 8 18:13:59 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 23:00:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5562ac6
app-backup/borgmatic: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30000
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../files/borgmatic-1.5.16-systemd_service_bin_path.patch | 8 --------
1 file changed, 8 deletions(-)
diff --git a/app-backup/borgmatic/files/borgmatic-1.5.16-systemd_service_bin_path.patch b/app-backup/borgmatic/files/borgmatic-1.5.16-systemd_service_bin_path.patch
deleted file mode 100644
index 26298625fc1a..000000000000
--- a/app-backup/borgmatic/files/borgmatic-1.5.16-systemd_service_bin_path.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/sample/systemd/borgmatic.service
-+++ b/sample/systemd/borgmatic.service
-@@ -57,4 +57,4 @@
- # Delay start to prevent backups running during boot. Note that systemd-inhibit requires dbus and
- # dbus-user-session to be installed.
- ExecStartPre=sleep 1m
--ExecStart=systemd-inhibit --who="borgmatic" --why="Prevent interrupting scheduled backup" /root/.local/bin/borgmatic --verbosity -1 --syslog-verbosity 1
-+ExecStart=systemd-inhibit --who="borgmatic" --why="Prevent interrupting scheduled backup" /usr/bin/borgmatic --verbosity -1 --syslog-verbosity 1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/files/
@ 2024-10-02 17:44 Petr Vaněk
0 siblings, 0 replies; 2+ messages in thread
From: Petr Vaněk @ 2024-10-02 17:44 UTC (permalink / raw
To: gentoo-commits
commit: b4dd3fed383164c88072d581feb9bbae22c1b739
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Oct 2 16:49:52 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Oct 2 17:43:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4dd3fed
app-backup/borgmatic: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
.../files/borgmatic-1.8.12-datetime-utc.patch | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/app-backup/borgmatic/files/borgmatic-1.8.12-datetime-utc.patch b/app-backup/borgmatic/files/borgmatic-1.8.12-datetime-utc.patch
deleted file mode 100644
index 4a3505976f90..000000000000
--- a/app-backup/borgmatic/files/borgmatic-1.8.12-datetime-utc.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From f5a1dd31c8e5807e52196ecfd337c22e0f197bf5 Mon Sep 17 00:00:00 2001
-From: Dan Helfman <witten@torsion.org>
-Date: Sun, 23 Jun 2024 18:28:41 -0700
-Subject: [PATCH] Fix PagerDuty hook traceback with Python < 3.10 (#886).
-
-https://github.com/borgmatic-collective/borgmatic/commit/f5a1dd31c8e5807e52196ecfd337c22e0f197bf5
-
-diff --git a/borgmatic/hooks/pagerduty.py b/borgmatic/hooks/pagerduty.py
-index 6ec1a6ef..e9e34da0 100644
---- a/borgmatic/hooks/pagerduty.py
-+++ b/borgmatic/hooks/pagerduty.py
-@@ -40,7 +40,7 @@ def ping_monitor(hook_config, config, config_filename, state, monitoring_log_lev
- return
-
- hostname = platform.node()
-- local_timestamp = datetime.datetime.now(datetime.UTC).astimezone().isoformat()
-+ local_timestamp = datetime.datetime.now(datetime.timezone.utc).astimezone().isoformat()
- payload = json.dumps(
- {
- 'routing_key': hook_config['integration_key'],
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-02 17:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 17:44 [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/files/ Petr Vaněk
-- strict thread matches above, loose matches on Subject: below --
2023-03-14 23:01 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox