From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SO8WF-0005VY-1e for garchives@archives.gentoo.org; Sat, 28 Apr 2012 14:21:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12A87E087E; Sat, 28 Apr 2012 14:20:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D8F88E087E for ; Sat, 28 Apr 2012 14:20:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 213F91B405C for ; Sat, 28 Apr 2012 14:20:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D8DBFE5402 for ; Sat, 28 Apr 2012 14:20:51 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1335622831.6e6c40895ef2b1fb56c71c5ea40ced0c63b0a47f.zorry@gentoo> Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/ X-VCS-Repository: dev/zorry X-VCS-Files: gobs/pym/sync.py X-VCS-Directories: gobs/pym/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 6e6c40895ef2b1fb56c71c5ea40ced0c63b0a47f X-VCS-Branch: master Date: Sat, 28 Apr 2012 14:20:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6920595e-655b-4716-bb6f-4eba125da676 X-Archives-Hash: aa3e52cdddb8ce908c7fc6dfc8dee4cc commit: 6e6c40895ef2b1fb56c71c5ea40ced0c63b0a47f Author: Magnus Granberg gentoo org> AuthorDate: Sat Apr 28 14:20:31 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Sat Apr 28 14:20:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3D6e6c4089 fix config-root for --sync part2 --- gobs/pym/sync.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gobs/pym/sync.py b/gobs/pym/sync.py index 3fcf31d..95e3123 100644 --- a/gobs/pym/sync.py +++ b/gobs/pym/sync.py @@ -34,10 +34,10 @@ def sync_tree(): tmpcmdline.append("--sync") tmpcmdline.append("--quiet") tmpcmdline.append("--config_root=3D" + default_config_root) - print("tmpcmdline: %s", default_config_root) + print("tmpcmdline:" + tmpcmdline) logging.info("Emerge --sync") - fail_sync =3D 0 - #fail_sync =3D emerge_main(args=3Dtmpcmdline) + #fail_sync =3D 0 + fail_sync =3D emerge_main(args=3Dtmpcmdline) if fail_sync is True: logging.warning("Emerge --sync fail!") else: