Explorar el Código

ftparchive: Support writing Signed-By fields

Julian Andres Klode hace 10 años
padre
commit
79fe74283c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ftparchive/writer.cc

+ 1 - 0
ftparchive/writer.cc

@@ -1019,6 +1019,7 @@ ReleaseWriter::ReleaseWriter(FileFd * const GivenOutput, string const &/*DB*/) :
    Fields["Architectures"] = "";
    Fields["Components"] = "";
    Fields["Description"] = "";
+   Fields["Signed-By"] = "";
    if (_config->FindB("APT::FTPArchive::DoByHash", false) == true)
       Fields["Acquire-By-Hash"] = "true";