X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=zypp%2FZConfig.h;h=b3801383e0cb212717ad6a10e70159be50b05150;hb=b1beb1b072b979e151700e9267329918ec03010f;hp=84b3905d5883142ea02e7398bc842afd20a55abc;hpb=e7df77d3f25679515f05aba52f358389f74de9af;p=platform%2Fupstream%2Flibzypp.git diff --git a/zypp/ZConfig.h b/zypp/ZConfig.h index 84b3905..b380138 100644 --- a/zypp/ZConfig.h +++ b/zypp/ZConfig.h @@ -24,7 +24,6 @@ #include "zypp/Locale.h" #include "zypp/Pathname.h" #include "zypp/IdString.h" -#include "zypp/TriBool.h" #include "zypp/DownloadMode.h" #include "zypp/target/rpm/RpmFlags.h" @@ -263,24 +262,6 @@ namespace zypp */ DownloadMode commit_downloadMode() const; - /** \name Signature checking (repodata and packages) - * If \ref gpgcheck is \c on (the default) we will either check the signature - * of repo metadata (packages are secured via checksum in the metadata), or the - * signature of an rpm package to install if it's repo metadata are not signed - * or not checked. If \ref gpgcheck is \c off, no checks are performed. - * - * The default behavior can be altered by explicitly setting \ref repo_gpgcheck and/or - * \ref pkg_gpgcheck to perform those checks always (\c on) or never (\c off). - * - * Explicitly setting \c gpgcheck, \c repo_gpgcheck or \c pkg_gpgcheck in a - * repositories \a .repo file will overwrite the defaults here. - */ - //@{ - bool gpgCheck() const; ///< Turn signature checking on/off (on) - TriBool repoGpgCheck() const; ///< Check repo matadata signatures (indeterminate - according to gpgcheck) - TriBool pkgGpgCheck() const; ///< Check rpm package signatures (indeterminate - according to gpgcheck) - //@} - // /** * Directory for equivalent vendor definitions (configPath()/vendors.d) * \ingroup g_ZC_CONFIGFILES