-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What does this PR do #### Make the dmidecode utility act like the others dmidecode was using a method in the 3rd party library to look up the binary. I've changed it to act like the other utilities by supporting binary tool override via environment variable. #### Get rid of OemComponents struct This old setup isn't very generic, we'd have to grow the struct for each new manufacturer that has OEM devices. It also doesn't seem very useful like it was. We already know the manufacturer via Hardware.Vendor so no need to stutter by having `Dell` in the OEM struct. #### Move oem specific things out of model/ These belong in utils since they are util specific values. Now there's no need to export them, so I made them private. #### Delete UpdateReleaseEnvironments Its not used in the code base nor any I can find by GitHub search. ### Note These are "breaking" changes, but ironlib is <1.0 so I think its fine. I envision more breaking changes as I work on using ironlib in vogelkop more tightly and need a more ergonomic api.
- Loading branch information
Showing
11 changed files
with
319 additions
and
344 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.