From 3df7f1d480472e129acae5ea0a3f67d052684780 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 4 Aug 2022 11:17:46 +0200 Subject: [PATCH] move autopatches/ inside tools/ --- {autopatches => tools/autopatches}/autopatch.py | 0 .../autopatches}/patches/issue-and-pr-template/patch.sh | 0 .../autopatches}/patches/issue-and-pr-template/pr_body.md | 0 .../autopatches}/patches/issue-and-pr-template/pr_title.md | 0 .../autopatches}/patches/missing-seteu-in-change_url/patch.sh | 0 .../autopatches}/patches/missing-seteu-in-change_url/pr_body.md | 0 .../autopatches}/patches/missing-seteu-in-change_url/pr_title.md | 0 .../autopatches}/patches/new-permission-system/patch.sh | 0 .../autopatches}/patches/new-permission-system/pr_body.md | 0 .../autopatches}/patches/new-permission-system/pr_title.md | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {autopatches => tools/autopatches}/autopatch.py (100%) rename {autopatches => tools/autopatches}/patches/issue-and-pr-template/patch.sh (100%) rename {autopatches => tools/autopatches}/patches/issue-and-pr-template/pr_body.md (100%) rename {autopatches => tools/autopatches}/patches/issue-and-pr-template/pr_title.md (100%) rename {autopatches => tools/autopatches}/patches/missing-seteu-in-change_url/patch.sh (100%) rename {autopatches => tools/autopatches}/patches/missing-seteu-in-change_url/pr_body.md (100%) rename {autopatches => tools/autopatches}/patches/missing-seteu-in-change_url/pr_title.md (100%) rename {autopatches => tools/autopatches}/patches/new-permission-system/patch.sh (100%) rename {autopatches => tools/autopatches}/patches/new-permission-system/pr_body.md (100%) rename {autopatches => tools/autopatches}/patches/new-permission-system/pr_title.md (100%) diff --git a/autopatches/autopatch.py b/tools/autopatches/autopatch.py similarity index 100% rename from autopatches/autopatch.py rename to tools/autopatches/autopatch.py diff --git a/autopatches/patches/issue-and-pr-template/patch.sh b/tools/autopatches/patches/issue-and-pr-template/patch.sh similarity index 100% rename from autopatches/patches/issue-and-pr-template/patch.sh rename to tools/autopatches/patches/issue-and-pr-template/patch.sh diff --git a/autopatches/patches/issue-and-pr-template/pr_body.md b/tools/autopatches/patches/issue-and-pr-template/pr_body.md similarity index 100% rename from autopatches/patches/issue-and-pr-template/pr_body.md rename to tools/autopatches/patches/issue-and-pr-template/pr_body.md diff --git a/autopatches/patches/issue-and-pr-template/pr_title.md b/tools/autopatches/patches/issue-and-pr-template/pr_title.md similarity index 100% rename from autopatches/patches/issue-and-pr-template/pr_title.md rename to tools/autopatches/patches/issue-and-pr-template/pr_title.md diff --git a/autopatches/patches/missing-seteu-in-change_url/patch.sh b/tools/autopatches/patches/missing-seteu-in-change_url/patch.sh similarity index 100% rename from autopatches/patches/missing-seteu-in-change_url/patch.sh rename to tools/autopatches/patches/missing-seteu-in-change_url/patch.sh diff --git a/autopatches/patches/missing-seteu-in-change_url/pr_body.md b/tools/autopatches/patches/missing-seteu-in-change_url/pr_body.md similarity index 100% rename from autopatches/patches/missing-seteu-in-change_url/pr_body.md rename to tools/autopatches/patches/missing-seteu-in-change_url/pr_body.md diff --git a/autopatches/patches/missing-seteu-in-change_url/pr_title.md b/tools/autopatches/patches/missing-seteu-in-change_url/pr_title.md similarity index 100% rename from autopatches/patches/missing-seteu-in-change_url/pr_title.md rename to tools/autopatches/patches/missing-seteu-in-change_url/pr_title.md diff --git a/autopatches/patches/new-permission-system/patch.sh b/tools/autopatches/patches/new-permission-system/patch.sh similarity index 100% rename from autopatches/patches/new-permission-system/patch.sh rename to tools/autopatches/patches/new-permission-system/patch.sh diff --git a/autopatches/patches/new-permission-system/pr_body.md b/tools/autopatches/patches/new-permission-system/pr_body.md similarity index 100% rename from autopatches/patches/new-permission-system/pr_body.md rename to tools/autopatches/patches/new-permission-system/pr_body.md diff --git a/autopatches/patches/new-permission-system/pr_title.md b/tools/autopatches/patches/new-permission-system/pr_title.md similarity index 100% rename from autopatches/patches/new-permission-system/pr_title.md rename to tools/autopatches/patches/new-permission-system/pr_title.md