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 1QHGzu-0004gE-Ri for garchives@archives.gentoo.org; Tue, 03 May 2011 14:54:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79AA41C018; Tue, 3 May 2011 14:54:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 448C21C018 for ; Tue, 3 May 2011 14:54:39 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C08F81B4053 for ; Tue, 3 May 2011 14:54:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C609B80505 for ; Tue, 3 May 2011 14:54:37 +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: <5258dac6a584208d90738793876d748eaf992fb0.flameeyes@gentoo> Subject: [gentoo-commits] proj/flameeyes-tinderbox:master commit in: / X-VCS-Repository: proj/flameeyes-tinderbox X-VCS-Files: fetch-reverse-deps.sh X-VCS-Directories: / X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Elio Pettenò X-VCS-Revision: 5258dac6a584208d90738793876d748eaf992fb0 Date: Tue, 3 May 2011 14:54:37 +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: X-Archives-Hash: 27f1cf8f4c6c7dfc04dfcc7e3a3c762c commit: 5258dac6a584208d90738793876d748eaf992fb0 Author: Diego Elio Petten=C3=B2 gmail com> AuthorDate: Tue May 3 14:52:50 2011 +0000 Commit: Diego Elio Petten=C3=B2 gentoo org> CommitDate: Tue May 3 14:52:50 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/flameeyes-tin= derbox.git;a=3Dcommit;h=3D5258dac6 Source the private conf only if it exists. --- fetch-reverse-deps.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fetch-reverse-deps.sh b/fetch-reverse-deps.sh index e046502..8f43165 100755 --- a/fetch-reverse-deps.sh +++ b/fetch-reverse-deps.sh @@ -19,7 +19,7 @@ DEPTH=3D${DEPTH:-1} =20 script=3D"$0" =20 -source /etc/make.tinderbox.private.conf +[ -f /etc/make.tinderbox.private.conf ] && source /etc/make.tinderbox.pr= ivate.conf =20 fetchrevdeps() { curl --fail ${TINDERBOX_PROXY+--proxy ${TINDERBOX_PROXY}} http://qa-= reports.gentoo.org/output/genrdeps/{r,d}index/$1 2>/dev/null