Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPackageNamesBySource ¶ added in v10.0.4
GetPackageNamesBySource returns package names with and without correspondence in SyncDBS respectively
func GetRemotePackages ¶ added in v10.0.4
GetRemotePackages returns packages with no correspondence in SyncDBS.
func RemoveInvalidTargets ¶
func RemoveInvalidTargets(targets []string, mode settings.TargetMode) []string
Types ¶
type AURWarnings ¶
type AURWarnings struct { Orphans []string OutOfDate []string Missing []string Ignore stringset.StringSet }
func NewWarnings ¶
func NewWarnings() *AURWarnings
func (*AURWarnings) Print ¶
func (warnings *AURWarnings) Print()
type Pkg ¶ added in v10.2.0
func AURInfo ¶
func AURInfo(aurClient *aur.Client, names []string, warnings *AURWarnings, splitN int) ([]*Pkg, error)
Queries the aur for information about specified packages. All packages should be queried in a single aur request except when the number of packages exceeds the number set in config.RequestSplitN. If the number does exceed config.RequestSplitN multiple aur requests will be performed concurrently.
Click to show internal directories.
Click to hide internal directories.