// Do not get online if we have the changelog locally
Acquire::Changelogs::AlwaysOnline "false";

// EOLE changelog URI
Acquire::Changelogs::URI::Origin::EOLE "http://%%serveur_maj[0]/eole/pool/@CHANGEPATH@.changelog";

%if %%getVar('envole_version', None) is not None
// Envole changelog URI
Acquire::Changelogs::URI::Origin::Envole "http://%%serveur_maj[0]/envole/pool/@CHANGEPATH@.changelog";
%end if
