[jhbuild/wip/mcatanzaro/sysdeps: 3/5] systeminstall: Remove soon-to-be-obsolete comment
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild/wip/mcatanzaro/sysdeps: 3/5] systeminstall: Remove soon-to-be-obsolete comment
- Date: Tue, 6 Dec 2016 22:26:12 +0000 (UTC)
commit 817ab6dfecaf0b3d5854e21a596cba88da179238
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Dec 6 15:29:46 2016 -0600
systeminstall: Remove soon-to-be-obsolete comment
rawhide is about to become gated and signed
jhbuild/utils/systeminstall.py | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/jhbuild/utils/systeminstall.py b/jhbuild/utils/systeminstall.py
index b4f9473..65c8fdb 100644
--- a/jhbuild/utils/systeminstall.py
+++ b/jhbuild/utils/systeminstall.py
@@ -290,12 +290,6 @@ class PKSystemInstall(SystemInstall):
logging.info(_('Installing:\n %s' % ('\n '.join(pk_package_ids, ))))
txn_tx, txn = self._get_new_transaction()
- # Using OnlyTrusted might break package installation on rawhide,
- # where packages are unsigned, but this prevents users of normal
- # distros with signed packages from seeing security warnings. It
- # would be better to simulate the transaction first to decide
- # whether OnlyTrusted will work before using it. See
- # http://www.freedesktop.org/software/PackageKit/gtk-doc/introduction-ideas-transactions.html
txn_tx.InstallPackages(PK_TRANSACTION_FLAG_ENUM_ONLY_TRUSTED, pk_package_ids)
self._loop.run()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]