mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-07 05:42:42 +00:00
Fix failing system test
The fix of the -with-filter flag causes the following previously missing source files to be downloaded, so I updated the test file. ``` rkward_0.7.5-1~bullseyecran.0.debian.tar.xz rkward_0.7.5-1~bullseyecran.0.dsc rkward_0.7.5.orig.tar.gz rpy2_3.5.12-1~bullseyecran.0.debian.tar.xz rpy2_3.5.12-1~bullseyecran.0.dsc rpy2_3.5.12.orig.tar.gz ```
This commit is contained in:
+2
-2
@@ -508,11 +508,11 @@ func (l *PackageList) Search(dep Dependency, allMatches bool, searchProvided boo
|
||||
type FilterOptions struct {
|
||||
Queries []PackageQuery
|
||||
WithDependencies bool
|
||||
WithSources bool // Source packages correspond to binary packages are included
|
||||
WithSources bool // Source packages corresponding to binary packages are included
|
||||
Source *PackageList
|
||||
DependencyOptions int
|
||||
Architectures []string
|
||||
Progress aptly.Progress // set to non-nil to report progress
|
||||
Progress aptly.Progress // set to non-nil value to report progress
|
||||
}
|
||||
|
||||
// SourceRegex is a regular expression to match source package names.
|
||||
|
||||
Reference in New Issue
Block a user