From 5f236872162e254170547f066ac222dba4945815 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 30 Aug 2024 19:31:00 +0200 Subject: [PATCH] Automatic patch/PR for helpers 2.1 --- autopatches/patches/auto-helpers-2.1/patch.sh | 5 +++++ autopatches/patches/auto-helpers-2.1/pr_body.md | 9 +++++++++ autopatches/patches/auto-helpers-2.1/pr_title.md | 1 + 3 files changed, 15 insertions(+) create mode 100644 autopatches/patches/auto-helpers-2.1/patch.sh create mode 100644 autopatches/patches/auto-helpers-2.1/pr_body.md create mode 100644 autopatches/patches/auto-helpers-2.1/pr_title.md diff --git a/autopatches/patches/auto-helpers-2.1/patch.sh b/autopatches/patches/auto-helpers-2.1/patch.sh new file mode 100644 index 0000000..cc62241 --- /dev/null +++ b/autopatches/patches/auto-helpers-2.1/patch.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +python3 ../../helpers2.1/convert_to_helpers_2.1.py ./ + +git add . diff --git a/autopatches/patches/auto-helpers-2.1/pr_body.md b/autopatches/patches/auto-helpers-2.1/pr_body.md new file mode 100644 index 0000000..aebcbe1 --- /dev/null +++ b/autopatches/patches/auto-helpers-2.1/pr_body.md @@ -0,0 +1,9 @@ + +This is an ***automated*** patch for the switch to helpers 2.1 + +If you are not familar with helpers 2.1, please check the discussion at https://forum.yunohost.org/t/new-experimental-2-1-helpers/30114 + +Please bear in mind that this is just an **automated** patch and it is very likely to not work out of the box. + +In particular it is known to possibly create syntax issues or permission issues which may need to be resolved manually. You are absolutely encouraged to come discuss about this on the app packaging room if you are unsure how to fix a specific issue. + diff --git a/autopatches/patches/auto-helpers-2.1/pr_title.md b/autopatches/patches/auto-helpers-2.1/pr_title.md new file mode 100644 index 0000000..50a2bfd --- /dev/null +++ b/autopatches/patches/auto-helpers-2.1/pr_title.md @@ -0,0 +1 @@ +Automatic patch attempt for helpers 2.1