[gnome-continuous] libqa: Disable gpg verification by default for now



commit 2a7429d6f4805cf397d7a992463d1d2fae3aebe9
Author: Colin Walters <walters verbum org>
Date:   Fri Sep 18 12:15:59 2015 -0400

    libqa: Disable gpg verification by default for now
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751719

 src/js/libqa.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/libqa.js b/src/js/libqa.js
index e1e9076..43958ab 100644
--- a/src/js/libqa.js
+++ b/src/js/libqa.js
@@ -374,7 +374,7 @@ function pullDeploy(mntdir, srcrepo, osname, target, revision, originRepoUrl, ca
                      {logInitiation: true, env: adminEnv});
     if (originRepoUrl)
         ProcUtil.runSync(['ostree', repoArg,
-                          'remote', 'add', '--if-not-exists', osname, originRepoUrl, target],
+                          'remote', 'add', '--set=gpg-verify=false', '--if-not-exists', osname, 
originRepoUrl, target],
                          cancellable, { logInitiation: true });
 
     ProcUtil.runSync(['chmod', '0777', repoPath.get_path() + '/objects'], cancellable,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]