- use --no-default-keyring to avoid creating a
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Wed, 3 May 2006 13:33:47 +0000 (13:33 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Wed, 3 May 2006 13:33:47 +0000 (13:33 +0000)
  default gpg dir in / (#171055)

zypp/KeyRing.cc

index 5264044..0e4d8cb 100644 (file)
@@ -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",