We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156754b commit 637e24fCopy full SHA for 637e24f
aptcache.cpp
@@ -19,7 +19,7 @@ void AptCache::loadCacheFiles()
19
20
// Define include and exclude regex patterns
21
const QRegularExpression includeRegex(QString(R"(^.*binary-%1_Packages$)").arg(arch));
22
- const QRegularExpression secondaryRegex(R"(^.*binary-.*_Packages$)");
+ const QRegularExpression secondaryRegex(R"(^.*_Packages$)");
23
const QRegularExpression excludeRegex(
24
R"((debian_.*-backports_.*_Packages)|(mx_testrepo.*_test_.*_Packages)|(mx_repo.*_temp_.*_Packages))");
25
0 commit comments