Make recipes idempotent, allowing to load multiple trees

This commit is contained in:
Ettore Di Giacinto
2020-03-15 13:31:12 +01:00
parent f02c54a274
commit 6f138811dd
5 changed files with 65 additions and 9 deletions

View File

@@ -26,5 +26,5 @@ type Builder interface {
GetDatabase() pkg.PackageDatabase
WithDatabase(d pkg.PackageDatabase)
GetSourcePath() string
GetSourcePath() []string
}