# `apt-get update' errors by default if a field (e.g.  the "Suite"
# header) has changed on the server side Release file, as it considers
# this to be the result of a major Release having happened and wants
# to give the user a chance to not upgrade everything.
#
# Cumulus changes the suite fields even for maintenance releases;
# don't annoy the end-user with this error-out behavior.
Acquire::AllowReleaseInfoChange::Origin   "false";
Acquire::AllowReleaseInfoChange::Codename "true";
Acquire::AllowReleaseInfoChange::Suite    "true";
Acquire::AllowReleaseInfoChange::Label    "true";
Acquire::AllowReleaseInfoChange::Version  "true";
