Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/
Date: Sat, 28 Apr 2012 14:29:48
Message-Id: 1335623361.af86b2b2b9cce62bcba13367cae61f8d7c34c0a6.zorry@gentoo
1 commit: af86b2b2b9cce62bcba13367cae61f8d7c34c0a6
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 14:29:21 2012 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 14:29:21 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=af86b2b2
7
8 fix config-root for --sync part3
9
10 ---
11 gobs/pym/sync.py | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/gobs/pym/sync.py b/gobs/pym/sync.py
15 index 95e3123..20d8420 100644
16 --- a/gobs/pym/sync.py
17 +++ b/gobs/pym/sync.py
18 @@ -36,8 +36,8 @@ def sync_tree():
19 tmpcmdline.append("--config_root=" + default_config_root)
20 print("tmpcmdline:" + tmpcmdline)
21 logging.info("Emerge --sync")
22 - #fail_sync = 0
23 - fail_sync = emerge_main(args=tmpcmdline)
24 + fail_sync = 0
25 + #fail_sync = emerge_main(args=tmpcmdline)
26 if fail_sync is True:
27 logging.warning("Emerge --sync fail!")
28 else: