From: Duncan Mac-Vicar P Date: Wed, 3 May 2006 13:33:47 +0000 (+0000) Subject: - use --no-default-keyring to avoid creating a X-Git-Tag: BASE-SuSE-SLE-10-SP2-Branch~838 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=041568450f5e281f20482142dc224acc8b556154;p=platform%2Fupstream%2Flibzypp.git - use --no-default-keyring to avoid creating a default gpg dir in / (#171055) --- diff --git a/zypp/KeyRing.cc b/zypp/KeyRing.cc index 5264044..0e4d8cb 100644 --- a/zypp/KeyRing.cc +++ b/zypp/KeyRing.cc @@ -207,6 +207,7 @@ namespace zypp const char* argv[] = { "gpg", + "--no-default-keyring", "--quiet", "--no-tty", "--no-greeting", @@ -332,6 +333,7 @@ namespace zypp const char* argv[] = { "gpg", + "--no-default-keyring", "--with-fingerprint", "--with-colons", "--quiet", @@ -382,6 +384,7 @@ namespace zypp const char* argv[] = { "gpg", + "--no-default-keyring", "--quiet", "--list-public-keys", "--with-colons", @@ -444,6 +447,7 @@ namespace zypp const char* argv[] = { "gpg", + "--no-default-keyring", "--quiet", "--no-tty", "--no-greeting", @@ -470,6 +474,7 @@ namespace zypp const char* argv[] = { "gpg", + "--no-default-keyring", "--yes", "--quiet", "--no-tty", @@ -503,6 +508,7 @@ namespace zypp const char* argv[] = { "gpg", + "--no-default-keyring", "--quiet", "--no-tty", "--no-greeting", @@ -545,6 +551,7 @@ namespace zypp const char* argv[] = { "gpg", + "--no-default-keyring", "--quiet", "--no-tty", "--batch",