|
|
@@ -166,6 +166,10 @@ Acquire
|
|
|
RefreshInterval "360"; // refresh interval in minutes
|
|
|
MaxAge "90"; // max age for a mirror file in days before
|
|
|
// it gets deleted
|
|
|
+ // mirror failure reporting script
|
|
|
+ ProblemReporting "/usr/lib/apt/apt-report-mirror-failure";
|
|
|
+ // mirror failure reporting url
|
|
|
+ ReportFailures "http://example.com/mirror-failure";
|
|
|
};
|
|
|
};
|
|
|
|