From 15df90295e33bcec4e8702ef69f05ae15741f6b4 Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Mon, 14 Feb 2022 13:08:24 +0900 Subject: [PATCH] Move bots to src directory The sources of the bots are not located in any subdirectories, making the installation more complicated than necessary. This commit moves the bots into the src directory, allowing the bots to be installed in one swoop. --- buildbot.sh => src/buildbot.sh | 0 distbot.sh => src/distbot.sh | 0 signbot.sh => src/signbot.sh | 0 watchbot.sh => src/watchbot.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename buildbot.sh => src/buildbot.sh (100%) rename distbot.sh => src/distbot.sh (100%) rename signbot.sh => src/signbot.sh (100%) rename watchbot.sh => src/watchbot.sh (100%) diff --git a/buildbot.sh b/src/buildbot.sh similarity index 100% rename from buildbot.sh rename to src/buildbot.sh diff --git a/distbot.sh b/src/distbot.sh similarity index 100% rename from distbot.sh rename to src/distbot.sh diff --git a/signbot.sh b/src/signbot.sh similarity index 100% rename from signbot.sh rename to src/signbot.sh diff --git a/watchbot.sh b/src/watchbot.sh similarity index 100% rename from watchbot.sh rename to src/watchbot.sh -- 2.47.3