Documentation
¶
Index ¶
- Variables
- func Execute()
- func FetchArch() (string, error)
- func FetchKernelVersion() (string, error)
- func FetchLatestCompatiblePackageVersion(pkg *dkms.Package, cache *gcs.GCSBucket) (string, error)
- func InitCOSValues(pkg *dkms.Package, lsbReleasePath string)
- func InitCache(gcsPath, buildId, board string) (*gcs.GCSBucket, error)
- func InitPackage(pkg *dkms.Package, cache *gcs.GCSBucket, latest bool) error
- func ParseArgs(cmd *cobra.Command, args []string) error
- func ParsePackageNameAndVersion(name, version string) (string, string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var RootGCSBucket *gcs.GCSBucket = nil
View Source
var RootModuleParams = modules.NewModuleParameters()
View Source
var RootOptions = &dkms.Options{}
View Source
var RootPackage = &dkms.Package{Trees: RootTrees, ModuleParams: RootModuleParams}
View Source
var RootTrees = &dkms.Trees{}
Functions ¶
func FetchKernelVersion ¶
func InitCOSValues ¶
InitCOSValues initializes the package values which are specific to COS, namely BuildId and Board.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.