From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 18896138ACF for ; Mon, 26 Jan 2015 17:41:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42A3FE0856; Mon, 26 Jan 2015 17:41:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A61B2E0856 for ; Mon, 26 Jan 2015 17:41:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBBC334073F for ; Mon, 26 Jan 2015 17:41:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40361106DC for ; Mon, 26 Jan 2015 17:41:02 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1418684678.f289f88472e6b73579906f520d6ca77e633e061b.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/remote/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/remote/rsync.py X-VCS-Directories: roverlay/remote/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: f289f88472e6b73579906f520d6ca77e633e061b X-VCS-Branch: master Date: Mon, 26 Jan 2015 17:41:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b1e7c52f-59ef-4ddd-ace9-0c8621d2869e X-Archives-Hash: 45ff36e13684140a5a8464f2224e4505 commit: f289f88472e6b73579906f520d6ca77e633e061b Author: André Erdmann mailerd de> AuthorDate: Mon Dec 15 23:04:38 2014 +0000 Commit: André Erdmann mailerd de> CommitDate: Mon Dec 15 23:04:38 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=f289f884 run rsync with /dev/null as stdin --- roverlay/remote/rsync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roverlay/remote/rsync.py b/roverlay/remote/rsync.py index 24e25f8..402d68f 100644 --- a/roverlay/remote/rsync.py +++ b/roverlay/remote/rsync.py @@ -82,7 +82,7 @@ def run_rsync ( cmdv, env=RSYNC_ENV ): ) # send SIGTERM and wait, # fall back to _stop_subprocess() if another exception is hit - _gracefully_stop_subprocess ( proc, kill_timeout_cs=40 ) + _gracefully_stop_subprocess ( proc, stdin=False, kill_timeout_cs=40 ) raise except Exception: