mirror of
https://github.com/mudler/luet.git
synced 2025-09-08 18:49:39 +00:00
Make recipes idempotent, allowing to load multiple trees
This commit is contained in:
@@ -26,5 +26,5 @@ type Builder interface {
|
||||
GetDatabase() pkg.PackageDatabase
|
||||
WithDatabase(d pkg.PackageDatabase)
|
||||
|
||||
GetSourcePath() string
|
||||
GetSourcePath() []string
|
||||
}
|
||||
|
Reference in New Issue
Block a user