This is an automated email from the git hooks/post-receive script.
maxim.kuvyrkov pushed a commit to branch master in repository toolchain/schroot-master.
The following commit(s) were added to refs/heads/master by this push: new 05d956e Update list of available tcwg-ex40-* hosts 05d956e is described below
commit 05d956ef7349077fdbf13969613210cee8c491cb Author: Maxim Kuvyrkov maxim.kuvyrkov@linaro.org Date: Tue Aug 4 11:16:43 2015 +0200
Update list of available tcwg-ex40-* hosts
Change-Id: Iec8ab69b99e72fc81e9e9d61614046afbf86c7ce --- install-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install-all.sh b/install-all.sh index 17ec17d..2acbeee 100755 --- a/install-all.sh +++ b/install-all.sh @@ -10,7 +10,7 @@ print_machines ()
case $arch in i686-linux-gnu|x86_64-linux-gnu) - echo $(for i in `seq 1 9`; do echo kuvyrkov@tcwg-ex40-0$i; done) + echo $(for i in 1 2 4 6 7 8 9; do echo kuvyrkov@tcwg-ex40-0$i; done) ;; arm-linux-gnueabihf|aarch64-linux-gnu) echo kuvyrkov@r1-a7.aus-colo kuvyrkov@r1-a8.aus-colo