[tracker] tracker-sandbox: Fix -u (update) not working
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] tracker-sandbox: Fix -u (update) not working
- Date: Thu, 28 Aug 2014 18:34:26 +0000 (UTC)
commit 674f7b94dcab93d11d2241bc3a20c95cff6bfd93
Author: Bastien Nocera <hadess hadess net>
Date: Thu Aug 28 20:12:24 2014 +0200
tracker-sandbox: Fix -u (update) not working
The --disable-miner option doesn't exist anymore.
utils/sandbox/tracker-sandbox.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/utils/sandbox/tracker-sandbox.py b/utils/sandbox/tracker-sandbox.py
index 42e042a..9db5787 100755
--- a/utils/sandbox/tracker-sandbox.py
+++ b/utils/sandbox/tracker-sandbox.py
@@ -195,7 +195,7 @@ def index_update():
try:
# Mine data WITHOUT being a daemon, exit when done. Ignore desktop files
- subprocess.check_output([binary, "--no-daemon", "--disable-miner=applications"])
+ subprocess.check_output([binary, "--no-daemon"])
except subprocess.CalledProcessError, e:
print 'Could not run %s, %s' % (binary, e.output)
sys.exit(1)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]