-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conf files must be valid json files (packages-*.conf were not)
- Loading branch information
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.73.8 | ||
0.73.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
{ | ||
"enabled" : true, | ||
# lines_to_ignore: array of strings, these will be used as regexes by the perl probe | ||
# to tell which warnings/errors of apt should be ignored (they'll still be logged in details) | ||
# this is useful for broken remote repositories you can't fix yourself anyway | ||
"lines_to_ignore" : [ | ||
# "^Ignoring Provides line with DepCompareOp for package [\\w-]+$", | ||
# "^Unknown Multi-Arch type 'no' for package '[\\w-]+'$", | ||
# "^You may want to run apt-get update to correct these problems$" | ||
"^Ignoring Provides line with DepCompareOp for package [\\w-]+$", | ||
"^Unknown Multi-Arch type 'no' for package '[\\w-]+'$", | ||
"^You may want to run apt-get update to correct these problems$" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"enabled" : true, | ||
} | ||
"enabled" : true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters