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 1SfYA6-00030O-RW for garchives@archives.gentoo.org; Fri, 15 Jun 2012 15:10:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45A84E08DC; Fri, 15 Jun 2012 15:09:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 16343E0856 for ; Fri, 15 Jun 2012 15:09: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 55B5C1B402D for ; Fri, 15 Jun 2012 15:09:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id ED149E5430 for ; Fri, 15 Jun 2012 15:09:50 +0000 (UTC) From: "Diego Elio Pettenò" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Diego Elio Pettenò" Message-ID: <1339772940.e32af19237b1c1f1d14c8cac300020e2ed6da0cd.flameeyes@gentoo> Subject: [gentoo-commits] proj/flameeyes-tinderbox:master commit in: / X-VCS-Repository: proj/flameeyes-tinderbox X-VCS-Files: bashrc X-VCS-Directories: / X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Elio Pettenò X-VCS-Revision: e32af19237b1c1f1d14c8cac300020e2ed6da0cd X-VCS-Branch: master Date: Fri, 15 Jun 2012 15:09:50 +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: c868c5b5-09f3-46d7-8431-5638a0e4f2cc X-Archives-Hash: 71dbc1a673f0023db459f37f4cebc836 commit: e32af19237b1c1f1d14c8cac300020e2ed6da0cd Author: Diego Elio Petten=C3=B2 flameeyes eu> AuthorDate: Fri Jun 15 15:09:00 2012 +0000 Commit: Diego Elio Petten=C3=B2 gentoo org> CommitDate: Fri Jun 15 15:09:00 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/flameeyes-tin= derbox.git;a=3Dcommit;h=3De32af192 Rename tinderbox_mask_pkg to tinderbox_failed for consistency. --- bashrc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 043c7ee..fea844a 100755 --- a/bashrc +++ b/bashrc @@ -27,7 +27,7 @@ fi pre_pkg_setup() { dent_me "${CATEGORY}/${PF} merge starting" =20 - register_die_hook tinderbox_mask_pkg + register_die_hook tinderbox_failed register_success_hook tinderbox_success } =20 @@ -45,7 +45,7 @@ tinderbox_success() { dent_me "${CATEGORY}/${PF} merge #succeded$(tinderbox_stats)" } =20 -tinderbox_mask_pkg() { +tinderbox_failed() { [[ ${EBUILD_PHASE} =3D=3D test ]] && return 0 dent_me "${CATEGORY}/${PF} merge #failed$(tinderbox_stats)" SANDBOX_ON=3D0 sed -i -e "\$a =3D${CATEGORY}/${PF}" /etc/portage/pac= kage.mask/currentrun