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 8D33E138B1D for ; Tue, 19 Feb 2013 20:39:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14D8521C034; Tue, 19 Feb 2013 20:39:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CBBC21C034 for ; Tue, 19 Feb 2013 20:39:10 +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 9F7E133DE48 for ; Tue, 19 Feb 2013 20:39:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 381A5E4073 for ; Tue, 19 Feb 2013 20:39:08 +0000 (UTC) From: "Diego Elio Pettenò" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Diego Elio Pettenò" Message-ID: <1361306339.ace9364a337d5e0f64d11270c0072a11dedf3f43.flameeyes@gentoo> Subject: [gentoo-commits] proj/flameeyes-tinderbox:master commit in: / X-VCS-Repository: proj/flameeyes-tinderbox X-VCS-Files: tinderbox-restart.sh X-VCS-Directories: / X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Elio Pettenò X-VCS-Revision: ace9364a337d5e0f64d11270c0072a11dedf3f43 X-VCS-Branch: master Date: Tue, 19 Feb 2013 20:39:08 +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: 3577c278-6b6a-490e-a348-231187160edd X-Archives-Hash: c1b408fbf9d3b5d38c5fa6f41bf32f36 commit: ace9364a337d5e0f64d11270c0072a11dedf3f43 Author: Diego Elio Pettenò flameeyes eu> AuthorDate: Tue Feb 19 20:38:59 2013 +0000 Commit: Diego Elio Pettenò gentoo org> CommitDate: Tue Feb 19 20:38:59 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/flameeyes-tinderbox.git;a=commit;h=ace9364a Use --keep-going in the haskell updater. --- tinderbox-restart.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh index 2d555a9..5e85a6e 100755 --- a/tinderbox-restart.sh +++ b/tinderbox-restart.sh @@ -69,7 +69,7 @@ if emerge -Nu1 dev-lang/ghc app-admin/haskell-updater && fgrep -q '>>> emerge' /var/log/emerge.log; then dent_me "running #haskell-updater" - /usr/sbin/haskell-updater --upgrade + /usr/sbin/haskell-updater --upgrade -- --keep-going fi reset_emergelog