aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.com>2023-11-09 08:33:43 +0300
committersnermolaev <snermolaev@yandex-team.com>2023-11-09 09:18:58 +0300
commit49b036d38a50af696a69812c9ce5941a41054206 (patch)
treea131f3653d47ef3e82ca6081582cf60211ceafb2 /build/plugins
parent775f72c179df3640067807bd068a78ac5a61c865 (diff)
downloadydb-49b036d38a50af696a69812c9ce5941a41054206.tar.gz
move misc.conf to build/internal/conf
Diffstat (limited to 'build/plugins')
-rw-r--r--build/plugins/container_layers.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/build/plugins/container_layers.py b/build/plugins/container_layers.py
deleted file mode 100644
index 5fa1530474..0000000000
--- a/build/plugins/container_layers.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from _common import rootrel_arc_src
-
-
-def oncheck_allowed_path(unit, *args):
- module_path = rootrel_arc_src(unit.path(), unit)
- if not (module_path.startswith("junk") or module_path.startswith("base_layers")):
- unit.message(
- ["error", "Cannot create container layer in this directory. See https://st.yandex-team.ru/DTCC-1123"]
- )