MCPcopy Create free account

hub / github.com/Debian/ratt / functions

Functions32 in github.com/Debian/ratt

↓ 11 callersFunctionwriteIndex
(t *testing.T, dir, name, contents string)
ratt_test.go:15
↓ 7 callersFunctiontransitionAffectedSources
(packagesPaths, sourcesPaths []string, affectedRegex string)
ratt.go:341
↓ 4 callersFunctiongetIndexTargets
(cmdName string, args []string)
ratt.go:549
↓ 4 callersFunctionsortedSourceNames
(rebuild map[string][]version.Version)
ratt_test.go:25
↓ 3 callersFunctionaptIndexReader
(indexPath string)
ratt.go:232
↓ 2 callersMethodbuild
(sourcePackage string, version *version.Version)
sbuild.go:73
↓ 2 callersMethodbuildCommandLine
(sourcePackage string, version *version.Version)
sbuild.go:25
↓ 2 callersFunctioncodenameToSuite
Map a codename (for instance: "bookworm") to its suite ("stable", "oldstable", ...), using the release metadata provided by pault.ag/go/archive
ratt.go:208
↓ 2 callersFunctionfallback
(sourcesPaths []string, binaries []string)
ratt.go:271
↓ 2 callersFunctionfilter
(m map[string][]version.Version, f func(string) bool)
ratt.go:35
↓ 2 callersFunctiongetIndexPathsForDist
(targetCodename, chdistInstance string)
ratt.go:510
↓ 2 callersFunctionresolveAptListFile
(indexFilePath string)
ratt.go:371
↓ 1 callersFunctionaddReverseBuildDeps
(sourcesPath string, binaries map[string]bool, rebuild map[string][]version.Version)
ratt.go:249
↓ 1 callersFunctionaddSelectedSourceVersions
(sourcesPath string, selected map[string]struct{}, rebuild map[string][]version.Version)
ratt.go:319
↓ 1 callersFunctionaddTransitionAffectedSources
(packagesPath string, affected *regexp.Regexp, selected map[string]struct{})
ratt.go:296
↓ 1 callersFunctionbinaryDependsMatchesAffected
(bin control.BinaryIndex, affected *regexp.Regexp)
ratt.go:286
↓ 1 callersFunctionbuildPackages
(builder *sbuild, rebuild map[string][]version.Version, numJobs int)
ratt.go:607
↓ 1 callersFunctiondependsOn
(src control.SourceIndex, binaries map[string]bool)
ratt.go:222
↓ 1 callersFunctionfallbackIndexPaths
()
ratt.go:467
↓ 1 callersFunctionfetchCodenameFromDist
(dist string)
ratt.go:183
↓ 1 callersFunctiongetAptIndexPaths
(dist string)
ratt.go:583
↓ 1 callersFunctiongetChdistIndexPaths
(dist, chdist string)
ratt.go:568
↓ 1 callersFunctiongetFTBFSFromUDD
(codename string)
ratt.go:136
↓ 1 callersFunctionnormalizeSbuildDist
returns the dist sbuild should use. we build experimental against unstable.
ratt.go:600
↓ 1 callersFunctionreverseBuildDeps
(packagesPaths, sourcesPaths []string, binaries []string)
ratt.go:394
FunctionTestTransitionAffectedSourcesIgnoresPackagesWithoutMatchingDepends
(t *testing.T)
ratt_test.go:184
FunctionTestTransitionAffectedSourcesKeepsVersionsFromMultipleSourceIndexes
(t *testing.T)
ratt_test.go:112
FunctionTestTransitionAffectedSourcesMapsBinaryToSourcePackage
(t *testing.T)
ratt_test.go:78
FunctionTestTransitionAffectedSourcesOmitsSelectedSourceMissingFromSources
(t *testing.T)
ratt_test.go:152
FunctionTestTransitionAffectedSourcesRejectsInvalidRegex
(t *testing.T)
ratt_test.go:217
FunctionTestTransitionAffectedSourcesSelectsSourceVersionsAndDeduplicates
(t *testing.T)
ratt_test.go:34
Functionmain
()
ratt.go:655