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 EC0431381FB for ; Fri, 28 Dec 2012 15:50:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DFBF21C001; Fri, 28 Dec 2012 15:50:08 +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 16FB421C001 for ; Fri, 28 Dec 2012 15:50:08 +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 6F78133D3DD for ; Fri, 28 Dec 2012 15:50:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F1E03E543D for ; Fri, 28 Dec 2012 15:50:02 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1356709793.4cbed1a52df3fe3328fdb61f5d7d86aec4e9abd5.blueness@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-uclibc/ X-VCS-Repository: proj/releng X-VCS-Files: tools-uclibc/run-armv7a.sh X-VCS-Directories: tools-uclibc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 4cbed1a52df3fe3328fdb61f5d7d86aec4e9abd5 X-VCS-Branch: master Date: Fri, 28 Dec 2012 15:50: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: b202866f-7d48-4342-a687-a05a90e18b77 X-Archives-Hash: d5b53abbad4f8cb395d1b2a2dbe5eae7 commit: 4cbed1a52df3fe3328fdb61f5d7d86aec4e9abd5 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Dec 28 15:49:53 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Dec 28 15:49:53 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=4cbed1a5 tools-uclibc/run-armv7a.sh: uncomment the working code --- tools-uclibc/run-armv7a.sh | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/tools-uclibc/run-armv7a.sh b/tools-uclibc/run-armv7a.sh index c2ca780..3cb6ae0 100755 --- a/tools-uclibc/run-armv7a.sh +++ b/tools-uclibc/run-armv7a.sh @@ -80,13 +80,13 @@ main() { >zzz.log -# if [[ "x${pretend}" != "xtest" ]]; then -# catalyst -s current | tee -a zzz.log >snapshot.log 2>snapshot.err -# else -# >snapshot.log -# >snapshot.err -# echo "PRETEND: catalyst -s current > snapshot.log 2> snapshot.err" -# fi + if [[ "x${pretend}" != "xtest" ]]; then + catalyst -s current | tee -a zzz.log >snapshot.log 2>snapshot.err + else + >snapshot.log + >snapshot.err + echo "PRETEND: catalyst -s current > snapshot.log 2> snapshot.err" + fi for arch in armv7a; do for flavor in hardened vanilla; do @@ -94,16 +94,16 @@ main() { done done -# for arch in armv7a; do -# for flavor in hardened vanilla; do -# do_stages ${arch} ${flavor} ${pretend} -# ret=$? -# if [[ $? == 1 ]]; then -# echo "FAILURE at ${arch} ${flavor} ${pretend} " | tee zzz.log -# return 1 -# fi -# done -# done + for arch in armv7a; do + for flavor in hardened vanilla; do + do_stages ${arch} ${flavor} ${pretend} + ret=$? + if [[ $? == 1 ]]; then + echo "FAILURE at ${arch} ${flavor} ${pretend} " | tee zzz.log + return 1 + fi + done + done if [[ "x${pretend}" == "xtest" ]]; then tree /var/tmp/catalyst/builds