]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cmndline.cc
tests: add epoch-packages to try clean with epochs
[apt.git] / apt-private / private-cmndline.cc
index 481c23c942f9a9acfc3659022e78f5fdfcd76896..1d1efc669520fdb10b208bac58e3a27dd46bec2c 100644 (file)
@@ -265,6 +265,7 @@ static bool addArgumentsAPTGet(std::vector<CommandLine::Args> &Args, char const
    addArg(0,"arch-only","APT::Get::Arch-Only",0);
    addArg(0,"allow-unauthenticated","APT::Get::AllowUnauthenticated",0);
    addArg(0,"allow-insecure-repositories","Acquire::AllowInsecureRepositories",0);
+   addArg(0,"allow-weak-repositories","Acquire::AllowWeakRepositories",0);
    addArg(0,"install-recommends","APT::Install-Recommends",CommandLine::Boolean);
    addArg(0,"install-suggests","APT::Install-Suggests",CommandLine::Boolean);
    addArg(0,"fix-policy","APT::Get::Fix-Policy-Broken",0);