Compare commits
No commits in common. "4f9d2cdecddd14330335464cc13202f2030a9bef" and "c3981ad95cc03cf25d786c6afc4eb7e0870d0e64" have entirely different histories.
4f9d2cdecd
...
c3981ad95c
3
main.go
3
main.go
@ -340,9 +340,6 @@ func resolveCommand() {
|
||||
|
||||
// Search for packages
|
||||
for _, pkg := range pkgs {
|
||||
if slices.Contains(utils.BPMConfig.IgnorePackages, pkg) {
|
||||
continue
|
||||
}
|
||||
entry, _, err := utils.GetRepositoryEntry(pkg)
|
||||
if err != nil {
|
||||
continue
|
||||
|
@ -11,7 +11,6 @@ type BPMConfigStruct struct {
|
||||
SilentCompilation bool `yaml:"silent_compilation"`
|
||||
BinaryOutputDir string `yaml:"binary_output_dir"`
|
||||
CompilationDir string `yaml:"compilation_dir"`
|
||||
IgnorePackages []string `yaml:"ignore_packages"`
|
||||
Repositories []*Repository `yaml:"repositories"`
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user