[gnome-continuous] Revert "libqa: add temporary workaround for libguestfs bug"



commit 58640da3ce3bd47998eb8e377405e3eeb0405f4f
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Thu Aug 13 13:32:26 2015 +0200

    Revert "libqa: add temporary workaround for libguestfs bug"
    
    This reverts commit 7032ef0142afdfc3cc9fb24cbda33bee273298fe.

 src/js/libqa.js |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/js/libqa.js b/src/js/libqa.js
index c3a0473..b3ff0a8 100644
--- a/src/js/libqa.js
+++ b/src/js/libqa.js
@@ -365,10 +365,7 @@ function pullDeploy(mntdir, srcrepo, osname, target, revision, originRepoUrl, ca
         ProcUtil.runSync(['ostree', repoArg,
                           'remote', 'add', '--if-not-exists', osname, originRepoUrl, target],
                          cancellable, { logInitiation: true });
-
-    ProcUtil.runSync(['chmod', '0777', repoPath.get_path() + '/objects'], cancellable,
-                     {logInitiation: true, env: adminEnv});
-
+    
     ProcUtil.runSync(['ostree', repoArg,
                       'pull-local', '--disable-fsync', '--remote=' + osname, srcrepo.get_path(), 
revOrTarget], cancellable,
                      {logInitiation: true, env: adminEnv});


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