fix: use +alr-{reponame} suffix

This commit is contained in:
2025-02-28 20:15:02 +03:00
parent ae8e2d2807
commit 8f94b61a0e
6 changed files with 189 additions and 185 deletions

View File

@ -23,6 +23,7 @@ import "gitea.plemya-x.ru/Plemya-x/ALR/pkg/manager"
type BuildOpts struct {
Script string
Repository string
Packages []string
Manager manager.Manager
Clean bool
@ -102,6 +103,7 @@ type BuildVars struct {
Scripts Scripts `sh:"scripts"`
AutoReq []string `sh:"auto_req"`
AutoProv []string `sh:"auto_prov"`
Base string
}
type Scripts struct {