From 24f47c4d3a1c4dce14a30ca492a59d2983011291 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 8 Oct 2025 16:01:50 +0300 Subject: [PATCH] Revert "Remove .git from kernel sources" This reverts commit 0f2985ddd4ca3e00ce1c82ba702e2f18513748fd. --- config.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config.yaml b/config.yaml index 76da627..0cf4af7 100644 --- a/config.yaml +++ b/config.yaml @@ -291,16 +291,6 @@ actions: Source480: %{name}-x86_64_v2-rt-rhel.config Source481: %{name}-x86_64_v2-rt-debug-rhel.config count: 1 - - target: "spec" - find: | - cd linux-%{KVERREL} - cp -a %{SOURCE1} . - replace: | - cd linux-%{KVERREL} - #removal of git history - rm -rf .git - cp -a %{SOURCE1} . - count: 1 - run_script: - script: "create_symlinks.sh"