This commit is contained in:
2025-04-13 16:58:15 +03:00
parent 8070112bf2
commit a51a8ab963
12 changed files with 442 additions and 173 deletions

View File

@ -18,7 +18,6 @@ package build
import (
"log/slog"
"os"
"gitea.plemya-x.ru/Plemya-x/ALR/pkg/manager"
)
@ -27,8 +26,6 @@ func NewMainBuilder(
cfg Config,
repos PackageFinder,
) *Builder {
slog.Info("", "uid", os.Geteuid(), "gid", os.Getegid())
s, err := GetSafeScriptExecutor()
if err != nil {
slog.Info("i will panic")