Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools-uclibc/
Date: Fri, 28 Dec 2012 18:09:06
Message-Id: 1356718116.29f3c9cdcbc8a38bd8f6dbf21b6f9ce1c54e10a9.blueness@gentoo
1 commit: 29f3c9cdcbc8a38bd8f6dbf21b6f9ce1c54e10a9
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 28 18:08:36 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 28 18:08:36 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=29f3c9cd
7
8 tools-uclibc/run.sh: pretty up the output
9
10 ---
11 tools-uclibc/run.sh | 10 ++++++++++
12 1 files changed, 10 insertions(+), 0 deletions(-)
13
14 diff --git a/tools-uclibc/run.sh b/tools-uclibc/run.sh
15 index d9c410b..ffcc8dc 100755
16 --- a/tools-uclibc/run.sh
17 +++ b/tools-uclibc/run.sh
18 @@ -27,6 +27,15 @@ prepare_confs() {
19 done
20 }
21
22 +banner() {
23 + echo
24 + echo "************************************************************************"
25 + echo "* $1"
26 + echo "************************************************************************"
27 + echo
28 +}
29 +
30 +
31 do_stages() {
32 local arch=$1
33 local flavor=$2
34 @@ -46,6 +55,7 @@ do_stages() {
35 fi
36
37 if [[ "x${pretend}" != "xtest" ]]; then
38 + banner "stage${s}-${arch}-uclibc-${flavor}"
39 catalyst -f stage${s}-${arch}-uclibc-${flavor}.conf \
40 | tee -a zzz.log \
41 > stage${s}-${arch}-uclibc-${flavor}.log \